Search results

  1. P

    AppServer And SESSION:DISPLAY-TYPE

    I need to start appServer with a "gui" session and i don't know how to configure it. I need a "Gui" session and now my appServer execute a "tty" session. I need this to compile programs (to use it in windows pc's) using a program runing in my Server with appServer.
  2. P

    Image And trigger

    Thanks. It works ok.
  3. P

    Image And trigger

    I need to create a dinamyc image widget with the mouse-select trigger. I use this code. DEFINE INPUT PARAMETER wX AS INTEGER. DEFINE INPUT PARAMETER wY AS INTEGER. DEFINE VARIABLE wImagenHnld AS WIDGET-HANDLE. CREATE IMAGE wImagenHnld ASSIGN NAME = "IMAGE-" + STRING(wImagenHnld) FRAME =...
  4. P

    NetSHareAdd Fail

    I'm traying to share a folder in my pc using progress 9.1d. I use the following code. Can anyone tell why this code doesn't work ok. Thanks /*CODE TO SHARE A FOLDER*/ /*Nombre de la estructura de datos*/ DEFINE VAR SHARE_INFO_2 AS MEMPTR. /*Nombre de los punteros de la estructura de...
Top