Code: Select all
put defaultFolder & "/costofsales" into tLayoutFile
put the long ID of me into tDataBroker
put true into tShowPreview
-- print the report
qrtReports_PrintReport tLayoutFile, tDataBroker, tShowPreview
Please help.
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller
Code: Select all
put defaultFolder & "/costofsales" into tLayoutFile
put the long ID of me into tDataBroker
put true into tShowPreview
-- print the report
qrtReports_PrintReport tLayoutFile, tDataBroker, tShowPreview