Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Syntax, I think?
Message
 
 
À
29/11/2002 11:55:51
Smyte Smithlin
Spectrum Software, Inc.
Omro, Wisconsin, États-Unis
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00728074
Message ID:
00728216
Vues:
31
I'm sorry but I cannot see how single quote in the address could cause such error. Here's the test I ran and no error was generated.
m.inv_cardnu = "ABC"
m.inv_cardex = "EFG"
m.charges = 125.63
m.inv_ordnum = 1234567.89
m.inv_cardap = "LKIOM"
m.custAddress = "155 ' Willowbrok"

filetext1 = ["5" "] + m.inv_cardnu + ;
	[" "] + m.inv_cardex + [" "] + allt(str(m.charges,8,2)) + ;
	[" "] + str(m.inv_ordnum,8,2) + [" "] + m.inv_cardap + ;
	[" "] + m.custAddress + ["]
	
? filetext1 	
Can you post values for all properties and fields?

>Yes, it happens on the line of code posted. vfp 7 sp 1.
>
>thanks...Smyte
--sb--
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform