Expand my Community achievements bar.

Sort
  • Most recent
  • Most views
  • Most likes
  • Most replies
  • Oldest First

  • 12/13/05
    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...

    Views

    599

    Likes

    0

    Replies

    2
  • 12/13/05
    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...

    Views

    631

    Likes

    0

    Replies

    1
  • 12/13/05
    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

    Views

    24.7K

    Likes

    0

    Replies

    11
  • 12/13/05
    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...

    Views

    1.1K

    Likes

    0

    Replies

    7
  • 12/13/05
    I'm trying to understand the use of the resolveNode method that I have read about in the documentation. Both of the following lines of code give the same result.var whereAmI_1 = TextField1.rawValue;var whereAmI_2 = xfa.resolveNode("TextField1").rawValue;So what is the difference and/or why use one o...

    Views

    490

    Likes

    0

    Replies

    2
  • 12/13/05
    Can someone tell me the context path to the WF Sever WSDL and info on initiating a process via a web service call ? I can find plenty of information about enabling the WS interface but nothing on actually calling it.To be clear... I'm not talking about using the Web Service QPAC to call a WS from wi...

    Views

    1.8K

    Likes

    0

    Replies

    4
  • 12/13/05
    I am new to the Designer 7 and have been successful in creating a static fillable form. On page 2, the top 5 textfields infor need to remain when the bottom 15 rows of fields(subform)clear. Page 2 will be printed then cleared in order to key more information. This process will be repeated until all ...

    Views

    936

    Likes

    0

    Replies

    6
  • 12/13/05
    I have a 2 page form I'm presenting in HTML to the user. The first page they select an action, enter a USERID and click the next page button. (The button executes "xfa.host.pageDown();" on the click action at the server) On the initialize of the second page I try to get the value of the USERID field...

    Views

    561

    Likes

    0

    Replies

    1
  • 12/13/05
    why does this not work to set the pagesize?javascript:FormE46.pageSet.Page1.medium.long = "33in";herbert

    Views

    1.2K

    Likes

    0

    Replies

    10
  • 12/12/05
    Hi! I've a similar Thing to do. I've figured an XDP file, with some Dynamic Data Fields, which is populated by connecting an MS Access Database. The file work, for now, correctly in localhost. I want to make it working via HTTP. The client , after log in , with his Username and Pwd , should open the...

    Views

    764

    Likes

    0

    Replies

    2