Recent content by rrubio

  1. R

    OpenEdge Dataset SOAP to PHP

    Hi All! I'm currently working with OpenEdge 10b and have already established a number of basic soap queries consuming from a PHP soap server to OpenEdge, I'm also doing a couple of basic queries from PHP to OpenEdge and that's fine too! I would now like to pass a Dataset from OpenEdge to PHP...
  2. R

    2 PDF templates to 1 PDF file

    If your pages are 30 lines per page for example, then if line count is > 30 then do: RUN pdf_new_page IN h_PDFinc ("Spdf"). RUN pdf_use_PDF_page("Spdf","tmp",1). run p-header. /*if required*/ end. /*Continue to print lines here*/
  3. R

    Display "Hello world" using class?

    Gentlemen, Thank you for your assistance, much appreciated. I can now continue my journey in progress classes :) P.S. Thought it might be worth while mentioning, i'm starting to apply classes "where applicable" to a webspeed app I am currently writing. So far so good for classes, like it...
  4. R

    Adobe Flex and WebSpeed

    Awesome! thank you!
  5. R

    Display "Hello world" using class?

    Hi Guys, One step further from "Hellow world". I would like to call a class from a procedure editor. The class would contain for example "for each customer etc.." how would i then display this records on my procedure editor? Cheers
  6. R

    Adobe Flex and WebSpeed

    Hi Agnaldo, Apologies for the delay in reply. Thanks heaps for your help... looking forward to playing with flex/progress.
  7. R

    Adobe Flex and WebSpeed

    agnaldo, I must thank you, i had no idea this could be achieved using progress and the examples are awesome! On this note, would you have a little how to i.e. are you using eclipse and flex? and how to set up the progress side of things? Thanking you in advance, Rodrigo
  8. R

    9.1c ODBC Problems

    Hi All, Can't understand why there are so many problems to setting up PROGRESS ODBC. I'm currently running 9.1c Provision, Full Install i.e. Client Networking and all else included. Trying to get ODBC working on my local machine to start with, which is W2K. I have served my database...
Top