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

Blond1e
Blond1e
Offline

Badges

Badges
2

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 Blond1e
Customize the badges you want to showcase on your profile
Re: printing everything from a text box - Adobe LiveCycle 05-11-2009
Hi Paul,That is a great tip, I can throw away some rather dodgy code that tried to do just that. I hope it gets marked as correct so more people might read it.Hi K,For some text fields I would go with reducing the font but for some (with a lot of text) I would have a scrolling textbox on the screen (so it doesn't muck up my layout) and an expanding textbox for when printing. So in the prePrint event have; this.minH= this.h;this.h= 0;and in the postPrint event have;this.h= this.minH;this.minH= 0;...

Views

664

Likes

0

Replies

0