Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Alzheimer’s disease
Message
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
The Mere Mortals Framework
Title:
Alzheimer’s disease
Environment versions
Visual FoxPro:
VFP 9
OS:
Windows XP SP2
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01088022
Message ID:
01088022
Views:
74
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
Next
Reply
Map
View

Click here to load this message in the networking platform