Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Change value for deleted() records
Message
 
À
31/08/2001 10:33:19
Fabian Borghi
Xenon Information Technology
Itaparica, Brésil
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Divers
Thread ID:
00551411
Message ID:
00551422
Vues:
23
>I need to change the information in a grid,
>for example :
>if record is deleted() i need to i display the values, but if the record is !deleted() i need to display "Active Article"
>
>Thanks in advance
>Fabian Borghi
>EAN Argentina
>Buenos Aires

Put something like this in Column.ControlSource:

IIF(DELETED(), myfield, "Active Article")
Nick Neklioudov
Universal Thread Consultant
3 times Microsoft MVP - Visual FoxPro

"I have not failed. I've just found 10,000 ways that don't work." - Thomas Edison
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform