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

martinbe
martinbe
Offline

Badges

Badges
5

Accepted Solutions

Accepted Solutions
0

Likes Received

Likes Received
0

Posts & Comments

Posts & Comments
7

Discussions

Discussions
0

Questions

Questions
3

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by martinbe
Customize the badges you want to showcase on your profile
Re: check field in loop doesn't work - Adobe LiveCycle 26-10-2010
Thanks Niall, thanks Paul.I managed to solve my problem.I changed var i = 1, back to var i = 0 and also I bound my table to a field (table) on my form. Then .rawValue was working.Martin

Views

109

Likes

0

Replies

0
Re: check field in loop doesn't work - Adobe LiveCycle 26-10-2010
Hi,now that I removed the full stop between resolve and node the comparison is working. But I discovered another problem now.I build in a message box to see the values in the table (so that I can better correct errors). In the message box for my values in the table it says that the value in the table is: undefinedso even if I have the value "DE" in the filed HERKL and also in the table I have "DE" is says country not in table. because it saysvalue for HERKL: "DE" and value in the table "undefine...

Views

111

Likes

0

Replies

0
Re: check field in loop doesn't work - Adobe LiveCycle 26-10-2010
Hi Niall,thanks for that hint. It still doesn't work. There still must be something else which is no right. Martin

Views

109

Likes

0

Replies

0
check field in loop doesn't work - Adobe LiveCycle 25-10-2010
Hi,I am trying to check if my field value is in a table which is used to provide the elements of a drop down list. As the user you can also enter something free in that field I have to check it against the table.I tried to manage that with the following script but it is not working. There mus be something wrong in my script.var loNodes = xfa.record.Y_ITAB_COUNTRY_EU.nodes;var loNodesRow;var lLength = loNodes.length; for (i=0; i- AT01 DE X - AT01 X - - I would appreciate if you could le...

Views

643

Likes

0

Replies

7
Re: check if field value is in a dataset - Adobe LiveCycle 21-10-2010
Thank you.Regards,Martin

Views

79

Likes

0

Replies

0
check if field value is in a dataset - Adobe LiveCycle 21-10-2010
Hi,I have a field with a drop down list on my form where the user can also enter something some value not in the drop down list.Now I want to check if the value the user entered is in the drop-down list. Generally speaking if a value of a field is in a table.I am wondering if there is something likeif (this.rawValue is in table) then do somethingor if I have to loop over the table to compare the values of the field and the table.Thank you.Regards,Martin

Views

486

Likes

0

Replies

2
how to copy a field value down a column - Adobe LiveCycle 04-10-2010
Hi,I I am pretty new to Adobe Forms.I have a table on my form and I want to copy the value which is in the e.g. column country in row 1 in of my table to the field of column country in row 2and so on until the all of the fields in column country in my table are populated with that first value.I hope you understand my problem. I don't know how to do that. Any help is appreciated.Thank you.Martin

Views

510

Likes

0

Replies

1