Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
VFP scripting?
Message
From
02/04/2007 13:35:51
 
 
To
02/04/2007 13:16:16
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Environment versions
Visual FoxPro:
VFP 9 SP1
OS:
Windows 2000 SP4
Network:
Windows 2000 Server
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01211369
Message ID:
01211376
Views:
12
>I have a form with EditBox and few buttons and I am hoping that I can run my form and type in my SELECT statement in the EditBox and I would be able to Query my table in my testdbase.dbc according to my SELECT statement that I have typed in the EditBox. Is this possible? Please help. Thanks, Sam

Sure, you can. You can always have it like this:
cCommand=alltrim(thisform.editbox.value)
try
&cCommand.
catch
** catch typing errors here
endtry
Edward Pikman
Independent Consultant
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform