Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Checkbox dilemma
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
01470600
Message ID:
01470607
Vues:
54
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."
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform