bkkland
6th May 2011, 01:31
I got error when checking the syntax for text.write....
TEXT.c( 44): Error: Unresolved reference to function 'text.write'.
what does it mean?
Please advise.
bkkland
6th May 2011, 02:04
Disregard the error message. I got it to work for that one.
However, another error occurred when running the Import Data.
"Transaction is on, can't continue"
Please help!
amitmmokashi
6th May 2011, 07:38
Hi,
Regarding the first error while using text.write(), use the include function #include <bic_text>
Regarding the second error message "Transaction is on, can't continue", you need to commit the update transaction using the fucntion commit.transaction() or in case of aborting use abort.transaction().
Regards,
Amit Mokashi