Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Save command
Message
 
 
À
22/08/2007 08:49:50
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Versions des environnements
Visual FoxPro:
VFP 9 SP1
OS:
Windows XP
Database:
Visual FoxPro
Divers
Thread ID:
01249529
Message ID:
01249542
Vues:
28
This message has been marked as a message which has helped to the initial question of the thread.
>hi,
>thank you ,
>after save i need to clean all textbox,editbox...etc.
>
for each loControl in thisform.Controls
  if pemstatus(m.loControl, 'value', 5)
     loControl.ResetToDefault('value')
  endif
next
This would work for only one level hierarchy deep. If you have pageframes or containers with objects, you need to use recursion.
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