Page 1 of 1

Runtime DLL Call and RI_PSIZE

Posted: Thu Jun 05, 2008 10:34 am
by Mike_Wilcock_(Guest)
Hi,____I am currently looking at switching over from using rrwrunin.dbf to pass parameters to the runtime viewer and using the dll method (rrrpt32.dll) instead.____Only problem that I have come across so far is that we use RI_PSIZE to allow the user to change the papersize of a report at runtime. Usually A4 to letter and vice versa.____Does anybody know of an equivalent to this functionality when using the dll?______Thanks,______Mike

=> RE: Runtime DLL Call and RI_PSIZE

Posted: Fri Jun 06, 2008 10:34 am
by kfleming
I will check on this for you.____Kathleen__R&R Support

==> RE: Runtime DLL Call and RI_PSIZE

Posted: Thu Jun 12, 2008 2:34 pm
by Mike_Wilcock_(Guest)
Hi Kathleen,____Any news on this yet?______Mike

==> RE: Runtime DLL Call and RI_PSIZE

Posted: Sat Jun 28, 2008 7:57 am
by Mike_Wilcock_(Guest)
Hi Kathleen,____Do we have any news yet?______Thanks,______Mike

===> RE: Runtime DLL Call and RI_PSIZE

Posted: Thu Jul 03, 2008 11:17 am
by kfleming
It is still in the developer to do queue.____Kathleen__R&R Support

====> RE: Runtime DLL Call and RI_PSIZE

Posted: Tue Jul 08, 2008 3:10 pm
by kfleming
The functions in the DLL are getPageSize and setPageSize__getPageSize__BOOL FAR PASCAL getPrinter (int hReport, LPSTR lpszPageSize, int size);____ hReport Report handle.____ lpszPageSize PageSize buffer.____ size Size of lpszPageSize buffer.__________setPageSize__BOOL FAR PASCAL setPageSize (int hReport, LPSTR lpszPageSize); ____ hReport Report handle.__ lpszPageSize Page Size.____