Search results

  1. E

    Change Procedure Return-Type

    Is there a way to define the return-type for a .p? I know how to specify the type when using OUTPUT parameters, but I want to be able to define the actual RETURN data-type. (It is CHAR by default).
  2. E

    Adobe Flex and WebSpeed

    I am currently trying to develop an application using Adobe Flex to build the front-end and WebSpeed for the backend. Has anybody here ever done this before? If so, could you please provide some insight on how you called a WebSpeed procedure from Flex? Thanks. I'm using OpenEdge 10 and Flex 3 btw.
  3. E

    Populate a Browser with a Temp-Table

    I have a Temp-Table that I defined in the Definitions section of a screen. I the Main Block, I call a procedure that populates my Temp-Table. I would now like to use this Temp-Table to populate a Browser. Could anybody help me with this?
  4. E

    Populating a Combo-Box with a DB Field

    Hey all, I have a combo-box that I need populated with the values of a certain field. Writing the query to get the data isn't an issue at all. I just don't know how to get the results into my combo-box. Can anyone tell me how to achieve this? Thanks. I'm using Progress 9.1c btw.
Top