Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Clicking outside Browse window
Message
De
24/03/2006 12:48:34
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Problèmes
Titre:
Clicking outside Browse window
Versions des environnements
Visual FoxPro:
VFP 7 SP1
Divers
Thread ID:
01107476
Message ID:
01107476
Vues:
67
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
Groet,
Peter de Valença

Constructive frustration is the breeding ground of genius.
If there’s no willingness to moderate for the sake of good debate, then I have no willingness to debate at all.
Let's develop superb standards that will end the holy wars.
"There are three types of people: Alphas and Betas", said the beta decisively.
If you find this message rude or offensive or stupid, please take a step away from the keyboard and try to think calmly about an eventual a possible alternative explanation of my message.
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform