Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Fox for dos 2.6
Message
From
17/10/2002 08:06:54
 
 
To
17/10/2002 07:11:42
Philip Jones
Cornwall County Council
Truro, United Kingdom
General information
Forum:
Visual FoxPro
Category:
FoxPro 2.x
Title:
Miscellaneous
Thread ID:
00712246
Message ID:
00712258
Views:
9
The next line after the get should be a READ

So your code would be constructed as follows:

@07,42 GET g_t0code ;
PICTURE "*I" ;
SIZE 1,10,1 ;
DEFAULT 0 ;
VALID back() or gett0()

READ

@07,42 say g_t0code picture '!!!!!!!!!!!!!!!'

If this code is within a window, or if the function called is within another window, you should activate the called window, do your thing there and deactivate it when you leave it, activating the first window in turn.

So your gett0 function would read:

activate window whatever
(code)
deactivate window whatever
activate window (from the calling snippet)
Rafael Copquin
Treasurer - Microsoft Users Group of Argentina (MUG)
www.mug.org.ar
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform