Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
TRANSFORM(EVALUATE()) changed in VFP 7?
Message
From
13/02/2002 15:57:07
 
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00619604
Message ID:
00619688
Views:
18
David,

thank you for your advice!

Robert

>I was just giving you a workaround, because it won't be fixed for a while at best. So I'd restructure your code with an IF:
>
>
lcBuffer = eval(...)
>if ( ! type( "lcBuffer" ) $ "CM" )
>   lcBuffer = transform( lcBuffer )
>endif
>
>You might also want to check something else when dealing with memos and long strings while building HTML code. The code that converts my Q&A table into the pages themselves uses TEXTMERGE and VFP has the hugely annoying bug that inserts chr(13)s into the output based on SET MEMOWIDTH. so some of my tables were getting screwed up because of this. I avoid the problem by doing a SET MEMOWIDTH TO 8192 and put the long strings to the output file in 512 byte chunks.
I've acquired quite a taste for a well-made mistake... [Fiona Apple]
Previous
Reply
Map
View

Click here to load this message in the networking platform