Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
If statement
Message
From
01/08/2004 21:41:44
 
 
To
28/07/2004 01:14:24
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Miscellaneous
Thread ID:
00928588
Message ID:
00930020
Views:
12
if LOWER(JUSTEXT(thisform.text1.value))='xml'
>hi all;
>how i can write at my code if statment,if i have at mytextbox, bath ending with xml,
>or ending with xls.
>
>if thisform.text1.value=xml
>  CREATE TABLE ...
>   XMLTOCURSOR(ALLTRIM(thisform.Text1.Value),"VFPCursorName",512)
>   APPEND FROM (DBF("VFPCursorName"))
>
>else
>  CREATE TABLE ...
>  APPEND FROM (thisform.Text1.Value) type xls
>endif
>
>
>thanks.
May all your weeds be wildflowers
Previous
Reply
Map
View

Click here to load this message in the networking platform