Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Checkbox dilemma
Message
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
01470600
Message ID:
01470609
Views:
78
This message has been marked as the solution to the initial question of the thread.
>IF EMPTY(thisform.txtdate_proc.Value) OR (thisform.txtdate_proc.Value="NA")
>thisform.txtdate_proc.Value =thisform.txtdate_rec_j.Value
>thisform.txtdate_del.Value =thisform.txtdate_rec_j.Value
>thisform.txtdate_insp.Value =thisform.txtdate_rec_j.Value
>ENDIF
>
>following code does not work, above does.
>
>IF thisform.txtdate_proc.Value =thisform.txtdate_rec_j.Value AND thisform.txtdate_del.Value = thisform.txtdate_rec_j.Value;
>AND thisform.txtdate_insp.Value = thisform.txtdate_rec_j.Value
>thisform.txtdate_proc.Value = " "
>thisform.txtdate_del.Value = " "
>thisform.txtdate_insp.Value = " "
>ENDIF
if thisform.chkSetTextboxes.value = 1
  store thisform.txt1.value to ...
else
  store 'N/A' to ..
endif
If it's not broken, fix it until it is.


My Blog
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform