Recent content by rstanciu

  1. R

    RE: Come hear Progress executives Rick Reidy, Alan Young and Ken Wilner, in person!

    sorry to open a new thread ... but I cannot add images to annoncemnts ... PSC market :) 21/share when I buy 26/share in 2004
  2. R

    Bulk Record Creation

    of course, a bulkload can not have TEMP-TABLES ... may be the application has behide. Try to give more memory to the client session -mmax 4096
  3. R

    Bulk Record Creation

    if MyTable is a TEMP-TABLE this is normal.
  4. R

    Disabling Excel Features

    I use one time openoffice command line. I'm not very Microsoft plug-in I'm linux man. another way I'm doing long time ago. In place to create a csv output I create a HTML file as: <table> <tr> <td>field0</td> <td>field1</td> .. <td>fieldX</td> </tr> ... ad inf </table> and...
  5. R

    Disabling Excel Features

    you can transform the csv to xls directely, google "csv2xls command line" you can find a lot of tools like: http://cmani-sw.freehostia.com/en/index.html#cl_csv2xls::.
  6. R

    Come hear Progress executives Rick Reidy, Alan Young and Ken Wilner, in person!

    Yes I am crazy. OpenEdge does not change since 2003 there no GUI for unix, the smart phones is fully unknown, limited compatibiliy, Win32 only, no tools for developing web application or smart phones, no tools for developing for devices like an industrial robots. There is no needs for buisness...
  7. R

    TomCat issue and new help regarding Error - 12296

    in the configuration file of appserver (ubroker.properties) add this variable srvrActivateProc=srvrActivateProc.p which is executed every time when appserver executes a *.p the procedure has any parameters. You can add there you code to assign session variables srvrActivateProc=...
  8. R

    App problem, no errors in .lg file

    if you system has serial terminals ... check the connectivity (of serial ports) may be you have a terminal who fails else check the network.
  9. R

    App problem, no errors in .lg file

    take a look to the dbserver log [databasename].lg search for (-n)
  10. R

    download a word document to client?

    Re: How to offer file download with WebSpeed? show you code source
  11. R

    Come hear Progress executives Rick Reidy, Alan Young and Ken Wilner, in person!

    the management have to kill 4GL Progress because is old, nobody used. The future is BPM, RPM, ESB ... but the reality is not, this is a dream of very big companies who spend a lot of money. There is not a real market. Is a market borned in the dreams and the marcket of expenses. Who expend...
  12. R

    Help!!! MFG/PRO cannot start....

    using prorest is not like that To restore a database probackup ypu need the structure file mfgprod.st take look attentively to this file because the location of extend files, bi file is very important, you can crash an existing database. the procedure is: $DLC/bin/prostrct create mfgprod...
  13. R

    set-cookie problem

    show me the content of the html page code ...
  14. R

    set-cookie problem

    try RUN SetCookie IN WEB-UTILITIES-HDL ? is the same error ?
  15. R

    set-cookie problem

    use "setCookie" always after "output-content-type" {src/web2/wrap-cgi.i} RUN SetCookie IN WEB-UTILITIES-HDL ("TEST", "1234", TODAY + 5,TIME, ?, ?, ?). output-content-type ("text/html").
Top