Expand my Community achievements bar.

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

  • 9/7/06
    I want several text fields on my form to default to uppercase, even if the user is in lowercase or types initial caps, or whatever. I've tried using the text-transform style shown in the Subject but can't seem to make it work. Advice? Thanks...

    Views

    2.7K

    Likes

    0

    Replies

    5
  • 9/7/06
    What font standards does Designer support? What is the process to add custom fonts to Designer?

    Views

    344

    Likes

    0

    Replies

    0
  • 9/7/06
    Hello,I'm hoping for ideas as to why the data is not interactingwith the contactmgr.mxml file in Tom Jordahl's Contact Manager app.TestContactAssempler.cfm works fine - records are returned.Services-config has been modified and the other xml file has beentweaked, but what is up with the{server.name}...

    Views

    1.6K

    Likes

    0

    Replies

    9
  • 9/7/06
    Hi,My company is using a application that includes pdf Forms. They are run from an Active Server Page button object. I can trace the button backto a script (basically a query) and the pdf forms link to the fieldnames in the query. So far so good.I can add my form, a pdf, to the list and the blank pd...

    Views

    462

    Likes

    0

    Replies

    0
  • 9/7/06
    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

    875

    Likes

    0

    Replies

    2
  • 9/7/06
    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

    370

    Likes

    0

    Replies

    0
  • 9/6/06
    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

    558

    Likes

    0

    Replies

    2
  • 9/6/06
    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

    699

    Likes

    0

    Replies

    4
  • 9/6/06
    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

    277

    Likes

    0

    Replies

    0
  • 9/6/06
    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

    293

    Likes

    0

    Replies

    0