List box

13 views
Skip to first unread message

barri

unread,
Mar 3, 2011, 10:06:04 AM3/3/11
to CenoPDF Support Group
Hi,

I am trying to use the list box. I have two items in the list with an
asterik for the default. When I export to PDF, I cannot seem to select
the second option. If I select the second option, it only stays in the
box till I move to the next field (text box or check box), then the
default reappears. Should I be using a javascript?

barri

Yang Lu

unread,
Mar 3, 2011, 2:01:41 PM3/3/11
to cenos...@googlegroups.com
Barri,
 
I am sorry for the inconvenience.
 
Do you mind sending me the doc file and final PDF to have a look?

Thanks,
Yang
 
 
--
You received this message because you are subscribed to the Google Groups "CenoPDF Support Group" group.
To post to this group, send email to cenos...@googlegroups.com.
To unsubscribe from this group, send email to cenosupport...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/cenosupport?hl=en.

BARRINGTON MURRAY

unread,
Mar 3, 2011, 3:19:30 PM3/3/11
to cenos...@googlegroups.com
Hi,
Again, the list box problem and a problem with text box.When you tab away from the field, the data disappears from the text box. The list box reverts to the default value when you tab away the field.
 
Thanks for your time.
 
Barri Murray 

Molina service request form.pdf
PROV_PC_FL_SterilizationConsent_Forms_092809.pdf

CenoPDF Support

unread,
Mar 3, 2011, 7:00:37 PM3/3/11
to cenos...@googlegroups.com
Thanks Barri,
 
From the two file you attached, I did not see any list box. Did I miss anything?
 
The problem I saw was that on PROV_PC form, the two text box for date did not function right as you described.
Can you also send me the Word doc file please?

BARRINGTON MURRAY

unread,
Mar 3, 2011, 7:54:35 PM3/3/11
to cenos...@googlegroups.com

Hi
I figured what I was doing wrong. U have to click the up or down arrow and when the item u want appears u have to select it (left mouse click) to make it stay in the field. I have two other questions: can you use a signature pad to input data in a text box or signature box? What JavaScript can u use to ensure that a field output today's date?
Thanks again for ur time.
Barri

On Mar 3, 2011 7:00 PM, "CenoPDF Support" <sup...@lystech.com> wrote:

CenoPDF Support

unread,
Mar 4, 2011, 12:41:08 AM3/4/11
to cenos...@googlegroups.com

You are welcome.

 

Suppose you have a text box named abe. You can go to CenoPDF > Document Settings > Javascript to add the following script :

 

var d = new Date();

this.getField("abc").value = d.toLocaleDateString();

 

It will show the current date any time you open the PDF file.

 

Yang

Document1.pdf
Reply all
Reply to author
Forward
0 new messages