Avatar

Level 3

Dear Paul,

I simply write these codes :

xfa.sourceSet.DataConnection.open();
xfa.sourceSet.DataConnection.first();

while not EOF

{    do something ...

     xfa.sourceSet.DataConnection.next();

}

I see your words.

ie. There is no way the file must get locked unless I execute xfa.sourceSet.DataConnection.close();

right?

Rgds.