Congratulations and also a question onTOracleLogon

alain

Member
From ING Paris

Dear Mr Kalter

First i would like to thank you for your answer last time and congratulate the Allround Automations Team for their component
that we finally choosed for our projects after tested them with the trial version.

For this time my question is this:
when i use a 'TOracleLogon' especially when using it's 'execute' method all my TOracleDataSet components became inactive(their property 'active is set to false)
and the only way i found to reopen them is to
make programatically in the code as i saw it in the 'DepEmp' demo project.
is there a posibility to make automatically
by setting a property that i didn't saw or anything else.
Thanks by advance
ING from Paris

------------------
 
Thanks for your compliments.

If the datasets are in the same unit as the session that you are connecting, then the Active property you have set at design time will already have been 'loaded'. In other words, the session is connected with the design-time properties, the datasets are activated for this connection, and subsequently you make a different connection. This leads to an implicit logoff and deactivation of the datasets, which you must subsequently reactivate.

------------------
Marco Kalter
Allround Automations
 
Back
Top