Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
String length too long
Message
De
13/11/2004 09:12:07
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Titre:
String length too long
Divers
Thread ID:
00961140
Message ID:
00961140
Vues:
40
I have the following code which get a string to long error message:
TEXT TO lcMsg TEXTMERGE NOSHOW
This Claim/Respondent link
	Start on: <<ccPAGE.Startdate>>
	End on	: <<ccPAGE.Enddate>>

You selected the following Respondent (Liable for: <<ccPage.Percent>>% ):
	Tax ID	: <<cc6.fid>>
	Company : <<cc6.company>>
	DBA		:
	ID		: <<cc6.respond_id>>
	Address	: <<ALLTRIM(cc6.address>>
			  <<ALLTRIM(cc6.city)>>, <<ALLTRIM(cc6.state)>> <<cc6.zip>>
	Phone	: <<cc6.phone >>
	Insured	: <<IIF(cc6.ISINSURED,"Yes","no")>>
	NCCI	: <<cc6.NCCI>>
ENDTEXT
But I know I have created much longer string when making HTML code or filetostr() conversion.
The error start happening when len(lcMsg) > 255
which I remember to be the field size limit (actually I think it is 254).

Thanks

Peter
Peter Cortiel
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform