Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Why the code doesn't give the expected result?
Message
 
 
To
13/11/2006 07:59:07
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
01169114
Message ID:
01169124
Views:
8
>Even though txtbox_date is defined as a textbox which requires user input as a date. When this line below excutes vfp says txtbox_date not found
>
>EMPTY(Alltrim(txtBox_date.value))

You have to fully qualify an object. Also, you don't need ALLTRIM() inside EMPTY()
IF EMPTY(Thisform.txtBox_date.value) OR Empty(Thisform.ccombobox1.Value) 
...
--sb--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform