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:45:34
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Does VFP 7 supports inheritance for comments?
Miscellaneous
Thread ID:
00529559
Message ID:
00529559
Views:
48
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.
Michel Fournier
Level Extreme Inc.
Designer, architect, owner of the Level Extreme Platform
Subscribe to the site at https://www.levelextreme.com/Home/DataEntry?Activator=55&NoStore=303
Subscription benefits https://www.levelextreme.com/Home/ViewPage?Activator=7&ID=52
Next
Reply
Map
View

Click here to load this message in the networking platform