Search results

  1. V

    Propath for progress odbc broker

    Hi, We try to write in progress 9.1d with the odbc Merant 3.7 We have succeeded to write on some table. But table who have triggers give us an error message: System.Data.Odbc.OdbcException: ERROR [HY000] [MERANT][ODBC PROGRESS driver][PROGRESS]** "triggers\write\item.p" was not found. (293)...
  2. V

    Check If A Network Printer Is Available

    Hi, Before printing I want to know if the printer is online, if not I'll print elswhere. But I don't know how to to that... The thing that come to mind it's a dos ping query, but I don't find any way to capture a ping information. Thank you for your help.
  3. V

    How Do I Avoid "press Space To Continue" With A Pause

    Hi, What I try to do is quite simple pause my script 7 sec. But the Pause statement always open a Windows asking "Press space to continue". I want a hiden pause to slow down some process. Do I use wrong fonction? Thank
  4. V

    Question How can I find which program update value of a field

    Hi, I have a field that changes value but I can't find which program made the change. Is there a way to find it. A log or create a trigger ? thank you
  5. V

    Program freeze only the morning? Help

    Hi, We use progresse 9.1d I don't have long experience with progress and maybe I need to do something I don't know. But I have few programs (not all) who took 5 to 30 min to open. Sometime it's ok no problem but other day it's nightmare. I look the progress server no cpu or memory problem...
  6. V

    Change item name ine Syteline

    Hi, I want to change the name of items on my Syteline ERP. But I can't because the name is liked every where in the progress database. I'm asking if I found all the table with item field and change the name on each table is that can work? Thank
  7. V

    Question Past Temp-table between files

    Hi Here my need, I want to create a file (eg proc.p) with in input parameter a temporary table. So I can call this file in another program. The table that is passed as a parameter can be different depending of the program that call it. The only thing I got is to pass table in parameter but it...
  8. V

    Error Getting error 98 with Errno 13 when using an OUTPUT TO statement

    Hi, I've got this error: Error 98 errno 13 when I using output to. I know why, it's because the file is open by someone and he propably lock it. What I want it's be able to output to an other file in case the file is already open. Can some one help me? Thank
  9. V

    Importe CSV file

    Hi I want to import CSV file, but I need to past the first line because it's the name of the column. How can I do this, actualy I use this methode: INPUT FROM C:\toto.csv. REPEAT: IMPORT DELIMITER ";" l_data. CREATE tt-toto. ASSIGN i-ITEM = l_data[1] inc-mia =...
Top