Page 1 of 1

RE-Open All Queries

Posted: 15.10.2008, 15:51
by Frega
hello, im using remote DB and sometimes the ZConnection goes OFF, this, turn all my queries to Active := False;

its lots and lots of work to enter in each form and turn it on again...
i think i will put a command in Form Create like:
ZQuery.open;


have other way to do this?? like (Zconnection.ALLQueries.open) :P


thanks :)
sry bad english

Posted: 16.10.2008, 20:26
by mse
MSEide+MSEgui has tactivator for that purpose (tab NoGui in component palette).

http://sourceforge.net/project/showfile ... _id=165409

Just released rev. 2.0beta1 BTW.
Set the controller.activator properties of the DB components which you want to activate to the inserted tactivator component.

Martin