Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Beginner
Message
 
To
07/11/2006 06:18:13
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Environment versions
Visual FoxPro:
VFP 9
OS:
Windows XP
Network:
Windows XP
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01167612
Message ID:
01167616
Views:
8
>Hi,
>
>How do you take user input (date type) throught testbox, so it can later on be used in sql query. Thanx for the help

What query?
I usually do this:
ldDate = thisform.Text1.Value && Text control with Date in it
SELECT * FROM MyTable WHERE DateField = m.ldDate INTO CURSOR crsTest
Against Stupidity the Gods themselves Contend in Vain - Johann Christoph Friedrich von Schiller
The only thing normal about database guys is their tables.
Previous
Reply
Map
View

Click here to load this message in the networking platform