Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Helpstring - what is the length?
Message
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Classes - VCX
Titre:
Helpstring - what is the length?
Versions des environnements
Visual FoxPro:
VFP 9 SP2
OS:
Windows 10
Database:
MS SQL Server
Divers
Thread ID:
01636241
Message ID:
01636241
Vues:
257
Hi everybody,

I could not find 'helpstring' in Help. I also did a very quick google search and it didn't bring an answer.

I'm trying to use this method in a class:
procedure ModifyPass(tcSalesPoint as string, ;
		tcOperator as string, ;
		tcWhichKey as string, ;
		tcPrefix as string, ;
		tnPassNo as double, ;
		tcFieldName as string, ;
		tvFieldValue as Variant, ;
		tcPhysLocation as string, ;
		tcPassNo as string,
		tlOverwriteNumeric as Boolean ;
		) as string ;
		helpstring "Modify a field in a pass record and log the change. Numeric changes are added or subtracted to the existing value unless tlOverwriteNumeric is set to true, all others are overwritten."
	
I added a new tlOverwriteNumeric parameter today and modified the helpstring. It now doesn't compile. I don't know what exactly is wrong here, can you suggest?

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