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:
01470609
Vues:
79
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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform