josephbupe
Registered User.
- Local time
- Today, 16:05
- Joined
- Jan 31, 2008
- Messages
- 247
Hello everyone.
I have this code that I adapted for one of my projects years back to save images into a table but now I just cant get it to work. When I tried it this time, I was getting an error "The code in this project must be updated for use on 64-bit system", and so I found some suggestion to replace all Public and Private Declare statements with Declare PtrSafe in the module basOpenFile, which I did. But the OpenFile dialog is not being invoked through the button on the form.
I have attached the project file for assistance.
Joseph
I have this code that I adapted for one of my projects years back to save images into a table but now I just cant get it to work. When I tried it this time, I was getting an error "The code in this project must be updated for use on 64-bit system", and so I found some suggestion to replace all Public and Private Declare statements with Declare PtrSafe in the module basOpenFile, which I did. But the OpenFile dialog is not being invoked through the button on the form.
I have attached the project file for assistance.
Joseph