Runtime DLL Call and RI_PSIZE
-
- Posts: 26
- Joined: Tue Oct 10, 2017 12:44 pm
Runtime DLL Call and RI_PSIZE
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
I will check on this for you.____Kathleen__R&R Support
-
- Posts: 26
- Joined: Tue Oct 10, 2017 12:44 pm
==> RE: Runtime DLL Call and RI_PSIZE
Hi Kathleen,____Any news on this yet?______Mike
-
- Posts: 26
- Joined: Tue Oct 10, 2017 12:44 pm
==> RE: Runtime DLL Call and RI_PSIZE
Hi Kathleen,____Do we have any news yet?______Thanks,______Mike
===> RE: Runtime DLL Call and RI_PSIZE
It is still in the developer to do queue.____Kathleen__R&R Support
====> RE: Runtime DLL Call and RI_PSIZE
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.____