Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Buffered Data Committed too Soon
Message
 
À
25/01/1999 17:17:13
Daniel Christensen
University of Wisconsin River Falls
River Falls, Wisconsin, États-Unis
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00180029
Message ID:
00180036
Vues:
33
Daniel,

Is the save button in a toolbar? If it is then the current controls is not losing focus and is therefore not udating its controlsource. IN your save button put this code first, then your other code;
IF TYPE("_screen.activeform.activecontrol.name") = "C"
   IF PEMSTATUS("_screen.activeform.activecontrol,"SetFocus",5)
      _screen.activeform.activecontrol.setfocus()
   ENDIF
ENDIF
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform