Hi Pals,

I need your help please.

I am using open statement in my one form that reads & writes to few files (ASCII/TXT type).

In another form i want to open those files for only reading.

But when i use open statement then if i read and at that time they are processing the i get error file already open.

I have a form that appends data to a file. If i want another form to read the data that is being appended in that file then what do i do ??

Is there a way i can use open statement to permit multiple access or do something.

Can anyone let me know how can i do both activities without getting error or so.

Thank you,
Greatchap