Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
The better code
Message
From
26/04/2013 18:32:48
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Other
Title:
The better code
Miscellaneous
Thread ID:
01572049
Message ID:
01572049
Views:
120
I want the user to pick the stock id:
stock_id = inputbox('Stock ID','Input Stock ID', space(20))
select * from stock_file where alltrim(cstockid)=alltrim(stock_id) into cursor cstock

select cstock
browse normal

?cstock.cstockid
how to make it looks better in the program?
which controls can I use to replace browse normal?

thanks for the advice

Jerry
Next
Reply
Map
View

Click here to load this message in the networking platform