RE: [U2] [PICK] File handle opened?

2004-09-01 Thread Allen E. Elwood \(CA\)
s file-handling verbs. Rick Ramsey Healthpac Cumputer Systems Savannah, GA -Original Message- From: Rick Ramsey Sent: Wednesday, September 01, 2004 7:18 AM To: '[EMAIL PROTECTED]' Subject: RE: [U2] [PICK] File handle opened? I believe this will work for you in D3: IF ASSI

RE: [U2] [PICK] File handle opened?

2004-09-01 Thread Alfke, Colin
IF ASSIGNED(file.var) then * Check for locks... END Works. You can also do NOT(ASSIGNED(file.var)) as well. This works on both "regular" and "file" variables. Hth Colin Alfke Calgary, Alberta -Original Message- From: Allen E. Elwood (CA) [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 3

RE: [U2] [PICK] File handle opened?

2004-09-01 Thread Rick Ramsey
umputer Systems Savannah, GA -Original Message- From: Rick Ramsey Sent: Wednesday, September 01, 2004 7:18 AM To: '[EMAIL PROTECTED]' Subject: RE: [U2] [PICK] File handle opened? I believe this will work for you in D3: IF ASSIGNED(FILEVAR) . . . where FILEVAR is the file ha

RE: [U2] [PICK] File handle opened?

2004-09-01 Thread Rick Ramsey
I believe this will work for you in D3: IF ASSIGNED(FILEVAR) . . . where FILEVAR is the file handle variable used in the OPEN statement Rick Ramsey Healthpac Cumputer Systems Savannah, GA -Original Message- From: Allen E. Elwood (CA) [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 31,