Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Code Documentation
Message
De
05/12/2003 10:26:57
 
 
À
05/12/2003 10:15:25
Jay Johengen
Altamahaw-Ossipee, Caroline du Nord, États-Unis
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00856259
Message ID:
00856265
Vues:
17
Hi Renoir,

I agree with you but I can understand adding it if modifications are made to the pre-defined methods also. Not for describing the purpose of the pre-defined method of course but to explain the modifications only. Rather superfuous to say the least. This reminds me of an instance when I was working for the government and a new supervisor required extremely specific weekly activity reports. I barely had any time to get anything done I was spending so much time being specific in those reports! Each entry took more time than the amount of time it took to complete the task itself. We finally decided that our supervisor wasn't knowledgeable in the field so she was attempting to learn by reading our reports!

By the way, should I call you 'Jay' now? :o)


>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
>
>
.·*´¨)
.·`TCH
(..·*

010000110101001101101000011000010111001001110000010011110111001001000010011101010111001101110100
"When the debate is lost, slander becomes the tool of the loser." - Socrates
Vita contingit, Vive cum eo. (Life Happens, Live With it.)
"Life is not measured by the number of breaths we take, but by the moments that take our breath away." -- author unknown
"De omnibus dubitandum"
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform