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

lllimited
lllimited
Offline

Badges

Badges
12

Accepted Solutions

Accepted Solutions
0

Likes Received

Likes Received
2

Posts & Comments

Posts & Comments
57

Discussions

Discussions
0

Questions

Questions
17

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by lllimited
Customize the badges you want to showcase on your profile
Re: Help with dropdown lists - Adobe LiveCycle 13-06-2011
I got the same result just now- loaded form in livecycle and had a lookno code on the dropdrown lists - very strangejust replace seems the best bet.good luckgreg

Views

236

Like

1

Replies

0
Re: if null assign " " value - code not working - Adobe LiveCycle 16-04-2011
cheers - will give this code a try now....

Views

196

Likes

0

Replies

0
Re: if null assign " " value - code not working - Adobe LiveCycle 16-04-2011
Thanks StephenI was worried the default values might reset a saved name to the default when reopened? I guess not from your note.Thanks

Views

191

Likes

0

Replies

0
if null assign " " value - code not working - Adobe LiveCycle 16-04-2011
Hi guysWe have a backend system that does not like nil values.We originally did not intend to extend forms.So i got roung it spitting the dummy by assigning initialize value of the optional forms as follows:this.rawvaule = " ";for things like middle names where the customer may not have one.Poeple want to be able to save and complete later so we are goignt to reader extend.This makes the middle names an issue as if the fill in a middle name and save the form it is blanked out on reopeningi havef...

Views

823

Likes

0

Replies

4
Re: GREP PROBLEM? Attribute parts of one fields rawvalue to other fileds - Adobe LiveCycle 15-04-2011
Hi Radzmar - thanks for the code - perfect.........

Views

340

Likes

0

Replies

0
Re: xfa.event.change to substitute multiple keystrokes - Adobe LiveCycle 11-04-2011
Thank you - thats very helpful.Appreciated.

Views

452

Likes

0

Replies

0
Re: xfa.event.change to substitute multiple keystrokes - Adobe LiveCycle 09-04-2011
Thanks RadzmarIm familiar with the change event to modify one character stroke at a time---I'm just not sure how to put the javascript together to deal with themultiple characters i need to "weed out" at the same time:do you have a similar code fragment i could have a look at perhaps?thanks

Views

315

Likes

0

Replies

0
GREP PROBLEM? Attribute parts of one fields rawvalue to other fileds - Adobe LiveCycle 08-04-2011
I am trying to find a way to divide the rawvalue of an input field into its component wordsso if field A has a vlaue of "Julia Alison Child"i would like to be able to cut that up into Firstname Middlename and Lastname filedsI susepct it can be done using grep by determining when the first and second spaces occurand taking everything before that for field onei.e Firstnameeverything after that and before the second for Middlename and everythign after the second space for Lastname.Conseptually it's...

Views

696

Likes

0

Replies

2
Re: Opening an adobe form within a form - Adobe LiveCycle 08-04-2011
You could consider rolling all the associated forms into one and simply hiding those that are not neededuntil a relevant selection is made - then use the setfocus event (or similar) to take you there.I dont know of any way to import an entire form into another dynamically... but i could be wrongHaving form open other things locally gets tricky becuase acrobat/reader is quite touchy about security functions also -sorry cant be more helpful - good luck

Views

124

Likes

0

Replies

0
xfa.event.change to substitute multiple keystrokes - Adobe LiveCycle 08-04-2011
I have some characters that are causing my parser problems - so while i sort that out i want to use a substitute as you go approach to weed them outthe keystrokes are < > & and 'am i able to modify this code:xfa.event.change= xfa.event.change.replace(/'/g,"´"); to work against all of those at one time --so something on the change event that would work like this:if new character is "<" then substitute "(" if new character is ">" then substitute ")"if new character is "&" then substitute " and "ne...

Views

1.4K

Likes

0

Replies

4
Likes given to
Likes from