Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Alzheimer’s disease
Message
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
The Mere Mortals Framework
Titre:
Alzheimer’s disease
Versions des environnements
Visual FoxPro:
VFP 9
OS:
Windows XP SP2
Database:
Visual FoxPro
Divers
Thread ID:
01088022
Message ID:
01088022
Vues:
75
Hi everybody,

I seem to change oBizObj form Prev/Next/Prior/Last methods and have to records (or memory) of doing so. There are no comments, which is strange. I usually would at least put some comments if I made such a change.

Could you please check the top of any of the method and let me know, if it starts with something like:
*---------------------- Location Section ------------------------
*   Library: 	Cforms.vcx
*   Class: 		Cbizobjform  
*   Method: 	Prior() 
*----------------------- Usage Section --------------------------
*)  Description:
*)    Tells the business object to move to the previous record

*   Scope:      Public
*   Parameters: None
*$  Usage:      ThisForm.Prior()
*$              
*   Returns:  NUMERIC - the file's status after the operation
*--------------------- Maintenance Section ----------------------
*   Change Log:
*       CREATED 	
*		MODIFIED	02/18/00 - KJM
*			Send the Prior() message to oNavObj rather than oBizObj
*-----------------------------------------------------------------
LOCAL lnRetVal, loSelect, lnReply

loSelect = CREATEOBJECT("CSelect", ;
		   IIF(not EMPTY(this.oNavObj.cNavAlias),this.oNavObj.cNavAlias, ;
		   this.oNavObj.GetAlias()))
		   
cNavAlias seems to be the property I added to our version of biz object. But why I would change oBizObjForm methods and have no comments at all? Shame on me if I did so.

Thanks in advance.
If it's not broken, fix it until it is.


My Blog
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform