Re: Fields on Mid Tier

2009-03-24 Thread Craig Carter
IGNED// Craig Carter Software Engineer, RSP -Original Message- From: Action Request System discussion list(ARSList) [mailto:arsl...@arslist.org] On Behalf Of Hyunkel v2.0 Sent: Tuesday, March 24, 2009 11:16 AM To: arslist@ARSLIST.ORG Subject: Re: Fields on Mid Tier ** Awesome! Thanks fo

Re: Fields on Mid Tier

2009-03-24 Thread Hyunkel v2.0
delete it from your system. Thank you. > Date: Tue, 24 Mar 2009 11:46:58 -0500 > From: black@gmail.com > Subject: Re: Fields on Mid Tier > To: arslist@ARSLIST.ORG > > Hugo, > > You can do this in a standard way. > > Add an active link to the forms that fire

Re: Fields on Mid Tier

2009-03-24 Thread Jason
bject: Fields on Mid Tier ** Hi List: Maybe this issue is not a big deal, but i'm running out with ideas on how could I make it. I have a set of fields that are shown as read only on user client; the issue is when the fields are show on Web. A read only field on web shows exactly the same

Re: Fields on Mid Tier

2009-03-24 Thread Carey Matthew Black
Hugo, You can do this in a standard way. Add an active link to the forms that fires on Window Open and on Window Loaded. Run if: $CLIENT-TYPE$ = 9 ( will limit it to only the Mid-Tier) Then add an If action: Run Process SET-RO-COLOR 240,240,240 That is "SET-RO-COLOR Red_code,Green_code,Blue_co

Re: Fields on Mid Tier

2009-03-24 Thread Rocky Rockwell
** I use a setfield on an active link to change the color of a field or just change it to gray on the form Rocky Rocky Rockwell mgrockw...@verizon.net Ph#1: 325-884-1234 Ph#2: 325-884-1263 Mobile: 325-450-1297 Hyunkel v2.0 wrote: ** Hi List: Maybe this issue is not

Fields on Mid Tier

2009-03-24 Thread Hyunkel v2.0
Hi List: Maybe this issue is not a big deal, but i'm running out with ideas on how could I make it. I have a set of fields that are shown as read only on user client; the issue is when the fields are show on Web. A read only field on web shows exactly the same way as an read/write field, th