AlanBreck1000
Programmer
Using shellexecute() template to open a picture viewer irfanview with the
following code in the accept embed of a button:
Glo:ShellExFileName='c:\program files\irfanview\i_view32.exe'
IMPURLHandler(0{PROP:Handle},clip(Glo:ShellExFileName))
I have a local declared variable Loc:Filename, what would be the proper
syntax to add this variable to the end of the first line in order to open up
this file with the irfanview program.
Thank you
following code in the accept embed of a button:
Glo:ShellExFileName='c:\program files\irfanview\i_view32.exe'
IMPURLHandler(0{PROP:Handle},clip(Glo:ShellExFileName))
I have a local declared variable Loc:Filename, what would be the proper
syntax to add this variable to the end of the first line in order to open up
this file with the irfanview program.
Thank you