Filtering
I am evaluating Fast Reports Basic, and an using vb express 2008.
I have my own preview form setup
Report1.Preview = frmPreview.PreviewControl1
Report1.Show()
frmPreview.ShowDialog()
and I have created my own Form and report (Report1 with storeinreport set to true.)
I have a combobox on my form and various other textboxes etc. and I have a print button which uses above code.
I want my report to filter which combobox item is select and only preview that item, how can I achieve this.
I have my own preview form setup
Report1.Preview = frmPreview.PreviewControl1
Report1.Show()
frmPreview.ShowDialog()
and I have created my own Form and report (Report1 with storeinreport set to true.)
I have a combobox on my form and various other textboxes etc. and I have a print button which uses above code.
I want my report to filter which combobox item is select and only preview that item, how can I achieve this.
Comments