Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
_CUROBJ and valids
Message
 
À
09/04/1998 15:58:02
Information générale
Forum:
Visual FoxPro
Catégorie:
FoxPro 2.x
Divers
Thread ID:
00090899
Message ID:
00091328
Vues:
22
Joe, try something like this:

if not m.logg_tmeof > m.logg_tmeon
do p_err_msg with 'log_hist.scx logg_tmeof > logg_tmeon'
if not _curobj = objnum(m.ap_time_of)
_CUROBJ = OBJNUM(m.ap_time_of)
endif
return .f.
endif

----------
This is code that is working in a lan environment. YOu could reset it my referencing another field. In this example, it resets to the current field. This is better because it gets the actual object number with a foxpro function.

Good coding.
Carl R. Perkins
NJ5J Software Corp. http://www.nj5j.com
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform