Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Help: Syntax Error in VFP9
Message
 
 
To
12/05/2009 12:26:57
John King
Integrated Technologies Group
Florida, United States
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
01399390
Message ID:
01399423
Views:
71
>As I mentioned, I am novice VFP programmer. I had programmers working for me but things are tight and I am trying to do as much as possible myself. I have actually almost caught up to my worst programmer. Sad huh. If you get sick of my asking you questions, just let me know, but I have one more. I am tracing an error into this line of code and I can't find it.
>
>The line is simply. . . .
>
>dodefault()
>
>
>Do you have any idea's. Debug won't trace into that line.
>
>John

DODEFAULT() means that it should try to execute the parent code method. You need to check what is the parent class of the class/form you're debugging and if it has any code in it.

If you want to try to debug it, temporarily put

set step on right before this line. You would have to remove it after you finished. Otherwise you can also try

SET ASSERTS ON (in command window)

and put

ASSERT .F. instead of SET STEP ON.

BTW, I'm never tired of answering - I'm sick of feeling ignored instead (doesn't apply to you - in general)
If it's not broken, fix it until it is.


My Blog
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform