Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
TitleBar Property
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Programmation Orientée Object
Divers
Thread ID:
00666618
Message ID:
00667025
Vues:
26
Kevin,

>yes, I did. There IS a form open, ie _Screen.ActiveForm = .t.

There is a form open doesn't mean that _screen.ActiveForm is referencing any form at all or the form you think you are trying to manipulate. You've never said where the code you are trying to run is located. What happens when you do this:

? _screen.ActiveForm.Name
_screen.ActiveForm.TitleBar = 0

>I have made no other changes to properties which might effect
>this behavior.

Ummm, yes you have, because it's not working for you. Try this in the command window:

ox = createobject( "form" )
ox.Visible = .t.
ox.TitleBar = 0

does the titlebar disappear? (it does on my machine)

ox.TitleBar = 1

does it come back? (it does on my machine)

If so then there is some difference between your form and the VFP baseclass that is preventing the normal behavior from happening.
df (was a 10 time MVP)

df FoxPro website
FoxPro Wiki site online, editable knowledgebase
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform