Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
FoxPro acting crazy... VFP bug?
Message
 
À
11/07/2002 03:49:10
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00671478
Message ID:
00696777
Vues:
20
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
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform