Recent content by Gizmo

  1. G

    Sending SMS ?

    Does anyone knows if it is possible to send an SMS message through progress? Or what do I need to be able to do so? Thanks, Gizmo.
  2. G

    release lock on table

    Hello, Progress 91C Win 2000 Can anyone tell me what is the best way to release a lock on a table /temp-table? find first tablename exclusive-lock no-error. release tablename OR find current tablename no-lock no-error ?
  3. G

    Browse through directories

    Hello, I would like to know how I can do the following: I have a directory C:\tmp and I would like to know all subdirectories. eg. C:\tmp\TEST1 C:\tmp\TEST2 ... Can I use a certain loop for this? With DOS commands? Thanks, SB.
  4. G

    Minimum function on characters

    Oeps, my mistake. I did have the question why it gives back TEST, because TEST is bigger then "|":u. Do you know why? Sorry.
  5. G

    Minimum function on characters

    Hello everybody, Can someone give me an explanation about the following code: define var VC_TEST as character initial "TEST" no-undo. minimum(",", VC_TEST) ==> gives "," minimum("|", VC_TEST) ==> gives "|" I don't understand why the second function gives back the "|". This string is...
  6. G

    Progress installation path

    Thanks, This works just fine.
  7. G

    Progress installation path

    I don't think so. I'm working on an install shield for our application and I don't want the user to have to search up the installation directory of Progress. Do I need to set up the DLC environment first to know the directory of Progress?
  8. G

    Progress installation path

    Hello, How can I know the path where progress was installed? When I use 'os-getenv("DLC")' I retrieve a '?'. Thanks, Gizmo
  9. G

    Win2000/Explorer Tool error 8691

    Hello everyone, Progress 9.1c Win2000 Server version 5.0.2195, SP3 Build 2195 I hope that anyone has had the same problem: We had to install our Application + Progress (Enterprise DB) on a new Server. To start our databases we always use the Progress Explorer Tool. But when we wanted to...
  10. G

    Deleting records

    Hello, I hope anyone can help me with this. We test a program with a table with 1 million records. But now and then we have to delete all the records and start with new tests. But it takes a very long time to delete all the records. Does anyone know how we would be able to do this in a...
  11. G

    Startup AppServer/WebSpeed

    We have just developped our first application with WebSpeed and we now want to deploy it. But... Situation: NameServer: NSCOM AppServer: ASCOM WebSpeed: wsbroker1 Databases: COMM, COMS, COMD When the WebSpeed broker starts, there is a test to see if the AppServer is available...
Top