Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Can a BROWSE window be resized?
Message
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Versions des environnements
Visual FoxPro:
VFP 9
Divers
Thread ID:
01049778
Message ID:
01049788
Vues:
12
>I have a browse window in my app. wondering if it can be resized. The window always comes up the size of the underlying screen. I want to be able to make it wider, longer, whatever.

It's not a good idea to use BROWSE in an application. You can always reolace it with a grid and have full control over it. Anyway, if yor BEOWSE isn't modal, you can get reference to the BROWSE object and manipulate it (Message # 1019785). Otherwise you can use UN clause to open BROWSE in the predefined window/form.
...
oFrm = CREATEOBJECT("form")
oFrm.Show()
BROWSE IN (oFrm.Name)
--sb--
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform