Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Prevent the addition of a blank record
Message
De
20/04/2004 07:34:26
 
 
À
19/04/2004 16:24:28
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00896266
Message ID:
00896420
Vues:
10
Hi Claude.

I am trying to modify an existing form so that blank records are not added.

You mean so that blank records are not saved ? If so, code like this in called from your save method:


lcFldState = GETFLDSTATE( -1, Thisform.cPrimaryTable )
IF ! ISNULL( lcFldState )
IF EMPTY( CHRTRAN( NVL( lcFldState, '' ), '3', '' ) )
***
ENDIF
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform