These forums are now Read Only. If you have an Acrobat question, ask questions and get help from one of our experts.

Enable Check Box

cagdas
Registered: Jan 6 2008
Posts: 7
Answered

Hi all,

i am creating form in Livedesigner and i putted 3 check box.What i want is; when i check first box, the other 2 button will be enabled. If the first box is not checked, live them readonly and not checkable..

i know its possible but i dont know how do it ?

thanks in advance

My Product Information:
LiveCycle Designer, Windows
thomp
Expert
Registered: Feb 15 2006
Posts: 4411
Read this Article:
http://www.acrobatusers.com/tutorials/2007/js_disabling_fields/

Thom Parker
The source for PDF Scripting Info
www.pdfscripting.com
Very Important - How to Debug Your Script

cagdas
Registered: Jan 6 2008
Posts: 7
thanks thomp however i am still cant do it. Where am i going to put this scripts?

regards
Cagdas
thomp
Expert
Registered: Feb 15 2006
Posts: 4411
It's explained in the artical, and there is a PDF sample for download. However, you don't need all of script. At a minimum all you need to do is set the "access attribute"

MyTExtField.access = "readOnly";

Place this code in the button, checkbox, or whatever control you want to enable or disable the other fields.

Thom Parker
The source for PDF Scripting Info
www.pdfscripting.com
Very Important - How to Debug Your Script

bybacha
Registered: Jan 30 2008
Posts: 4
Thomp
I am unable to export form data into spread sheet. I am using Live Cycle Designer Acrobat 8 professional on PC.
I follow all the instructions given in the help menu but when I use the command for spread sheet I get a long string in excel have nothing to do with form data.

I will appreciate your help.
thomp
Expert
Registered: Feb 15 2006
Posts: 4411
This is a new topic. Please post it to a new thread.

Thom Parker
The source for PDF Scripting Info
www.pdfscripting.com
Very Important - How to Debug Your Script

bybacha
Registered: Jan 30 2008
Posts: 4
I am new to this forum. Can you please tell me what do you mean by
"new thread"?


Thanks.
gkaiseril
Online
Expert
Registered: Feb 23 2006
Posts: 4307
You latest question is completly off the topic of the original post. Posting it as a new post with a new and more appropirate subject will get you more responses to your second questions.

George Kaiser

bybacha
Registered: Jan 30 2008
Posts: 4
Thanks a lot sir.