Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Error with NEWOBJECT()
Message
From
11/04/2008 16:09:00
 
 
To
11/04/2008 15:05:05
Dragan Nedeljkovich (Online)
Now officially retired
Zrenjanin, Serbia
General information
Forum:
Visual FoxPro
Category:
Classes - VCX
Environment versions
Visual FoxPro:
VFP 9 SP2
OS:
Windows XP SP2
Network:
Windows XP
Database:
MySQL
Miscellaneous
Thread ID:
01308856
Message ID:
01310080
Views:
18
>> the code once more revealed what the problem was. The syntax errors were occurring in places where there were string constants that contain characters in the upper-ASCII range -- which are often used as "lead-in" characters for double-byte sequences. Essentially what was happening was whenever the character immediately preceding the closing quote was being intepreted as a "lead-in" for a double-byte character, the closing quote would get "eaten" -- thus resulting in the syntax error.
>
> So you padded it with an extra character, or what was the solution?
We side-stepped the problem by using CHR() (rather than entering the string directly with ALT+nnn). For example, wherever we had "©" we simply used CHR(169) instead. And of course, we not only needed to change the PRGs, but also in SCXs, FRXs, DBCs, etc...
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform