M make Member Jun 23, 2003 #1 Hi Peggers, can anyone help me? I am looking for a way to check if a file on a special PC in our Network exists or not. Is that posssible in Progress ? Thankx for help Greets Make
Hi Peggers, can anyone help me? I am looking for a way to check if a file on a special PC in our Network exists or not. Is that posssible in Progress ? Thankx for help Greets Make
A arekp New Member Jun 23, 2003 #2 In Progress you have two ways to check if file exists: 1) You can use SEARCH() function. 2) You can use FILE-INFO handle (look to help) Arek make said: Hi Peggers, can anyone help me? I am looking for a way to check if a file on a special PC in our Network exists or not. Is that posssible in Progress ? Thankx for help Greets Make Click to expand...
In Progress you have two ways to check if file exists: 1) You can use SEARCH() function. 2) You can use FILE-INFO handle (look to help) Arek make said: Hi Peggers, can anyone help me? I am looking for a way to check if a file on a special PC in our Network exists or not. Is that posssible in Progress ? Thankx for help Greets Make Click to expand...