Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Does VFP 7 supports inheritance for comments?
Message
 
To
11/07/2001 23:45:34
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00529559
Message ID:
00529775
Views:
9
>I was wondering if VFP 7 supports inheritance for comments we put when defining a class method which receives parameters for example. I have something like this in my baseform SaveRecordUpdated() method:
>
>
>* This is called from the Save()
>* It is used to archive a log
>*
>* Use it like this:
>* IF ALIAS()='MyTable'
>*    SELECT HistoryTable
>*    ...
>* ENDIF
>*
>* Don't forget to set buffering to 1 for those tables
>*
>* expC1 Alias
>* expC2 Numero
>* expC3 If the record exists
>PARAMETER tcAlias,tnNumero,tlExist
>
>
>When I use a form which is based on baseform, entering this method only shows the parameter line. It would be nice if it would show the entire comment.

Don't know if this would suffice, but you can associate comments with each method through Edit Property/Method. These will show up at the bottom of the PEM sheet.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform