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:
00529564
Views:
8
>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.

No. I believe that using the "Edit ParentClass Method" button is meant as a solution for thing like that.
Nick Neklioudov
Universal Thread Consultant
3 times Microsoft MVP - Visual FoxPro

"I have not failed. I've just found 10,000 ways that don't work." - Thomas Edison
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform