Heyah
If your report/doc is simple ( FieldCount eqal constatn )
Meybe you can try following:
1.Build a User Query - it must contain all data you need
(query must have clause where ex: Doc=1, etc )
2.Make user report for this query - it must look like Your simple document
3.Make Your add'on . In printing function just change query in Qstring field RDOC table for your report
4.Simulate open UserReport and PrintClick on Your report
let me know it is work?
Add a comment