Hi,
In a form procedure I have a openfile routine which looks like:
OpenFiles ROUTINE
! Start of "Beginning of Procedure, Before Opening Files"
! [Priority 5000]
! End of "Beginning of Procedure, Before Opening Files"
p_web.OpenFile(Groep)
p_web.OpenFile(SQLFILE)
p_web.OpenFile(Account)
FilesOpened = True
! Start of "Beginning of Procedure, After Opening Files"
! [Priority 5000]
! End of "Beginning of Procedure, After Opening Files"
However, when I use embedded sql (sqlfile{prop:sql} = 'sql-statement' ), an error message occurs stating that the file is NOT open.
To make it work I have to use the access:sqlfile.openfile() command
Is this normal behaviour? If it is, no problem. I know the work around. If it is not, what is a/the solution.
Cheers,
Rene