NetTalk Central
NetTalk Web Server => Web Server - Ask For Help => Topic started by: broche on November 28, 2015, 07:43:50 AM
-
NT 8.66
Clarion 10
Have a browse with two edit in place fields, one is a number the other a Yes/No.
When I click the Yes/No button I get the following error, even though it appears to save the change.
It's on an In-Memory table
'Error unable to log transaction(48) attempting to frame the transaction on CallInFiles'
Thanks
-
Hi Brian
You need to exclude the InMemory table from being enclosed in a transaction frame.
In global properties Individual File Overrides select the file, click properties and on the drop down Use RI Transaction Frame select No
-
Thanks - Forgot that one :)