Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges

MikeDhh
MikeDhh
Offline

Badges

Badges
2

Accepted Solutions

Accepted Solutions
0

Likes Received

Likes Received
0

Posts

Posts
2

Discussions

Discussions
0

Questions

Questions
2

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by MikeDhh
Customize the badges you want to showcase on your profile
Re: Livecycle scripting help please! - Adobe LiveCycle 02-06-2009
Thanks for the help Steve, seems to work a treat now just got to work out howto update a different text field with that value!

Views

131

Likes

0

Replies

0
Livecycle scripting help please! - Adobe LiveCycle 02-06-2009
Hi All,I'm new to Adobe livecycle (but have a fair amount of scripting experience), I'm basically trying to get a word count of a text field on my form. I thought I would be able to do something simple like I would using WSH:Mystr="This is a test string with eight words";lengthofMystr = Mystr.split(" ").length;WScript.echo(lengthofMystr)But when I put a similar (But hopefully modified correctly for livecycle) into any event on the text field (using exit event as a test) nothing happens: form1.#s...

Views

1.6K

Likes

0

Replies

2