Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Browse In Window
Message
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Browse In Window
Divers
Thread ID:
00624521
Message ID:
00624521
Vues:
47
Hello,

In order to let the user see a browse on a command line form, I do the following:
DEFINE WINDOW OutputWindow IN ;
	WINDOW (THISFORM.NAME) ;
	FROM 7, 3 TO 33, 75
ACTIVATE WINDOW OutputWindow
BROWSE WINDOW OutputWindow
With the result that the browse window is always slightly too big, so that I cannot see the scrollbars.
(The command BROWSE IN WINDOW removes the scrollbars altogether.)
I do this on a top level form, so I cannot browse in the VFP screen. Therefore I need to define the window area on the form.

Is there a way to display the browse window the same size as the defined window, showing the scrollbars?
Thanks for your help in advance.
Christian Isberner
Software Consultant
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform