Topic Options
Rate This Topic
#59601 - 12/28/01 04:47 PM Dynamic Text Boxes..?
thad esser Offline
Stealth Member

Registered: 01/02/02
Posts: 6

Being fairly new to AR Development, I am curious as to if & how you
would set up a text box to display a dynamic message? I would like to
display something like "Welcome $USER$" on a form, but I just get the
literal $USER$ instead of the value of $USER$. A read only charater
field with the label "Welcome" and a default value of $USER$ looks kind
of kludgy. Any suggestions?

Thanks,
Thad

"WorldSecure Server " made the following
annotations on 12/28/01 15:47:26
------------------------------------------------------------------------------
Warning:
All e-mail sent to this address will be received by the Safeway corporate e-mail system, and is subject to archival and review by someone other than the recipient. This e-mail may contain information proprietary to Safeway and is intended only for the use of the intended recipient(s). If the reader of this message is not the intended recipient(s), you are notified that you have received this message in error and that any review, dissemination, distribution or copying of this message is strictly prohibited. If you have received this message in error, please notify the sender immediately.


==============================================================================


Top
#59602 - 12/29/01 04:31 PM Re: Dynamic Text Boxes..? [Re: Dillpa]
gidd Offline
Old Hand
*****

Registered: 06/12/01
Posts: 2103
Loc: California

Thad,

Create a character field, you decide the size.

Create an Active Link that does a Set Field action

Execute on Display (or your choice)

Select the Form that has the text field you want to display

Set Field Action

Form User

Set the field
'zText'
"Welcome " + $USER$

Set permissions and save it.

Open the form and the field will display Welcome Thad


You can also use the User's Full Name field or any field from the
User form for that matter.

Hope this helps.


Regards...Gidd


-----Original Message-----
From: Action Request System discussion list(ARSList)
[mailto:ARSLIST@LISTSERV.VISTAIT.COM]On Behalf Of Thad Esser
Sent: Friday, December 28, 2001 2:47 PM
To: ARSLIST@LISTSERV.VISTAIT.COM
Subject: Dynamic Text Boxes..?


Hello,

Being fairly new to AR Development, I am curious as to if & how you
would set up a text box to display a dynamic message? I would like to
display something like "Welcome $USER$" on a form, but I just get the
literal $USER$ instead of the value of $USER$. A read only charater
field with the label "Welcome" and a default value of $USER$ looks kind
of kludgy. Any suggestions?

Thanks,
Thad

"WorldSecure Server " made the following
annotations on 12/28/01 15:47:26
----------------------------------------------------------------------------
--
Warning:
All e-mail sent to this address will be received by the Safeway corporate
e-mail system, and is subject to archival and review by someone other than
the recipient. This e-mail may contain information proprietary to Safeway
and is intended only for the use of the intended recipient(s). If the
reader of this message is not the intended recipient(s), you are notified
that you have received this message in error and that any review,
dissemination, distribution or copying of this message is strictly
prohibited. If you have received this message in error, please notify the
sender immediately.


============================================================================
==

_____________________________




Top


Moderator:  Matt Reinfeldt