Expand my Community achievements bar.

Learn about Edge Delivery Services in upcoming GEM session
Sort
  • Most recent
  • Most views
  • Most likes
  • Most replies
  • Oldest First

  • 5/14/07
    Hi,I am trying to make a file upload in Flex. I know about theFileReference object but I am unclear on how to pass the data inthe FileReference object to a Java method. Does anybody have anyexperience in doing this. Any help would be greatly appreciated.Best Regards,

    Views

    287

    Likes

    0

    Replies

    0
  • 5/14/07
    Hello: When I created my form, I used the assistant and it gave me an option of putting a "Print Form" button on the form. How do I code the button to actually print?? Please give me instructions. I thought it codes it for you but mine doesn't do anything!!! Also, I have a field for Email address. I...

    Views

    710

    Likes

    0

    Replies

    2
  • 5/14/07
    Greetings,Here is the setup:Text field with a default value set to : XXXUser tabs into the field.Problem:When you tab into the field the entire default value is highlightedSeeking the following solution:How do you tab into a field and get the cursor to go to the end of the default value and await en...

    Views

    315

    Likes

    0

    Replies

    0
  • 5/14/07
    Hi all, i made a form containing a few Sub forms and Text Fields which grow by the Number of Lines the User writes.However, I made one button to add a sub form containing 5 of these text fieldsand it works fine but when it comes to the end of the page and I click on the button again, it doesn't brea...

    Views

    471

    Likes

    0

    Replies

    2
  • 5/14/07
    Hi, I would like to ask how do I cause the validation to execute or work within the fields in an add instance subform, eg.product name, description order quantity, etc... I know how to code empty and number but the problem is it doesn't work for the add instance subform.Thks a lot!!

    Views

    280

    Likes

    0

    Replies

    0
  • 5/13/07
    In Livecycle Designer, I have the following javascript on the exit event of a text field: feedback.datavalid(this);It calls the following function that checks if there is a valid value contained in the field and of not, highlights the field in red. var alpha = /^[a-zA-Z\s]+$/; function datavalid (of...

    Views

    353

    Likes

    0

    Replies

    0
  • 5/13/07
    I used the Appearance: Underline option in the Object pallet - Field - Text Field. Nothing is underlined before or after entering the field or tabbing out. Am I missing something?

    Views

    614

    Likes

    0

    Replies

    2
  • 5/11/07
    I tried the script suggested by LHigbee on 27 X 06 which reads like this:var myVar = TextField1.rawValue; var myNextVar = myVar.toUpperCase(); //Then, if you want to change the rawValue to reflect the upper case TextField1.rawValue = myNextVar; (LHigbee, "Uppercase letters" #1, 27 Oct 2006 9:59 am)T...

    Views

    1.6K

    Likes

    0

    Replies

    1
  • 5/11/07
    Hi there, I am trying to plan out an application in Flex thatcommunicates with a Java backend. I understand that I can makeRemoteObject calls to a Java class in the back end when I want toget information, but what if that Java object wants to broadcast /send some information to Flex?Is there a remot...

    Views

    321

    Likes

    0

    Replies

    0
  • 5/11/07
    We have an application that relies on FDS for both remotemethod invocation and data synchronization. In certain remotecalls, when we send down an object graph for storing on the server,the majority of the time on the server is spent in FDS doingdeserialization. Here is an example of what I mean:(fds...

    Views

    437

    Likes

    0

    Replies

    0