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 06:06:50
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Crash Bug: ASCAN a memo with insensitive flag
Miscellaneous
Thread ID:
00906434
Message ID:
00906434
Views:
77
Run this code one or two times, and VFP go into a Crash exception.
LOCAL ARRAY aSearch[1]

aSearch = ""

CREATE CURSOR myCursor (sMemo M)
*APPEND BLANK	&& this is not necessary

=ASCAN(aSearch,sMemo,1,0,0,1)	&& <== use Case Insensitive flag and a Memo string

WAIT WINDOW "If the crash not occur, click on screen area"
Fabio
Next
Reply
Map
View

Click here to load this message in the networking platform