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

mikes8500
mikes8500
Offline

Badges

Badges
3

Accepted Solutions

Accepted Solutions
0

Likes Received

Likes Received
0

Posts

Posts
5

Discussions

Discussions
0

Questions

Questions
5

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by mikes8500
Customize the badges you want to showcase on your profile
Re: Help With RemoveInstance - Adobe LiveCycle 10-03-2010
Turns out the problem was all the objects within my subform were in a group including the button. I ungrouped them, set my layout to western and all was good.Thanks for all the suggestions

Views

102

Likes

0

Replies

0
Re: Help With RemoveInstance - Adobe LiveCycle 10-03-2010
Hi PaulThat didn't work, nothing happened. My subform is named Project, I replaced OrderSection with project, nothing happened.Does it matter that the button is within a group?Mike

Views

99

Likes

0

Replies

0
Re: Help With RemoveInstance - Adobe LiveCycle 10-03-2010
Hi Paulk07Thanks for the suggestion, it looked promising but none of their steps worked. I downloaded the latest sample pdf from that post and tried adapting the code to mine, but no go. Tried some variations and previous suggestions, no luck.Mike

Views

102

Likes

0

Replies

0
Help With RemoveInstance - Adobe LiveCycle 09-03-2010
HiI'm trying to get RemoveInstance to work properly. I want to create a button in a subform that will delete that specific subform. Right now when I hit the delete button on the bottom most subform, the first one deletes instead.Here is the button code I've been using, from what my searches turned up it should work.form1.MeetingMinutesForm.Project.ProjectInfo.Delete::click - (JavaScript, client)_Project.removeInstance(this.parent.index);xfa.form.recalculate(1);Many thanksMike

Views

693

Likes

0

Replies

5
Making Text Box Shrink To Text - Adobe LiveCycle 09-03-2010
I'm designing a form with a text box that can grow, which I've done successfully. The problem is as the user is typing on the next line the previous line scrolls up and is hidden from view. It expands when the user exits but I think it would be useful if they saw all that they were typing.I was playing with mouseEnter setting the height to say 2" which would be more than enough, then on mouseExit setting back to the default of .25" expand to fit is checked but the text box maintains the .25" no ...

Views

421

Likes

0

Replies

0