I don't think this is possible, but I ask it anyway.
Is it possible to start a report (with serveral DataItems), and fill-in some filters from the start. So the user sees the ReqFilterFields (defined when programming the report) with the corresponding values?
No support using PM or e-mail - Please use this forum. BC TechDays 2024: 13 & 14 June 2024, Antwerp (Belgium)
0
Comments
Eg, declare the new variable "SalesRec1"
SalesRec1.SETRANGE("No.",1234);
REPORT.RUNMODAL(206,TRUE,TRUE,SalesRec1);
Report will run with 1234 in "No." field.
http://forum.mibuso.com/discussion/35317/default-filter-on-report
Ivica