Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
readme.txt | 2020-05-11 | 1.2 kB | |
rejig.4gl | 2020-05-11 | 1.2 kB | |
report.c | 2020-05-11 | 7.5 kB | |
report.man | 2020-05-11 | 4.0 kB | |
Totals: 4 Items | 14.0 kB | 0 |
From infmx!johnl Fri Jul 24 09:16:48 1992 Date: Fri, 24 Jul 92 13:30:21 GMT From: emory!widener!obelix.informix.com!johnl (Jonathan Leffler) Message-Id: <9207241330.AA20068@obelix.informix.com> To: informix-list@rmy.emory.edu Subject: INFORMIX-4GL Dynamic Report Output Parameters Version 2 Cc: mbp@nyssa.wa7ipx.ampr.org X-Informix-List-Id: <list.1340> Some time ago, I lobbed some C code at the net which adapted the output dimensions of an I4GL report at runtime, with the comment that I hadn't got it to work with I4GL-RDS. On 29th April 1992, Marlin Prowell put an adapted version of my code on to the net, having made it work under I4GL-RDS. The shell archive below is an integrated version of our two efforts: there is a compile line parameter -DI4GL_RDS required to make it work under I4GL-RDS and no parameter for compiled I4GL (I4GL-C?). There is also an updated manual page, and some example I4GL code which is used in the manual page. I hope you find this useful. Marlin: thanks for the effort -- it was a great help. And for the fix in the code. I've kept your comments in the code. Jonathan Leffler (johnl@obelix.informix.com) #include <disclaimer.h> FYI: I didn't cheat and look at the source code for the Informix products.