This topic is locked

edit and inline edit not the same?

2/28/2017 5:15:39 PM
ASPRunner.NET General questions
A
Arkie author

I have a stock balancing calc for when a line item is edited. It simply adds back the transaction being edited and then subtracts the revised transaction.

values["stock"] += oldvalues["qty"];

values["stock"] -= values["qty"];
This works if I use it on the EDIT page. But it doesn't work on an INLINE EDIT.
Is the event for these two pages treated differently?

jadachDevClub member 2/28/2017

My understanding is the event is the same. Perhaps worth a support ticket?

A
Arkie author 3/1/2017

Yep.... I think it's definitely worth a note to support. They'll want a file so they can trace the problem and that's not something I want to mess with today.
I'll gen one up, but a much quicker work around is to simply not use the Inline Edit for this app.
Thanks for the feedback...

~Joe