Hello all.
I have a call to ShellExecute within my VFP 7.0 app that opens a PDF that resides on a website. here is that code:
DECLARE INTEGER ShellExecute IN shell32.dll ;
INTEGER hndWin, ;
STRING cAction, ;
STRING cFileName, ;
STRING cParams, ;
STRING cDir, ;
INTEGER nShowWin...