Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
TitleBar Property
Message
General information
Forum:
Visual FoxPro
Category:
Object Oriented Programming
Miscellaneous
Thread ID:
00666618
Message ID:
00667025
Views:
25
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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform