Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

sys(2335)

Status
Not open for further replies.

judithbarer

Programmer
Feb 9, 2007
2
US
I created a program that will generate a weekly report. I am using VFP 8.0. I want to run this .exe on the server using windows task scheduler. I issued a sys(2335) to turn off modal communications. It generates an error however when I issue a report form command which I am doing to generate a PDF file. Should I disable the sys 2335 and then do report form and then reset it or is there some other way of handling this?

Thanks
 
Tried Report form ... nodialog?

If all else fails but the report runs standalone without userinput anyway, then do as you suggested, set sys(2335) to "attended servermode"...

Bye, Olaf.

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top