Yangxuelin
16th September 2008, 06:01
While circulating this:
If (ask.enum("whinh9211006.c",tcyesno.no) = tcyesno.yes ) then
return
endif
have Error:
The mistake is:
- Fatel error : IIIegal value for size argument (0) for sym
- Fatel error : Can not continue in whinh9211s000 in DLL: ottstp_stddll ( display.enumerate) [alloc.mem]
Thank!
bdittmar
24th September 2008, 18:35
While circulating this:
If (ask.enum("whinh9211006.c",tcyesno.no) = tcyesno.yes ) then
return
endif
have Error:
The mistake is:
- Fatel error : IIIegal value for size argument (0) for sym
- Fatel error : Can not continue in whinh9211s000 in DLL: ottstp_stddll ( display.enumerate) [alloc.mem]
Thank!
Hello,
try like this:
if ask.enum("tfgld0002",tcyesno.no)=tcyesno.yes then
print.ebil = true
else
print.ebil = false
endif
Regards
eric.dizon
22nd July 2013, 20:33
I also get this for like either standard LN message or custom message I've created...
BdbErrno : 0
ExtraInfo : session: "tdsmi5010s100";object: "tdsmi5010s100"; function: "display.enumerate" alloc.mem; company number: 600
Message : FATAL ERROR: Illegal value 0 for size argument nr 2 for sym ''
Can not continue in tdsmi5010s100 in DLL: ottstp_stddll (display.enumerate)[alloc.mem]
Stack trace:
display.enumerate(0,0,"\\tdsmi500.003 : CAR Log (EHC)","","tdsmi500.003","",1) (in object ottstp_stddll)
ask.enum("tdsmi500.003",1,"Eric Dizon (Eric.Dizon@ehc-global.com) ?") (in object ottstp_stddll)
eric.dizon
22nd July 2013, 20:51
I figured this out, this error shows if you are referring to the wrong "Question" in the question database or not passing the proper enumerate... Hope this helps