Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Query is repeated infinitely
Message
From
08/11/1996 01:55:06
 
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00011696
Message ID:
00011790
Views:
36
>Hola Marcelo,
>
>>This combo has to be refreshed when the user selects values in other controls, I try requerying it form that controls, but it never get the actual parameters, jusk keep the same as if it weren't requeried.
>
>Have u tryied using the gotFocus() method of the combo instead
>of when() ?
>
>>Is there something to avoid the message with a thermometer showing the query progress ?
>
>I think you have a SET TALK ON somewhere. Remember the scope
>of it is the datassesion, so if your form has a private one
>it should be in some of its methods, or in one of the base
>class for it (load() or init() are good candidates).
>

better to put the set talk off etc. in the beforeopentables
(unless ,like me you instantiate the Dataenvironment in the load event and so I instantiate the Environment Wrapper object just before that in the load event)

Arnon
Previous
Reply
Map
View

Click here to load this message in the networking platform