Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Code Documentation
Message
De
05/12/2003 10:15:25
Jay Johengen
Altamahaw-Ossipee, Caroline du Nord, États-Unis
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Titre:
Code Documentation
Divers
Thread ID:
00856259
Message ID:
00856259
Vues:
63
We are being required to use this type of function comment header and defect change headers for all methods, function, programs, etc. I really don't have a problem using the change headers, but the function comment header seems incredibly superfluous for predefined methods like the Click event of a checkbox. I could see it being used for user-defined methods, but in the Foxpro predefined ones it just seems to be a waste of time. Maybe it's just the way I see it. Any thoughts on this?

Regards, Renoir
*!* ============================================================================
*!*	Function Name: ThisForm.chkReport.Click
*!*
*!*	Copyright 2003: This software is property of Blah, blah, blah
*!*
*!*	Author: Renoir
*!*
*!* 	Date of Creation: 12/04/2003
*!*
*!*	Description: Set form property lReport to the value of the report checkbox
*!*	             Need Process button to be enabled when Report checkbox checked
*!*
*!*	Parameters:
*!*		Input:
*!*		In/Out:
*!*		Output:
*!*
*!* 	Returns:
*!*
*!*	Assumptions made in this function:
*!*		Tables Open When Called:
*!*		Tables Positioned When Called:
*!*		Cursors Open When Called:
*!*		Cursors Positioned When Called:
*!*		Globals Initialized Before Called:
*!*		Non-Standard Environment Settings (exclusive, delete, exact, etc):
*!*		Other:
*!*
*!* ============================================================================


*!* ============================================================================
*!*
*!*	#Defect#: 877		Author: Renoir		Date: 12/04/2003
*!*
*!*	Description of changes: Set THISFORM.lReport property to the value of the Report checkbox
*!*
*!* ============================================================================

THISFORM.lReport = THIS.VALUE

*!* ============================================================================
*!*
*!*	#Defect#: 877		Author: Renoir		Date: 12/05/2003
*!*
*!*	Description of changes: Need Process button to be enabled when Report checkbox checked
*!*
*!* ============================================================================

THISFORM.Basecommandgroup1.cmdCommand1.ENABLED = THIS.VALUE
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform