B
bozdog
I am trying to use the contents of a text box on a form ,that returns the
path of a drawing file after a search, as the path for an application to
call after a button click.
The button works fine when I manually type the path string, but would like
to know how to place the string inside the text box, into the statement.
Typical Text box content ... "c:\agl\374-335.tif" (required path generated
from search)
stAppName = "C\kodakimg.exe (Path Here)
Call Shell(stAppName, 1)
TIA
path of a drawing file after a search, as the path for an application to
call after a button click.
The button works fine when I manually type the path string, but would like
to know how to place the string inside the text box, into the statement.
Typical Text box content ... "c:\agl\374-335.tif" (required path generated
from search)
stAppName = "C\kodakimg.exe (Path Here)
Call Shell(stAppName, 1)
TIA