Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Click event missing in coverage profiler
Message
General information
Forum:
Visual FoxPro
Category:
Troubleshooting
Miscellaneous
Thread ID:
00230481
Message ID:
00230511
Views:
25
If you have time, and don't mind doing it, please try the following:
create project test
add test.prg
----  do form test
----  read events
add test.scx
----  two button command group
----  form.destroy 
----  ~~ clear events
----  button one click
----  ~~ y = 0
----  ~~ for x = 1 to 100
----  ~~     y = y + x
----  ~~ next
---- button two click
---- ~~ thisform.release
* then build the .pjx into a .exe

set coverage to c:\tmp\test.log
do test
set coverage to
do (_coverage) with 'c:\tmp\test.log'
What shows up for me is just the destroy event in the .scx file.


>>I have a simple form with only a commandgroup. Button One has a click event. When I run the coverage profiler, I get all the code except for the code in the click event.
>
>It should work if there's any code in there, I just tested it...
--Todd Sherman
-Wake Up! Smell the Coffee!
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform