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

fnachreiner
fnachreiner
Offline

Badges

Badges
8

Accepted Solutions

Accepted Solutions
0

Likes Received

Likes Received
0

Posts & Comments

Posts & Comments
14

Discussions

Discussions
0

Questions

Questions
5

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by fnachreiner
Customize the badges you want to showcase on your profile
Re: Null error - Adobe LiveCycle 03-07-2011
yes!!! It's working now. Thanks!!

Views

72

Likes

0

Replies

0
Null error - Adobe LiveCycle 03-07-2011
Hi,I have two fields on the form and tried to validate the name and line manager fields to make sure that user has entered both fields. Funny thing is that the name field(which is the first field) seems to be empty all the time even when I have entered a string into the input field, but the second field (the line manager field) is working fine. Does anyone know why?Script:var nameField = name.rawValue;xfa.host.messageBox(nameField); //testing to see what user has entered --> it's always empty ev...

Views

287

Likes

0

Replies

2
Re: Button to work as email submit button error - Adobe LiveCycle 30-06-2011
I understand now....It's working now. Thanks.

Views

128

Likes

0

Replies

0
Re: Button to work as email submit button error - Adobe LiveCycle 30-06-2011
Hi Niall,Thanks for your examples. My email script is working fine but my other fields on the form don't seem to work after I include the script for the email button.I have 2 mandatory fields (with some functions in them) on the form and users are supposed to input data into these two fields before they can proceed with submitting the form. So technically when I try to email the empty form, it should indicate that there are two fields that have no input, but instead it opens my outlook and rando...

Views

128

Likes

0

Replies

0
Button to work as email submit button error - Adobe LiveCycle 29-06-2011
Hi,I dragged a button onto my form to be used as an email button because I need to retrieve a name from a field on my form and put it into the cc of the email. I have the button with the script written to retrieve the data but funny thing is that the email button works (cc was working fine) but the fields on the form wasn't working properly after that - the fields on the form wasn't validated and the scripts that I wrote for those fields were not working as well. Does anyone have any idea why?Bt...

Views

427

Likes

0

Replies

3
Re: resolveNode - Adobe LiveCycle 05-06-2011
Hi Bibhu,Thanks so much but I already had a look at those before I post my question. I still don't quite understand why it returns a null value. I'll have another search again to see if I can find out more about this. Can I email you if I'm still stuck? I really want to solve this problem..Regards,Florian

Views

111

Likes

0

Replies

0
Re: resolveNode - Adobe LiveCycle 05-06-2011
actually.. I should say I think the object is there but it still returns a null.. I'm not sure why

Views

106

Likes

0

Replies

0
resolveNode - Adobe LiveCycle 05-06-2011
Hi,Just a quick question re resolveNode, I've looked up about resolveNode and tried to play around with some code so I can understand it.I tried with the code from help file but it didn't work so I had to break it down to debug and see where the problem is:var tempString = "xfa.record" + this.boundItem(xfa.event.newText);var oItems = xfa.resolveNode(tempString);xfa.host.messageBox(oItems);I wanted to see what's the output for each line and it didn't work for the resolveNode, it returns a null va...

Views

516

Likes

0

Replies

3
Re: passing selected value from one dropdown list to another - Adobe LiveCycle 02-06-2011
Hi Niall,OK, thanks again.Regards,F.

Views

191

Likes

0

Replies

0
Re: passing selected value from one dropdown list to another - Adobe LiveCycle 02-06-2011
Hi Bibhu,Thanks for your suggestion. That's a good idea too! I shall try that too and see if it works.Regards,Florian

Views

144

Likes

0

Replies

0