Re: form and display array
Mike Aubury <[email protected]>
| Newsgroups | gmane.comp.lang.4gl.aubit.general |
|---|---|
| Message-ID | <CAGAq4WGH=rBgAfzkvz6dGzybgfiAOr0hg7N5dX+1_yP2s_=G+w@mail.gmail.com> |
There used to be two ways to do this.. 1) Use a loop to display VAR_ARRAY[a].* TO scr_array[a].* 2) Use a BEFORE DISPLAY/EXIT DISPLAY I always preferred 1) - because I dont think 2) was available in earlier versions of Informix 4GL... On 16 December 2013 10:10, Michal Hajek <[email protected]> wrote: > Hi, > > I am stuck in header - detail form. > > a) What is the correct way how to display -and only display- array to a > form? > > display array VAR_ARRAY to SCR_ARRAY_RECORD.* > > displays array, BUT cursor stays in the array and waits for key. I need > just to display the data and continue in program. > > b) What is correct way how to input both header (simple record) and detail > (array) form data? > > Thanks, Michal > > > ------------------------------------------------------------------------------ > Rapidly troubleshoot problems before they affect your business. Most IT > organizations don't have a clear picture of how application performance > affects their revenue. With AppDynamics, you get 100% visibility into your > Java,.NET, & PHP application. Start your 15-day FREE TRIAL of AppDynamics > Pro! > http://pubads.g.doubleclick.net/gampad/clk?id=84349831&iu=/4140/ostg.clktrk > _______________________________________________ > Aubit4gl-discuss mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/aubit4gl-discuss > > ------------------------------------------------------------------------------ Rapidly troubleshoot problems before they affect your business. Most IT organizations don't have a clear picture of how application performance affects their revenue. With AppDynamics, you get 100% visibility into your Java,.NET, & PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro! http://pubads.g.doubleclick.net/gampad/clk?id=84349831&iu=/4140/ostg.clktrk _______________________________________________ Aubit4gl-discuss mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/aubit4gl-discuss