This is a discussion on Re: Display Array within the Informix forums, part of the Database Server Software category; --> That's what I thought, but it's not in my 4gl 7.3 man - maybe 7.31 or 7.32 Scott O'Rourke ...
| |||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| That's what I thought, but it's not in my 4gl 7.3 man - maybe 7.31 or 7.32 Scott O'Rourke wrote: > > > From 7.3 (I think) you can call FGL_SETCURRLINE() > > -----Original Message----- > From: owner-informix-list@iiug.org > [mailto > Sent: 08 July 2005 12:05 > To: Marco Greco > Cc: informix-list@iiug.org > Subject: Re: Display Array > > With the use of logic before row and next field i could work > in that default row which is one . but i have to get out from the > current default row which is one > by default > Is there any way to set the content of arr_curr or scr_line function > which are by default one . > so that some way can be established > > [snip] -- Ciao, Marco __________________________________________________ ____________________________ Marco Greco /UK /IBM Standard disclaimers apply! Informix faq http://www.iiug.org/techinfo/faq/informix.htm 4glworks http://www.4glworks.com Informix on Linux http://www.4glworks.com/ifmxlinux.htm sending to informix-list |
| ||||
| This was incorrectly described in the 7.32 online documentation last time I looked. Fortunately, it's well described in the equivalent Four J's manual: CALL FGL_SETCURRLINE(scr, arr) scr = screen record position (see "SCR_LINE()") arr = program array position (see "ARR_CURR()") Regards, Doug Lawry www.douglawry.webhop.org "Marco Greco" <marco@4glworks.com> wrote: > > That's what I thought, but it's not in my 4gl 7.3 man - maybe 7.31 or 7.32 > > Scott O'Rourke wrote: >> >> From 7.3 (I think) you can call FGL_SETCURRLINE() >> >> Prateek.Jain@ril.com wrote: >>> >>> With the use of logic before row and next field i could work >>> in that default row which is one . but i have to get out from the >>> current default row which is one by default >>> Is there any way to set the content of arr_curr or scr_line function >>> which are by default one . >>> so that some way can be established |