Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Memo field in SQL Server
Message
From
14/10/2004 18:26:08
 
 
To
14/10/2004 18:22:30
General information
Forum:
Microsoft SQL Server
Category:
SQL syntax
Miscellaneous
Thread ID:
00951542
Message ID:
00951585
Views:
8
>Hi Fred,
>
>
>>There may be some character translating going on, especially CR+LF combinations.
>
>I put the code like that,
>
>local loAbout loAbout = newobject('MYFORM', 'JBFramework.vcx') loAbout.Show()
>
>
>When i read it and pass them with TEXTMERGE to the command Menu, when i run the click event it gives me a Syntax Error.
>
>I try fix delemiters like '\', but no chance, no error but the command don't execute the code.
>
>João Batista

That's not a string. You need string delimiters around that.

You might be able to store it with whatever translations are done and "re-translate it" when you retrieve the values before you try to use it. It's unclear exactly what your problem is here.
Fred
Microsoft Visual FoxPro MVP

foxcentral.net
Previous
Reply
Map
View

Click here to load this message in the networking platform