Expand my Community achievements bar.

Dive into Adobe Summit 2024! Explore curated list of AEM sessions & labs, register, connect with experts, ask questions, engage, and share insights. Don't miss the excitement.
Sort
  • Most recent
  • Most views
  • Most likes
  • Most replies
  • Oldest First

  • 8/2/06
    Dear ExpertsMy requirement is, I want to allow user to fill only some specific fields in the form. When user A opens the form, he may be able to fill Field1~Field10. And when user B opens the form, he may be able to fill Field11~Field20. I have implemented one solution as below to do this but the pe...

    Views

    660

    Likes

    0

    Replies

    6
  • 8/2/06
    I have two date fields, "StartDate1" and "EndDate1".I use the following code to assure data is entered correctly:FORMCALC on EXITif ($.isNull ne 1) then var nDays = Date2Num($.formattedValue, "MM/DD/YYYY"); if (nDays <= 0) then xfa.host.messageBox("Please enter the date in MM/DD/YYYY format."); xfa....

    Views

    550

    Likes

    0

    Replies

    4
  • 8/2/06
    HiCan anyone advise if they know the practical max size for a Text Field?ThanksMike Beaton

    Views

    443

    Likes

    0

    Replies

    0
  • 8/2/06
    Hello,I want to add links to a portal page pointing to forms published to form manager, I treid extracting links by looking into html source of form manager home page, but it did not work.Any ideas on how to do this ?Thank you for your help,Greetings,

    Views

    742

    Likes

    0

    Replies

    2
  • 8/1/06
    I am new and don't know what I am doing....I have a form with many required fields. When all required fields are filled and try to submit by email, error indicates that at least one required field is empty. But none are.What am I missing?

    Views

    1.1K

    Likes

    0

    Replies

    7
  • 8/1/06
    I currently have a dev server with Jrun 4 on it. I want touse Flex Builder to create a FDS project that compiles on theserver. I have Jrun instance with default-ear, flex, and SERVER-INFfolders. Under my default-war folder I have the WEB-INF/flexfolder.When I create my FDS project my root folder poi...

    Views

    438

    Likes

    0

    Replies

    1
  • 8/1/06
    Hello everyone. I'm completely new to Adobe so forgive the ignorance. I do have a fair bit of coding experience though.My problem is this: I'm just trying to get started with Designer. I have a button who's caption I'm trying to change when clicked. The line of Code is this: Button1.caption.value.#t...

    Views

    395

    Likes

    0

    Replies

    2
  • 8/1/06
    Hi,I add some instances to a form programatically with setInstances() method. However, I can´t figured out how to assign values to the fields on those instances.Any example?Thank you

    Views

    268

    Likes

    0

    Replies

    1
  • 8/1/06
    Hi all!I'm using a form designed with Designer with Reader Extension. This form connects to a ws in orderWith Acrobat and the Acrobat Reader under 7.0.5 it's all OK, but another user with Acrobat or Adobe Reader 7.0.8 received an error message when trying to connect to the WS.The error says that the...

    Views

    946

    Likes

    0

    Replies

    4
  • 8/1/06
    Hi,i am approaching the assembler to achieve a document generation, that is from a *.doc a *.pdf. i am not working with forms!Now, reading the overview.pdf of the assembler, it seems to me that the only way to route a client to it without using the workflow server (a too expensive solution for our c...

    Views

    2.7K

    Likes

    0

    Replies

    9