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

deanotn
deanotn
Offline

Badges

Badges
1

Accepted Solutions

Accepted Solutions
0

Likes Received

Likes Received
0

Posts

Posts
1

Discussions

Discussions
0

Questions

Questions
1

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by deanotn
Customize the badges you want to showcase on your profile
Re: I created a repeating table but want to add a "do you really want to delete this row" prompt. - Adobe LiveCycle 13-06-2013
Yes you can do it using app.alert().var nButton = app.alert({cMsg: "Warning: This will delete the row and all data in it. \n\nDo you want to continue?",cTitle: "Delete Row",nIcon: 1, nType: 2});if (nButton == 4) { deletion code here}Description of app.alert() options:http://acrobatusers.com/tutorials/popup_windows_part1

Views

130

Likes

0

Replies

0