cfuzihara
24th November 2005, 23:22
Hi
I defined in Dal2 a function field.enum.is.applicable() but when I compiled it with debbug, the program doesn´t call this function.
How can I resolve it? This problem occurs in some programs, but in others it is ok.
Thanks
Example:
dal.field.depends.on("tdrec940.rfdt.l", HOOK_IS_APPLICABLE, "tdrec940.doty.l", "tdrec940.mfre.l")
.
.
.
function extern boolean tdrec940.rfdt.l.purchase.is.applicable(long mode)
{
if tdrec940.mfre.l = tcyesno.yes then
return(false)
endif
return(true)
}
I defined in Dal2 a function field.enum.is.applicable() but when I compiled it with debbug, the program doesn´t call this function.
How can I resolve it? This problem occurs in some programs, but in others it is ok.
Thanks
Example:
dal.field.depends.on("tdrec940.rfdt.l", HOOK_IS_APPLICABLE, "tdrec940.doty.l", "tdrec940.mfre.l")
.
.
.
function extern boolean tdrec940.rfdt.l.purchase.is.applicable(long mode)
{
if tdrec940.mfre.l = tcyesno.yes then
return(false)
endif
return(true)
}