Okay, I have tried everything I know. I am using Adobe 7.0 professional with WinXP pro. I am working on a fillable form. I have added a solid yellow color (borders tab) to the text field to prompt the user as to where to fill in the form. When I print the form , the box is blacked out so you cannot ...
Hi there,I have a problem with radio button exclusion group.I need a Radio button list, all unchecked, and the user need to choose one option. Only when the user choose one radio button, the button submit permit submit data. If all radio are unchecked, the sumbmite button cancel the submit.Regards,
Is there a good strategy for disabling (ie make read-only) various form fields based on the current user and/or the current stage of the workflow you are in?Thanks
I'm developing web-based document control application. The document can have multiple sections and we allow only specific users to fill in specific section like this : http://www.softproject.biz/temp/multisectionform.jpg To achieve this, when web application load the document to display, ASP.NET dyn...
Hi,<br /><br />I had created a workflow but my workflow is getting stalled at LDAP Qpac.<br /><br />and I am finding following error in admin console.<br />"javax.naming.NoInitialContextException: Cannot instantiate class: [Root exception is java.lang.ClassNotFoundException: ]<br /> at javax.naming...
I don't know if this is a buggy thing that needs to be reported or if there is a coding solution or not.As I have been playing around with this it looks like what is happening is when a new instance of the subForm in added and put in the right place it assumes values of the check boxes from the subF...
I have a check button with the caption set to some value and what I want to do is, if the button is checked, when I click on the print button the actual box with the check will disappear with the caption remaining. Is this possible? I can hid the border of the checkbox with the following:frmMain.frm...
I have created several text fields in a form that was created to be filled in and then printed. The text fields allow for multiple lines but when they are printed they only print the text that has been displayed. Is there any way to get Adobe to print all of the text in the field? Thanks! Teri
I would like to be able to use a button in my form to open a document located on our network server on click, but using the user entered variable entered in a numeric field as the part of the file name;ie. openDoc("/c/BC06-[user entered number from num field here].pdf");I am not sure about how to op...