king1980
1st July 2010, 15:33
Hi,
I have written the AFS to run the report, but when i run the AFS no output screen is coming for display
stpapi.put.field("tcibd0401m000", "item.f", " 23512")
stpapi.put.field("tcibd0401m000", "item.t", " 23512")
stpapi.set.report("tcibd0401m000", "rtcibd040112000", "D", error.msg)
if isspace(error.msg) then
stpapi.form.command("tcibd0401m000",5,"exec.cont.process",error.msg)
stpapi.continue.process("tcibd0401m000", error.msg)
else
message(error.msg)
endif
stpapi.end.session("tcibd0401m000")
Please help me to resolve this issue.
Regards
king1980
I have written the AFS to run the report, but when i run the AFS no output screen is coming for display
stpapi.put.field("tcibd0401m000", "item.f", " 23512")
stpapi.put.field("tcibd0401m000", "item.t", " 23512")
stpapi.set.report("tcibd0401m000", "rtcibd040112000", "D", error.msg)
if isspace(error.msg) then
stpapi.form.command("tcibd0401m000",5,"exec.cont.process",error.msg)
stpapi.continue.process("tcibd0401m000", error.msg)
else
message(error.msg)
endif
stpapi.end.session("tcibd0401m000")
Please help me to resolve this issue.
Regards
king1980