Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Titlebar is missing in the form
Message
 
To
23/02/2000 17:55:07
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00336383
Message ID:
00336392
Views:
15
>When I run my form, for some reason the title bar for the form is not showing up.
>
>I have the Titlebar property set to 1-On
> Controlbox set to True
> MinButton and MaxButton set to True
> Movable set to True
>
>I have tried changing all of these settings, and I still can't get the title bar to appear (I can't figure out what I did to accidentally disable it). What else should I check? I can't find anything in my base class that would change this property either.
>
>Thanks for your help!
>Dorisa

Run your form from the command window, then ctrl+f2 to bring the command window up. Enter
_screen.activeform.caption='This is the Title Bar'
_screen.activeform.titlebar=1

That should work. If not, activate the debugger and check the properties for _screen.activeform.
John Harvey
Shelbynet.com

"I'm addicted to placebos. I could quit, but it wouldn't matter." Stephen Wright
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform