11-17-2005 02:58 AM
11-17-2005 06:01 AM
hi there
you should be able to open both files at the same time. if possible only one app should write to the file. if you try to read data when there is none you get the EOF - error (errorcode = 4), so retry until FileRead returns errorcode 0.
11-17-2005 06:04 AM
ah, by the way:
if you need to write the file from different apps at the same time you should lock the range you want to write using the "Lock Range" function from the file - palette. see online help for more information.
11-17-2005 06:35 AM
11-17-2005
07:28 AM
- last edited on
11-13-2007
01:01 PM
by
Support