Hi Bruce
I'm pretty sure there's something here very basic I don't understand.
My goal is quite simple. I just want to set a default div and default time for a ShowMessage. But the code is not executed at all.
What is it that I overlook here
Works fine with all the other methods.
p_web.showInfo PROCEDURE(String pInfo,Long pTimer=0,<String pDiv>)
! Start of "NetTalk Method Data Section"
! [Priority 5000]
! End of "NetTalk Method Data Section"
CODE
! Start of "NetTalk Method Executable Code Section"
! [Priority 2500]
! My code !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
pTimer = 500
pDiv = 'infodiv'
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
! Parent Call
PARENT.showInfo(pInfo,pTimer,pDiv)
! [Priority 7500]
! End of "NetTalk Method Executable Code Section"
! Start of "NetTalk Method Routine Section"
! [Priority 5000]
! End of "NetTalk Method Routine Section"
Regards Niels