Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to do this without a form
Message
From
29/11/2004 14:25:20
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
How to do this without a form
Miscellaneous
Thread ID:
00965492
Message ID:
00965492
Views:
34
Hello,

Could someone helps me to convert the codes below without creating a single
form ? means the form itself is hardcoded inside instead of creating a form
and to call that form with DO form ....
*--- Setup Time range
dedate = date
cperi  = "Year1     "
nplay  = .03
rtype  = "ALL    "
CLEAR

@10,10 SAY "Period ending (Ex. 06/30/1999) " GET dedate
@12,10 SAY "Period (S, YTD, Year1...Year9) " GET cperi
@14,10 SAY "Tolerance                      " GET nplay
@16,10 SAY "Report Type (ALL,CMRS,ATTRIB)  " GET rtype
READ
Tia
Next
Reply
Map
View

Click here to load this message in the networking platform