Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Tracking Events in distributed app
Message
From
07/02/2002 06:18:13
 
 
To
07/02/2002 06:14:39
Hilmar Zonneveld
Independent Consultant
Cochabamba, Bolivia
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00616480
Message ID:
00616488
Views:
23
Yeah, I thought I may have to do that, I think I will go down that route because I only want a few events tracked.

Thanks
Kev

>>Hi
>>
>>Is there an easy way to event-track in a distributed application, I gather that SET EVENTTRACKING is for debugging only, but I need something for an app when it's in the users hands.
>>
>>Any ideas?
>>
>>Thanks
>>Kev
>
>Write a function that either writes to a disk file or displays WAIT WINDOW messages. Call it up in different places. This isn't as complete a solution as the one you have at development time, but it is about as far as you can get at runtime.
>
>Sample function, untested:
>
>
>FUNCTION WriteLog(txExpr)
>  StrToFile(trans(seconds() + space(2) + trans(txExpr), "MyLog.txt", .T.)
>ENDFUNC
>
>
>HTH, Hilmar.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform