benito
14th March 2011, 18:39
Folks,
i created a wrapper program for the above session. everythings seems to be fine except that when i hit continue on the form it doesnt do anything. debugging produces "parent.object.function.id" = 0 ONLY on the function below. is there something i need to modifiy/check?
thanks in advance.
function extern long continue.process()
{
long ret_val
parent.object.function.id = get_function(parent.object.dll.id, "long continue.process")
parent.object.error = exec_function(parent.object.dll.id, parent.object.function.id, ret_val)
return(ret_val)
}
i created a wrapper program for the above session. everythings seems to be fine except that when i hit continue on the form it doesnt do anything. debugging produces "parent.object.function.id" = 0 ONLY on the function below. is there something i need to modifiy/check?
thanks in advance.
function extern long continue.process()
{
long ret_val
parent.object.function.id = get_function(parent.object.dll.id, "long continue.process")
parent.object.error = exec_function(parent.object.dll.id, parent.object.function.id, ret_val)
return(ret_val)
}