G
Guest
I have a database which holds the path to image files and
related data.
I'd like to open the current records image file into a
viewing application,the path is stored in a field called
PATH.
I have the app opening with this code, but can't get the
file to load into the app.
stAppName = "c:\program files\volo view\voloview.exe"
Call Shell(stAppName, 1)
Thanks in advance.
related data.
I'd like to open the current records image file into a
viewing application,the path is stored in a field called
PATH.
I have the app opening with this code, but can't get the
file to load into the app.
stAppName = "c:\program files\volo view\voloview.exe"
Call Shell(stAppName, 1)
Thanks in advance.