Runtime DLL Call and RI_PSIZE

Meeting place for R&R customers and clients to share tips and ideas. Post your questions, messages or problems here.
Post Reply
Mike_Wilcock_(Guest)
Posts: 26
Joined: Tue Oct 10, 2017 12:44 pm

Runtime DLL Call and RI_PSIZE

Post by Mike_Wilcock_(Guest) » Thu Jun 05, 2008 10:34 am

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

kfleming
Posts: 5795
Joined: Tue Oct 10, 2017 12:44 pm

=> RE: Runtime DLL Call and RI_PSIZE

Post by kfleming » Fri Jun 06, 2008 10:34 am

I will check on this for you.____Kathleen__R&R Support

Mike_Wilcock_(Guest)
Posts: 26
Joined: Tue Oct 10, 2017 12:44 pm

==> RE: Runtime DLL Call and RI_PSIZE

Post by Mike_Wilcock_(Guest) » Thu Jun 12, 2008 2:34 pm

Hi Kathleen,____Any news on this yet?______Mike

Mike_Wilcock_(Guest)
Posts: 26
Joined: Tue Oct 10, 2017 12:44 pm

==> RE: Runtime DLL Call and RI_PSIZE

Post by Mike_Wilcock_(Guest) » Sat Jun 28, 2008 7:57 am

Hi Kathleen,____Do we have any news yet?______Thanks,______Mike

kfleming
Posts: 5795
Joined: Tue Oct 10, 2017 12:44 pm

===> RE: Runtime DLL Call and RI_PSIZE

Post by kfleming » Thu Jul 03, 2008 11:17 am

It is still in the developer to do queue.____Kathleen__R&R Support

kfleming
Posts: 5795
Joined: Tue Oct 10, 2017 12:44 pm

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

Post by kfleming » Tue Jul 08, 2008 3:10 pm

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.____

Post Reply