G
Guest
I need to do an Image control to input TIFF's into a form. Loading a
TIFF is just a matter of a DLL But I need some help. What should happen
is you input the file name, hit the enter key or click a command button
and it will pull a TIFF from the network folder. That folder is always
the same. I have seen several types on the net that require building a
table. This is not practical, because images are added daily and not
purged. So we have a folder with a few thousand images. A Directory
would be impractical. I will have data fields in the same form as the
image frame, but you won't need to load the Image unless you need to.
so:
1.) how can I load the image into the image frame based on the file
name?
2.) How can I execute the command with an error control "File Not
Found"?
3.) How can I do this without typing the whole path, i.e. have the
folder location in the 'code'?
TIFF is just a matter of a DLL But I need some help. What should happen
is you input the file name, hit the enter key or click a command button
and it will pull a TIFF from the network folder. That folder is always
the same. I have seen several types on the net that require building a
table. This is not practical, because images are added daily and not
purged. So we have a folder with a few thousand images. A Directory
would be impractical. I will have data fields in the same form as the
image frame, but you won't need to load the Image unless you need to.
so:
1.) how can I load the image into the image frame based on the file
name?
2.) How can I execute the command with an error control "File Not
Found"?
3.) How can I do this without typing the whole path, i.e. have the
folder location in the 'code'?