baanguru
18th August 2008, 13:40
A new blog entry has been added:

rush

function extern after.update.db.commit()
{
 parent.object.function.id = get_function(parent.object.dll.id, "after.update.db.commit")
 parent.object.error = exec_function(parent.object.dll.id, parent.object.function.id)
}
I m modifying rush script I cannot understand above function and dll mentioned in it
parent.object.function.id = get_function(parent.object.dll.id, "before.program")
parent.object.error = exec_function(parent.object.dll.id, parent.object.function.id)
so any one can help me for this ..........................
Regards,
Gurudev

baanguru
18th August 2008, 13:44
parent.object.function.id=get_function (parent.object.dll.id, "before.program")
parent.object.error = exec_function(parent.object.dll.id, parent.object.function.id)


mainly explained aboved two function.