Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Sys(3054) How to turn off output to screen?
Message
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Environment versions
Visual FoxPro:
VFP 9
OS:
Windows XP SP2
Network:
Windows 2003 Server
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01286035
Message ID:
01286066
Views:
17
>>You have to specify a memory variable
>>lcRep = ""
>>SYS(3054 , 12, "lcRep")
>>SELECT * FROM ...
>>STRTOFILE(lcRep, ...)
>>
>so are you saying that we should not use the sys(3092) function? I tried your change at the start of a form, but without the strtofile code, and I still get output to the screen.
>Could it be comming from the sys(3092) function?

Where did I say that? You can use whatever suit you best. The SYS(3092) only adds output to a file. It does not affect output to screen.
--sb--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform