help... i can't find "field link Designer"

hi.. all
i am learing using fastreport studio.. i am new user.
now, i have a problem make master-detail report...
becouse i can't make a link from detail to master.

my Setting Data is
AdoQUery1 SQL="SELECT c.CustNo, c.Company, c.Addr1, c.Addr2 FROM customer c Order By C.Custno"
AdoQuery2 SQL="SELECT o.CustNo, o.OrderNo, o.SaleDate, o.AmountPaid FROM orders o ORDER BY o.CustNo , o.OrderNo where o.custno = :mcusno"
mCusno is Interger Parameter
AdoQuery2.Master := AdoQuery1

In my Page :
Report Title : reportTitle1
MasterData : masterdata1, Dataset : Adoquery1
CustNo, Company

DetailData : DetailData1, Dataset : ADOQuery2
i am not see data in AdoQuery2

PageFooter : PageFooter1

i am usig FasterReport 3.20

Thank's
Jigu

Comments

  • edited 4:36AM
    ADOQuery don't have MasterField...
    i must use ADOTable .. ;)
  • edited 4:36AM
    wrote:
    ADOQuery don't have MasterField...
    ADOQuery have Master field, starting from version 4.7.

Leave a Comment

Rich Text Editor. To edit a paragraph's style, hit tab to get to the paragraph menu. From there you will be able to pick one style. Nothing defaults to paragraph. An inline formatting menu will show up when you select text. Hit tab to get into that menu. Some elements, such as rich link embeds, images, loading indicators, and error messages may get inserted into the editor. You may navigate to these using the arrow keys inside of the editor and delete them with the delete or backspace key.