Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
FieldBeingValidated()
Message
De
18/06/2002 15:31:05
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
FieldBeingValidated()
Divers
Thread ID:
00669872
Message ID:
00669872
Vues:
43
I would like my field-level rules to all be identical "Field-Valid()".
Procedure Field_Valid()
  local lcField
  lcField = FieldBeingValidated()
  do Case
    Case lcField = 'F1'
      .....
    Case lcField = 'F2'
      .....
    .....
  EndCase
EndProc

Procedure FieldBeingVAlidated()
  ?????
EndProc
Does anyone have any ideas on the code for FieldBeingValidated()?

TIA
Bill Morris
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform