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

John16
John16
Offline

Badges

Badges
3

Accepted Solutions

Accepted Solutions
0

Likes Received

Likes Received
0

Posts

Posts
3

Discussions

Discussions
0

Questions

Questions
3

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by John16
Customize the badges you want to showcase on your profile
Re: Add & remove row button (also have added row hidden prior to add) - Adobe LiveCycle 15-04-2010
Since you are using a Signature field, you need to write the code in the preSign event of the Signature field.You can make a field readonly by changing the access property. For example: TextField1.access = "readOnly";If you want to block all the fields in all the rows in Table1, you could write like Page1.Table1.access = "readOnly";(OR) if you want to block only specified fields in Table1, you could write like Table1.Row1.TextField1.access ="readOnly";Let me know if this helps.FYI--There is a Fr...

Views

225

Likes

0

Replies

0