Expand my Community achievements bar.

Elevate your expertise and be recognized as a true influencer! Nominations for the exclusive Adobe Community Advisor program 2023 are now OPEN.
Sort
  • Most Recent
  • Most Views
  • Most Likes
  • Most Replies
  • Oldest First

  • on 07-09-2006
    I am trying to grey out the text beside the radio button. In a check box, this is easily done as there is a Caption field and it can be referenced by the JavaScript code. Can anyone help?

    Views

    748

    Likes

    0

    Replies

    2
  • on 07-09-2006
    Hi,let's assume, you want to define your very own toString function, in order to format a Date object for instance. You would then prototype the JavaScript Date object's toString method using the following code:Date.prototype.toString = function(){ // ... custom function here // like: return t...

    Views

    300

    Likes

    0

    Replies

    0
  • on 06-09-2006
    With the help of Adobe Flex DataService sample, I set up aproject that can get data from my Oracle db successfully, here aresome codes: ...... public var ds:DataService; [Bindable] public var road:ArrayCollection; public function initApp():void{ road = new ArrayCollection(); ds = new DataService("sp...

    Views

    416

    Likes

    0

    Replies

    2
  • on 06-09-2006
    Hi,<br /><br />I have an xml structure attached to a generated pdf that looks something like this:<br /><br /> <page><br /> <page_item><br /> <page_no>0</page_no><br /> <page_read_yn>N</page_read_yn><br /> </page_item><br /> </page><br /><br />and I would like to insert...

    Views

    509

    Likes

    0

    Replies

    4
  • on 06-09-2006
    I found the following info when searching this group:To open an URL from within a Designer generated form you will need to use the gotoURL method of the xfa.host object. i.e. xfa.host.gotoURL("http://www.cnn.com"); You will need to create a object such as a button that when clicked will execute the ...

    Views

    207

    Likes

    0

    Replies

    0
  • on 06-09-2006
    Hi I have a dynamic Tablethis only have 1 row I need delete a this row and I need late add 1 row, depending of cheched or not chequed other opcionI not need change state of visible for hidden only need delete and add row, this is because i saved into XML fileactually show the next errorI load info f...

    Views

    213

    Likes

    0

    Replies

    0
  • on 06-09-2006
    Does anybody know what script can I use in Designer 7 to restrict the use of text fields and drop-down lists, based on which Radio Button is selected?For example, if RadioButton1 is selected, I would want DropDownList1 to be enabled, but not TextField2 or TextField3If RadioButton2 is selected, then ...

    Views

    234

    Likes

    0

    Replies

    0
  • on 06-09-2006
    I ran into a weird issue. When I create a form in Designer 7.0 that contains a URL in a static text box, i.e., http://www.adobe.com and there is another URL in another static text box, i.e., http://www.google.com, I end up receiving the following caption and link in the address bar of my browser:htt...

    Views

    452

    Likes

    0

    Replies

    1
  • on 06-09-2006
    I am a rookie with this LiveCycle Designer. Please help me with the problem below...I created a form. I have a number field and a checkbox. Let's say that I enter number 10 into the number field. So, I want to grey out the checkbox if I enter anything that GREATER than 10. In other words, the checkb...

    Views

    598

    Likes

    0

    Replies

    3
  • on 06-09-2006
    Hi ,I have a webservice created with AXIS Java, and I try to getthe result .The result of the webservice is a XML Document. I have an Object wsQryProgress that is my webservicewsQryProgress.doQueryWS is the only method in my webservice ,and too I have a datagrid and binding withdataProvider="{wsQryP...

    Views

    1.3K

    Likes

    0

    Replies

    7