Problem with FastReports

Discussion of open issues, suggestions and bugs regarding UniDAC (Universal Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
ply
Posts: 11
Joined: Tue 27 May 2008 15:03

Problem with FastReports

Post by ply » Mon 26 Jan 2009 15:11

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.

Plash
Devart Team
Posts: 2844
Joined: Wed 10 May 2006 07:09

Post by Plash » Tue 27 Jan 2009 10:33

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.

Post Reply