Expand my Community achievements bar.

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

  • 9/1/06
    I am currently learning how to use Adobe LiveCycle Designer 7.0. My employer gave me the file to install a trial version along with pdf files with tutorials explaining how to use it. I am having trouble with the tutorials that involving scripting. Though I copy the script code directly from the pdf ...

    Views

    1.2K

    Likes

    0

    Replies

    5
  • 9/1/06
    Hello All,I have what seems to be a simple object domain of Userobjects that contain multiple PhoneNumber objects. My AS and JavaUser classes look like this:package com.abc.domain{ import mx.collections.ArrayCollection; [Managed] [RemoteClass(alias="com.abc.domain.User")] public class User { public ...

    Views

    754

    Likes

    0

    Replies

    3
  • 9/1/06
    HiIs possible change the status of signature using javascript?thanks

    Views

    518

    Likes

    0

    Replies

    2
  • 9/1/06
    Hi,Is there anyway of knowing what is the decimal separator configured in a machine? If it is "," or ".", for instance? It seems livecycle use always the regional settings of the machine to devcimal separator independently of that used in the display pattern, so I would like to know, programatically...

    Views

    523

    Likes

    0

    Replies

    1
  • 9/1/06
    I have a form with a check box that i need to set by automation.I have the following codeSet AvDoc = CreateObject("AcroExch.AVDoc")result = AvDoc.Open( "trainer_avail.pdf", "trainer availability")Set formApp = CreateObject("AFormAut.App")Set acroForm = formApp.FieldsacroForm.ExecuteThisJavascript ("...

    Views

    590

    Likes

    0

    Replies

    0
  • 9/1/06
    When you extract xml from a MySQL database you get thefollowing format for a date: 2006-08-29T21:01:07.0000000-07:00I have managed to get flex to connect to the XML file,display all the items in the XML file, to include the abovementioned date. But the problem comes in formatting that date.Obviously...

    Views

    590

    Likes

    0

    Replies

    4
  • 9/1/06
    Hi I have a ImageField control , its have asociate 1 imageBut when exceute the event click of ImageField this show a Select Image File browse dialogI need not show Select Image File browse dialog, in event clic of ImageField also execute others operations no relationsship with image selectI not need...

    Views

    642

    Likes

    0

    Replies

    3
  • 9/1/06
    Hi,I didn´t try it yet but i´m curious about it. Is it possible to upload a policy to policy server ?? I received this question form a friend but i don´t have policy server installed on my machine. For what i saw on the documentation, i think that is possible (using xml file). Is it possible to do t...

    Views

    460

    Likes

    0

    Replies

    0
  • 9/1/06
    I have set the tab order for a document using view-tab order method. However it will not tab in the order I tell it to. I have adjusted the hierarchy to match the order I wish it to tab, and it still will not tab the way I want. WHAT AM I missing? Please help.Tim

    Views

    740

    Likes

    0

    Replies

    0
  • 9/1/06
    Hello,I have a numeric field with a display pattern of "ZZZ,ZZ9.99" and a validate pattern of "ZZZ,ZZ9.99" (eqivalent patterns).I would like that, when the user violates that pattern, the focus stay on the field where the violation is occuring.With a validation pattern defined at the properties of t...

    Views

    406

    Likes

    0

    Replies

    0