hi,
I am using GP2010 and i have created a report. When printing this report i want this report to print to a different printer, but it always prints to the default printer and not the specified printer. IS there a DEx.ini setting or somehting else. Code snippet below.
Local text l_PrinterName;
l_PrinterName = “test1”;
run report Report1 with restriction
({Some Restrictions})
destination
false,
true
printer l_PrinterName;
*This post is locked for comments
Stay up to date on forum activity by subscribing. You can also customize your in-app and email Notification settings across all subscriptions.
André Arnaud de Cal... 291,240 Super User 2024 Season 2
Martin Dráb 230,149 Most Valuable Professional
nmaenpaa 101,156