Page 1 of 1

Problem with FastReports

Posted: Mon 26 Jan 2009 15:11
by ply
There is 2 queries (TfrxUniDACQuery)
In 1st query I set second as a master.
Then set 2 masterfields (resource_id=resource_id;employee_id=employee_id)

As the result I get connection only by one field which written first ("resource_id" in my example). Result is the same like when MasterFields = 'resource_id=resource_id'


In Delphi (not in FR designer) everything works fine.

Posted: Tue 27 Jan 2009 10:33
by Plash
We have fixed this problem. The fix will be included in the next build of UniDAC.

You can fix the problem by replacing {$IFNDEF VER6P} with {$IFNDEF Delphi6} in frxDACComponents.pas.