Date: Sat, 29 Sep 2001 17:19:24 -0400
Reply-To: Gerhard Hellriegel <ghellrieg@T-ONLINE.DE>
Sender: "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From: Gerhard Hellriegel <ghellrieg@T-ONLINE.DE>
Subject: Re: Two AF problems (title changed)
On Sat, 29 Sep 2001 03:25:14 -0400, Clemens van Brunschot
<c.vanbrunschot@CHELLO.NL> wrote:
>Problem 1: Capture text entry in frame
>
>Thanks Richard and Andrew. It was indeed very simple.
>The SCL line
> pass=password.text;
>does the job as long as some elementary conditions are met:
>- the frame contains a Text Entry Control called Password;
>- the SCL entry has the same name as the frame entry;
>- the SCL entry is just saved, not compiled;
>- but its compilation is taken care of by compiling the frame entry.
>Thanks for thinking with me.
>
>
>Problem 2: Program Editor window popping up after SCL running;
>
>This seems to be caused by an %include statement in a SUBMIT block.
>Hasn't been solved yet.
Ok, try it with the PREVIEW command, not with the %include.
>
>Kind regards,
>
>Clemens
|