Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Crash Bug: ASCAN a memo with insensitive flag
Message
From
24/05/2004 12:26:19
 
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00906434
Message ID:
00906569
Views:
12
Sergey-
>
>It's a bug and I can repro it in both cases:
>
>Steps to Reproduce:
>
>1. Run following code
LOCAL ARRAY aSearch[1]
>aSearch = ""
>CREATE CURSOR myCursor (sMemo M)
>APPEND BLANK	
>GO BOTT
>=ASCAN(aSearch,sMemo,1,0,0,1)	
2. Run following code and click on VFP desktop.
LOCAL ARRAY aSearch[1]
>aSearch = ""
>CREATE CURSOR myCursor (sMemo M)
>APPEND BLANK	&& this is not necessary
>=ASCAN(aSearch,sMemo,1,0,0,1)	
>
>

It's erratic. The first time I ran the code, one loop, there was no error. Added a loop (20 times) and it crashed. Added a printout to screen of the counter to see when it crashes, no crash until I closed VFP.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform