Search results

  1. J

    database disconnection problems

    Hello, I've got the following problem. I've got a procedure that connects and disconnects databases required to compile files. I've got a procedure that compiles files. I run these as follows (more or less): for each ttfile no-lock: run connectdbsforfile.p (ttfile.filepath). run...
  2. J

    change opsys in dos

    Hello, in windows you can change opsys by creating a .ini file with the following lines: [startup] Opsys=UNIX and start prowin32 with -ininame Pathtoinifile However, this does not seam to work for _progres (the dos client). Does anyone know if it is possible to change the opsys value on...
  3. J

    wait-for creation of file

    Hello, I am currently writing an application that has wait until a file exist, if it exist, handle the contents and delete it and again wait until it is recreated by another process. The only sollution I have found so far is the following: do while lContinue: file-info:file-name =...
  4. J

    currently open file in Procedure editor/AppBuilder

    Hello, we are currently trying to add some functionality to appbuilder and the procedure editor. We have added buttons to pro*tools. Now we have a problem: We seem unable to determine the file being currently edited. Is there a way to know the filename (absolute path)? We already found the...
Top