Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
_CUROBJ and valids
Message
 
To
09/04/1998 15:58:02
General information
Forum:
Visual FoxPro
Category:
FoxPro 2.x
Miscellaneous
Thread ID:
00090899
Message ID:
00091328
Views:
20
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
Previous
Reply
Map
View

Click here to load this message in the networking platform