Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Size keyword & syntax error
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Contrôles ActiveX en VFP
Divers
Thread ID:
00863045
Message ID:
00863152
Vues:
13
>Hi Greg,
>
>skip the VFP wrapper:
>
>
>with .defaultMenuFont.Object
> .name = "Tahoma"
> .Size = 8
> .weight = "bold"
>endw
>
>
>Fabio




It turns out the problem was in constanst defined in an include file referenced by the form...

I removed the include file reference from the form and it saves no problem now !

The funny thing is there are no constants involved in this code that would cause it to fail ?
with .defaultMenuFont
 .name = "Tahoma"
 .Size = 8
 .weight = "bold"
endw
Greg Foote
Software At Work, Inc.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform