Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Titlebar is missing in the form
Message
 
À
23/02/2000 17:55:07
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00336383
Message ID:
00336392
Vues:
18
>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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform