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:
01470607
Views:
53
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
"Build a man a fire, and he's warm for a day.
Set a man on fire, and he's warm for the rest of his life."
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform