RE: Retain values in construct statement
"Bill Yap" <[email protected]>
| Newsgroups | gmane.comp.lang.4gl.fourjs.user |
|---|---|
| Message-ID | <[email protected]> |
Henk,
Thanks for the info. But what is "tabbed form" - is it using the tab
index?
I guess i didn't explain correctly of what i would like to accomplish -
(omitted some detail text for simplicity)
[ THE FORM ]
LAYOUT ( xxx)
FOLDER
PAGE p1 ( xxx)
[f001 ]
END
PAGE p2 ( xxx )
[f002 ]
END
END
END
I have 2 tabs in the program, each tab has its own construct statement.
Entered text in f001, then move to PAGE 2, entered some text in f002. When
user moves back to PAGE 1, text entered in f001 is no longer retained.
I can set the text entered by the user myself with DISPLAY TO. Is there
any default functions/attributes that i can set so that the system does not
clear the form when re-entered into the construct statement?
Thanks very much for any info provided.
regards,
Bill Yap
>From: "H.J. Sanders" <[email protected]>
>Reply-To: [email protected]
>To: <[email protected]>
>Subject: RE: [fourjs-users] Retain values in construct statement
>Date: Tue, 12 Apr 2005 11:39:59 +0200
>
>Hello Bill.
>
>You could save the outcome of the 2 constructs and concatenate them
>yourself, but the
>easiest way will be to use a "tabbed form"
>
>Regards
>
>Henk Sanders
>
>
> > -----Oorspronkelijk bericht-----
> > Van: [email protected]
> > [mailto:[email protected]]Namens Bill Yap
> > Verzonden: maandag 11 april 2005 19:48
> > Aan: [email protected]
> > Onderwerp: [fourjs-users] Retain values in construct statement
> >
> >
> > To all,
> > is it possible to retain values entered in contruct statement?
> > For example, CONSTRUCT 1 and CONSTRUCT 2, entered some values
> > in CONSTRUCT
> > 1, move to CONSTRUCT 2 - then entered some values in CONSTRUCT 2. Now
>go
> > back to CONSTRUCT 1. Values entered before is still in the fields.
> >
> > Tried to look in the forums and manual but could not find
> > anything. Any
> > help would be greatly appreciated. Thanks.
> >
> >
> > regards,
> > Bill Yap
> > Log-ON Business Systems, LLC
> >
>