Expand my Community achievements bar.

Sort
  • Most recent
  • Most views
  • Most likes
  • Most replies
  • Oldest First
Filter
  • All
  • Resolved
  • Unresolved
  • Zero replies

  • 9/4/09
    Hi,I have a PDF which has a required field and a submit button.I was able to write a simple script to prevent the user from submitting if the required field is not filled.xfa.host.messageBox("Please fill the required field");xfa.host.setFocus(FieldName);xfa.event.cancelAction = true;Above script wor...

    Views

    1.1K

    Likes

    0

    Replies

    2
  • 9/4/09
    I am very new to this program and I am creating a form in which I need to create three dropdown boxes for birthdate entry.  I have figured out the data drop down list which months appear, but how do I link two more data drop down boxes for the date and year to appear without creating an entirely new...

    Views

    1.3K

    Likes

    0

    Replies

    3
  • 9/4/09
    I'm trying to create a form which would generate a report containing assets from our ERP system. The very first version is in attachment. The output of report should be splitted to individual pages according to change in column "asset class" of imported assets. I achieved this successfully by creati...

    Views

    490

    Likes

    0

    Replies

    0
  • 9/4/09
    I am having a problem with some javascript.I have created a date field that should be populated if another field is filled in.In the filled in field, I have the code:if (this.rawValue != null|| this.rawValue > 0){xfa.form.form1.Translator.TranslatorDate.rawValue=util.printd("dd/mm/yyyy",new Date());...

    Views

    2.0K

    Likes

    0

    Replies

    4
  • 9/4/09
    Good Morning folks,I wish I could do a search on the forum here since this may be old news to everyone... I've searched Adobe and Google and have downloaded a couple of updates I thought might work but was unable to install the updates (Acrobat 9 Pro as well asLivecycle Designer ES ver 8).Last Decem...

    Views

    5.8K

    Likes

    0

    Replies

    7
  • 9/4/09
    Is there any way I can embed the Arial Narrow fonts in the xdp files?Is it true that If the fonts are embedded in the xdp files then the pdf generated from that xdp will populate the font correctly even though that particular font is not installed? What about printing that pdf? If the font shows cor...

    Views

    948

    Likes

    0

    Replies

    1
  • 9/4/09
    Hi LC people Is it possible to setup events for at process for these scenarios?LC Forms > when form is rendered a fragment cannot be found (eg. not access to folder or network error)LC Output > When LC Output is printing is it possible to cast event if printer is not accessible or printer errors occ...

    Views

    1.2K

    Likes

    0

    Replies

    1
  • 9/3/09
    Hi,I use english for my forms.I have a custom dictionary and a hyphenation dictionary, nothing else. I did a complete install initially.I would have thought livecycle ships with a dictionary in the same way office does?Anyone know where  this lives/how to find and install.thanks

    Views

    2.6K

    Likes

    0

    Replies

    7
  • 9/3/09
    I'm aware of how to Add or Delete a Row to a table where the buttons are located within the table (see Sample 1) but can you have the button located at the buttom of a page instead, outside the table (see Sample 2).  If yes, can you please assist me with the scriptingThe reason for this is that I wa...

    Views

    3.5K

    Likes

    0

    Replies

    14
  • 9/3/09
    Hi I want the use to be able to click the button once to show a subfield and click again to hide itI have the code on the click event and the click to show step  works but the second click to hide does nothingmy code is :if(help1vidlist.presence = "hidden") {help1vidlist.presence = "visible";} else ...

    Views

    1.7K

    Likes

    0

    Replies

    2