Search results

  1. L

    Output Through with a SQL Statement

    Hi, Mary. Have you tested something like this : output through "/path/mysql -u uid -ppwd -D db -e 'insert into cust values " + a + "something" + b + "something" + c + "somthing'".
  2. L

    no window on OS-COMMAND

    I have tested this solution. With the silent option nothing is written in the file … and with the winexec procedure, the programme go through this line and start the next, but on the next line I need the result of the winexec procedure … that don’t work to … Exemple : RUN WinExec(input...
  3. L

    no window on OS-COMMAND

    Thanks for your replay. I know that the SILENT option hide the window, but there is “just” push in the task bar. I want that no window command shell are created, if it’s possible.
  4. L

    no window on OS-COMMAND

    Hello, When I use the command OS-COMMAND, a command shell window popup. It’s possible to hide this window with some OS-COMMAND’s options ? For information I use the Progress 9.1C and the command is : OS-COMMAND NO-CONSOLE “C:\bin\curl") VALUE(v_param_curl). And v_param_curl contain...
  5. L

    ocx to wrx

    Hi all, I have a dummy problem, but I do not manage to generate a .wrx file from a .ocx. How can I do that? Sorry for this question, I’m a new be in Progress use and I did not find any documentation about this.:o
Back
Top