main logo
Subject: VFP9 Coverage profiler problem
Author: MB Software Solutions General Account
Posted: 2008/02/28 16:31:57
 
View Entire Thread
New Search


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



 
©2008 MB Software Solutions General Account
<-- Prior Message New Search Next Message -->