Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Does VFP 7 supports inheritance for comments?
Message
From
11/07/2001 23:52:25
 
 
To
11/07/2001 23:45:34
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00529559
Message ID:
00529562
Views:
8
Nope

>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.
Craig Berntson
MCSD, Microsoft .Net MVP, Grape City Community Influencer
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform