Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Code looking
Message
 
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Miscellaneous
Thread ID:
00204763
Message ID:
00204820
Views:
21
Hi David:

Thanks for your help.

>> Sorry for this simple question. How can I see whole code which behind form? It's very unconvenient to click on all form's objects. Is there some way? In VB I can see whole form's code...

>It's possible to write extensions for the class browser, you can alter it so it only prints method code.

Don't understand that, sorry. How can I do that?

Abother option is to USE YourClassLib.VCX and build a report that prints the contents of the Methods memo field.

I've just tried unsuccessfully. First, I could not print a content of a memo field directly :( Do I need an UDF for this?
Second, methods don't contain an information about objects which invoke their methods, so I need to add another field in my report. Which one?


>> Another simple question: how can I insert breakpoints in my form/program on the fly?
>
>We can't set them in the editor like you can in other languages. I use a udf and insert =debug() lines while I'm editting. the Debug.prg activates the trace and local windows and does a suspend.

I see. Igor also offered an approuch for this.
>
>Under Tools, Options, Debug page change it to FoxPro Frame.

Thank you, I changed my settings.
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