Topic: 3 datasets

hello Dmitiry...how to print 3 datasets on 1 page.. is  this possible???
i tried by adding in script but fast reports shows only 2 datasets result

2 (edited by ehwagner 2020-04-23 01:42:18)

Re: 3 datasets

blackpearl8534,
Check the attached.

Post's attachments

Attachment icon Report Datasets.zip 337.58 kb, 341 downloads since 2020-04-23 

3 (edited by blackpearl8534 2020-04-23 08:23:59)

Re: 3 datasets

thanks ehwagner...
excellent work
i used same script but did not found result in report.. i just replaced .fr3 file with your .fr3 file...
so how to enable Results in report

Re: 3 datasets

blackpearl8534,
In FastReport click on Report in MenuBar, then click on Data, then select your reports. See attached illustration.

Post's attachments

Attachment icon Report Results Select.png 16.85 kb, 121 downloads since 2020-04-23 

Re: 3 datasets

Hello ehwagner...
thanks for help.. i have another question
check atteched pic

Post's attachments

Attachment icon Untitled.jpg 27.42 kb, 110 downloads since 2020-04-23 

Re: 3 datasets

blackpearl8534,
Try this


procedure Form1_Barcode_OnChange (Sender: TObject);
begin
  Form1.ComboBox1.dbItemID := SqlExecute('Select id From Items Where itemBarcode = "' + Form1.Barcode.Text + '"');
end;

Re: 3 datasets

i tried this Barcode_onchange but got error
now i am using this script Tablegrid1.on_change and working properly