Hi all,
I hav a form with 2 command buttons
The first ( the second is not visible at this moment) allows me to start an external programm using following code:
DECLARE INTEGER ShellExecute IN shell32.dll INTEGER hndWin,STRING cAction,STRING cFileName,STRING cParams, ;
STRING cDir,INTEGER...