Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Textmerge Causing Fatal Exception
Message
 
 
To
05/05/2003 10:25:29
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00784722
Message ID:
00784927
Views:
11
>>>Interesting... Is this still a bug in VFP8?
>>>
>>I believe it has been fixed in VFP8.
>
>We did fix a fatal exception with the TextMerge() function in VFP8 that Christof Lange reported.
>
>This code repro's that error in VFP7 and VFP7 SP1. Usually it crashes before 5000 iterations.
>
>
>t=0
>DO while .t.
>  @ 0,0 say Str(t)
>  lc = Sys(2015)
>  Public (lc)
>  Store Replicate("X",Rand()*999) to (lc)
>  lc2 = Sys(2015)
>  Store Textmerge(lc) to (lc2)
>  t=t+1
>  Release (lc)
>  release (lc2)
>ENDDO
>RETURN
>
Thanls for confirmation, Jim.
--sb--
Previous
Reply
Map
View

Click here to load this message in the networking platform