NetTalk Central

Author Topic: form update error  (Read 2959 times)

johncorry

  • Newbie
  • *
  • Posts: 27
    • View Profile
    • Email
form update error
« 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

JPMacDonald

  • Full Member
  • ***
  • Posts: 106
    • View Profile
    • Email
Re: form update error
« Reply #1 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

johncorry

  • Newbie
  • *
  • Posts: 27
    • View Profile
    • Email
Re: form update error
« Reply #2 on: April 10, 2013, 01:19:46 PM »
Parker
Immediate success.
Thanks many times
John