Search results

  1. A

    Using Google chart API in Openedge

    Hi Did anybody tried the Google chart API to load smart chart in Openedge ? It works very simply! Try this: - Declare an image (lets name it My_image) and place it in a new Windows container. - Place a button and insert this code on the "CHOOSE" event of the button...
  2. A

    Run Internal procedure asynchronous

    Does anybody knows how to run a internal procedure of a persistant program in a asynchronous way without using Appserver? The following compile fine but it's ran synchronously: RUN internal-proc IN my_pers_prg_handle ASYNCHRONOUS. Thx
Top