TUniQuery couldn't set connection from other module
Posted: Thu 23 Jun 2016 06:35
Hi.
Probably I found a bug. I try to set Connection property with TUniConnection from other data module, and I coldn't do it, cause error occures:
---------------------------
Error
---------------------------
Invalid property value.
---------------------------
OK
---------------------------
I had to do it in the OnCreate of the form: UniQuery1.Connection := DataModule5.UniDatabaseCommRD. In this case it works. We move to UniDAC from IBX, IBX components could set connection in this case.
I'm use the latest trial components from your site on the Delphi XE6.
Probably I found a bug. I try to set Connection property with TUniConnection from other data module, and I coldn't do it, cause error occures:
---------------------------
Error
---------------------------
Invalid property value.
---------------------------
OK
---------------------------
I had to do it in the OnCreate of the form: UniQuery1.Connection := DataModule5.UniDatabaseCommRD. In this case it works. We move to UniDAC from IBX, IBX components could set connection in this case.
I'm use the latest trial components from your site on the Delphi XE6.