Greetings!
I wrote a small application that accesses 17 different VFP databases to search for a match on user entered criteria. I can get it to run fine with:
n "C:\Program Files\SFQuery\SFQUERY.exe" " report=Student Search by Name " value=Richard value=Gomez preview user=ADMIN password=ADMIN
However, I want to exit automatically when the user is done viewing the report. So, if I use this:
RUN
/n "C:\Program Files\SFQuery\SFQUERY.exe" " report=Student Search by Name " value=Richard value=Gomez preview user=ADMIN password=ADMIN exit
SFQuery does not even load when I add the exit keyword?
Any suggestions anyone?
Thanks,
Scott M.
RUN / |