Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Syntax, I think?
Message
 
 
To
29/11/2002 11:55:51
Smyte Smithlin
Spectrum Software, Inc.
Omro, Wisconsin, United States
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00728074
Message ID:
00728216
Views:
22
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--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform