Expand my Community achievements bar.

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

  • 3/28/11
    Hi there,I am making message box in formCalc and I would like to set the focus back to the field when the user choose ”yes” .form1.#subform[0].TextField1::exit - (FormCalc, client)if(xfa.host.messageBox("Do you want to change the field value?", "Warning", 2, 2)=="4")then    xfa.host.setFocus($)endif...

    Views

    6.4K

    Likes

    0

    Replies

    5
  • 3/25/11
    Hello!Is there a way of launching LC Designer without having to call it from Workbench?I have Designer installed as part of LiveCycle Turnkey installation and every time I need to work on it I have to get Jboss-MySQL up and running so I can launch Workbech and only then I can launch Designer.I would...

    Views

    1.3K

    Likes

    0

    Replies

    4
  • 3/25/11
    Hi,I have gone thought the installation and configuration guide. Wish to clarify few points here 1) For POC (For the purpose of developing custom code via SDK to merge PDF files), Can i install LiveCycle ES on Windows Vista? Vista is 32 bit OS. 2) In LiveCycle PDF Generator ES notes i have come acro...

    Views

    1.4K

    Likes

    0

    Replies

    2
  • 3/24/11
    HiI have an excel spreadsheet set up to calculate average, count, max and min of some data that will be regularly altered.I would like to connect the spreadsheet cells to my form sop that this calculated data is imported into my form (created in Livecycle Designer).I have looked at numerous pages ex...

    Views

    13.9K

    Like

    1

    Replies

    8
  • 3/24/11
    This is related to post at http://forums.adobe.com/message/2933137#2933137, but, thought I should start another since that one is marked answered.I'm having a similar issue with an Air app, but, I am using 4.1 SDK (and LCCS 10.1 swc), but still getting the same error regarding GroupSpecifier (pasted...

    Views

    1.8K

    Likes

    0

    Replies

    6
  • 3/24/11
    I am trying to creat a simple javascript calculation in LiveCycle and I am completly lost.I have 3 numeric fields (A1, A2, A3) and one calculated field. When users input numbers into any of the first three fields, I would like the calculated field ("cost") to populate automatically. I have tried to ...

    Views

    2.4K

    Likes

    0

    Replies

    9
  • 3/24/11
    I have used FieldName.rawValue many times in the past in JavaScript on my forms with no problems. But for some reason, it is now returning NULL in some new code I'm writing. I have some code in a field's "full" event where I'm trying to access the field's raw value:this.xfa.form.Ultra_Form.Page2.Ass...

    Views

    958

    Likes

    0

    Replies

    2
  • 3/24/11
    Hi,For POC i need to evaluvate LiveCycle PDF Generator ES. When i went to Adobe product site to download trail version, i'm redirected to download LiveCycle ES.Is it the correct way. To install and evaluvate LiveCycle PDF Generator, do i have to download full Livecycle suite of approx 3GB?Is this sa...

    Views

    1.4K

    Likes

    0

    Replies

    3
  • 3/23/11
    Hi all,We are able to watermark the pdf using text content eg:<?xml version="1.0" encoding="UTF-8"?><DDX xmlns="http://ns.adobe.com/DDX/1.0/"><PDF result="result.pdf"><PDF source="test.pdf"/><Watermark rotation="45" opacity="25%"><StyledText><p font-size="72pt">Draft</p></StyledText></Watermark></PD...

    Views

    3.3K

    Likes

    0

    Replies

    10
  • 3/23/11
    Is there any way to have a text field populate with the pdf's file name?Example - File name  -   Incident-11223.pdfWhen the user opens the PDF, Text Box 1 has "Incident-11223" pre filled in.Thanks

    Views

    1.6K

    Like

    1

    Replies

    3