Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Windows
Message
 
To
All
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Windows
Environment versions
Visual FoxPro:
VFP 9 SP1
OS:
Windows XP SP2
Miscellaneous
Thread ID:
01158661
Message ID:
01158661
Views:
54
With the following I can direct output to the window wOut
DEFINE WINDOW wOut FROM 1,80 TO 30,110 TITLE 'Matching in Progress' ;
   CLOSE FLOAT GROW ZOOM
SHOW WINDOW wOut
ACTIVATE WINDOW wOut
WOUTPUT("wOut")
? 1
But how can I send some output to the main foxPro screen and others
to the window wOut? I tried woutput("screen") but this did not direct
to the main foxpro command window.

Thanks
Steve
Next
Reply
Map
View

Click here to load this message in the networking platform