For those that are HTML savvy - try using a VIEW FIELD and using an
active link to
dynamically change the HTML.

Here is a procedure for creating a dynamic text field using a View
Field.

I can't take credit for it - someone posted something about a
scrolling marquee
a couple of years ago - I just extrapolated.

Procedure for using a View Field:

1. Create a View Field (i.e. "Z_DYNAMIC_TEXT_FIELD" )
2. Create the HTML Text using your favorite HTML Editor (i.e. Coffee
Cup Free HTML Editor).
3. Create an Active Link that Sets the View Field to the HTML that you
created.

======================================================
   SAMPLE DYNAMIC HTML (SCROLLING MARQUEE)
   ENTER THIS TEXT INTO A SET FIELD ACTIVE LINK ACTION...
======================================================
("<html>

<head>
<meta http-equiv=""Content-Type"" content=""text/html;
charset=windows-1252"">
<meta name=""GENERATOR"" content=""Microsoft FrontPage 4.0"">
<meta name=""ProgId"" content=""FrontPage.Editor.Document"">
<title>Nouvelle page 1</title>
</head>

<body>

<p><font color=""#FF0000""><b>
<marquee width=""715"" height=""19"">" + $Z_DYNAMIC_TEXT_FIELD$) + "</
marquee>
</b></font></p>

</body>

</html>"

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

Tips, Tricks & Traps

1. The entire HTML code must be enclosed in single quotes.
2. First do a Search and replace on single quotes and replace them
with double quotes.
3. When you add a field to the HTML to make it dynamic - be sure to
use the
    standard concatenation technique (i.e. brackets & the "+" symbol).

Give it a go - I have been using it for the last two years.

Works just fine.


On Aug 16, 4:51 pm, Mahesh <mchand...@gmail.com> wrote:
> "Change Field" action with field label Changed.
>
> On Tue, Aug 16, 2011 at 1:29 AM, Bhupesh Gupta
> <gupta.bhupesh3...@gmail.com>wrote:
>
> > **
> > Dear all - Can some one please suggesr , how to change text of a trim text
> > field during runtime via workflow? Really urgent help required
>
> > --
> > Regards,
> > Bhupesh Gupta
> > _attend WWRUG11www.wwrug.comARSlist: "Where the Answers Are"_
>
> ___________________________________________________________________________ 
> ____
> UNSUBSCRIBE or access ARSlist Archives atwww.arslist.org
> attend wwrug11www.wwrug.comARSList: "Where the Answers Are"

_______________________________________________________________________________
UNSUBSCRIBE or access ARSlist Archives at www.arslist.org
attend wwrug11 www.wwrug.com ARSList: "Where the Answers Are"

Reply via email to