This topic is locked

(List Page) After Record Deleted doesn´t work

5/23/2016 9:10:20 AM
ASPRunnerPro General questions
B
brasil2011 author

When I delete a record, the codes that have the "After Record Deleted" event are not executed. Why?

Bellow the codes:

I'm using ASPRUNNER.NET ENTERPRISE8.1 (25449)
code:

dynamic dal_avaliacao_tb = GlobalVars.dal.Table("q_avaliacao_tb");

XVar rs = dal_avaliacao_tb.Query("cod_pessoa='" + deleted_values["cod_pessoa"].ToString() + "'", "");

XVar data = CommonFunctions.db_fetch_array(rs);



thanks!

admin 6/1/2016

Just to elaborate, this is a ASPRunnerPro forum and your question is about ASPRunner.NET.
I'm not seeing anything wrong with this code and it probably should work. The thing is that this code simply executes the query and not doing anything with results. How do you know it doesn't work?