Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Does VFP 7 supports inheritance for comments?
Message
De
11/07/2001 23:45:34
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Titre:
Does VFP 7 supports inheritance for comments?
Divers
Thread ID:
00529559
Message ID:
00529559
Vues:
49
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
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform