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:
00863150
Vues:
12
>>I have an active x that has a defaultFont object
>>
>>you would normally set the like so
>>
>>
>>with .defaultMenuFont
>> .name = "Tahoma"
>> .Size = 8
>> .weight = "bold"
>>endw
>>
>>
>>
>>but vfp refuses to execute the command with size in it it says syntax error
>>
>>BUT in the watch window:
>>
>> .defaultMenuFont.Size      $      9
>>
>>
>>and if i change it in the watch window it changes fine and the font is now a different size ???
>>
>>
>>I even tried to fool it with:
>>
>>
>>EVALUATE( ".defaultMenuFont.Siz" + "e =  7" )
>>
>>
>>no dice....
>>
>>Anyone dealt with this before ??
>>
>>TIA
>
>Greg, have you tried setting the size by specifying the complete object reference ie. not using WITH...ENDWITH? Just a WAG...


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