I've got some slow code apparently in this app, and so I create a .LOG 
file using SET EVENTTRACKING.  When I try to open up the log file in 
Coverage Profiler, I get the following error:

"File specified is not correct Coverage Log format for this version of VFP."

wtf?!?!?

Here's the code I use to create the log file in my button's click event:

        SET EVENTTRACKING ON
        SET EVENTTRACKING TO mjb.log

        * here's the slow part
        DODEFAULT()

        SET EVENTTRACKING TO


Ideas?

tia!
--Michael


_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/profox
OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech
Searchable Archive: http://leafe.com/archives/search/profox
This message: http://leafe.com/archives/byMID/profox/[EMAIL PROTECTED]
** All postings, unless explicitly stated otherwise, are the opinions of the 
author, and do not constitute legal or medical advice. This statement is added 
to the messages for those lawyers who are too stupid to see the obvious.

Reply via email to