NetTalk Central

NetTalk Web Server => Web Server - Ask For Help => Topic started by: johncorry on April 10, 2013, 02:57:54 AM

Title: form update error
Post by: johncorry on April 10, 2013, 02:57:54 AM
I am using a form as popup to a browse of a memory table. Inserting a record works well but change or delete produces  - Error: (Unable TO Log Transaction (48) attempting to frame the transaction on IMDrugs.
I cant find any problems . Suggestions  please
John
Title: Re: form update error
Post by: JPMacDonald on April 10, 2013, 07:14:13 AM
John,

This is not a NetTalk issue but a memory driver issue.

Try this:

In the IDE select the Application's Global Properties Tab
Click the Actions button on the far right
Click on the Individual File Overrides Tab
Select the memory table in question and click the Properties Button
Select "No" in the Use RI Transaction Frame Drop Down
Click the  OK button on each screen as you back out

I think that will work for you.

Regards

Parker
Title: Re: form update error
Post by: johncorry on April 10, 2013, 01:19:46 PM
Parker
Immediate success.
Thanks many times
John