Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
FoxPro acting crazy... VFP bug?
Message
 
To
11/07/2002 03:49:10
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00671478
Message ID:
00696777
Views:
19
Hi,

Here is a little prg that remove lines containing ZorderSet in .scx table. I tried it, and it doesn't affect my forms.

you can copy and paste it in a new prg
parameter myform

USE &myform

REPLACE properties WITH SUBSTR(properties,1,AT("ZORDERSET",UPPER(properties))-1)+SUBSTR(SUBSTR(properties,AT("ZORDERSET",UPPER(properties))),AT(CHR(13)+CHR(10),SUBSTR(properties,AT("ZORDERSET",UPPER(properties))))+2) FOR AT("ZORDERSET",UPPER(properties))<>0

USE
Hope it will help
Previous
Reply
Map
View

Click here to load this message in the networking platform