Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Clicking outside Browse window
Message
 
À
24/03/2006 12:48:34
Information générale
Forum:
Visual FoxPro
Catégorie:
Problèmes
Versions des environnements
Visual FoxPro:
VFP 7 SP1
Divers
Thread ID:
01107476
Message ID:
01107481
Vues:
21
VFP8 SP1 and VFP9 SP1 in both cases BROWSE closes if I click outside of window. BTW what you want: BROWSE to stay or BROWSE to close?


>Here is a quirck of the Browse window. If clicking OUTSIDE the browse window, the browse window either closes or not. It closes if there is ANY OTHER object defined. It does not close if no other object is defined.
>
>Does this sound familiar? Is there any workaround known here?
>
>From the command window:
>
clear all
>do BrowErr with .F.
>* or
>clear all
>do BrowErr with .T.
>
>
>
PROCEDURE BrowErr
>lparameter tlAddObject
>
>create cursor c_whatever ( f1 i, f2 i )
>for n= 1 to 10
>	insert into c_whatever values ( n, n )
>next
>
>if m.tlAddObject
>	_screen.AddObject( '_img', 'image' )
>endif
>
>BROWSE
>
>wait wind "Done" nowait
Against Stupidity the Gods themselves Contend in Vain - Johann Christoph Friedrich von Schiller
The only thing normal about database guys is their tables.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform