Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Windows
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Environment versions
Visual FoxPro:
VFP 9 SP1
OS:
Windows XP SP2
Miscellaneous
Thread ID:
01158661
Message ID:
01158662
Views:
21
>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.
>
ACTIVATE WINDOW wOut
? 1
ACTIVATE SCREEN
? 2
ACTIVATE WINDOW wOut
? 3
--sb--
Previous
Reply
Map
View

Click here to load this message in the networking platform