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

sujittalukder
sujittalukder
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 sujittalukder
Customize the badges you want to showcase on your profile
Re: Allow print after filling mandatory fields using PrePrint - Adobe LiveCycle 29-04-2014
Thank you, its working now.

Views

291

Likes

0

Replies

0
Re: Allow print after filling mandatory fields using PrePrint - Adobe LiveCycle 27-04-2014
Thank you Clintonfor the reply.I have used the code, Pressing Ctrl+P is giving the message but thereafter the Print Dialog box appears and thereafter it prints the page as usual and not a blank page.I have used the code as follows-topmostSubform::prePrint - (FormCalc, client)if ( topmostSubform.Page1.Name_of_the_Employee.isNull or topmostSubform.Page1.PAN_of_the_employee.isNull )then this.presence = "hidden" xfa.host.messageBox("This form does not allow printing of its contents until all require...

Views

289

Likes

0

Replies

0
Allow print after filling mandatory fields using PrePrint - Adobe LiveCycle 24-04-2014
I have a form in which I want to add a button which will allow the user to print the pdf file only when two required fields namely Text1 and Text2 are filled in. The same shall apply to Ctrl P command also.How can I do so?During google search, I have found some stuff on this but since I am not very well versed with pdf js (even with js) I am not able to make it.Can it be done in Adobe Live Cycle Designer ES? There is a 'PrePrint' event, but I have no clue on how to make it workable to my requirm...

Views

2.7K

Likes

0

Replies

5