brad997
8th December 2006, 05:31
Hi ,
I am debugging the whina3212 program script but stumble on "START.BUSINESS.METHOD.UI". I would very much appreciate if anyone could explain how I read/find the START.BUSINESS.METHOD.UI("whina310","whina310.transfer.pur.order.advices.with.commit",IFERRSTP, "whinas0024", ...)?
rgds
Brad
The START.BUSINESS.METHOD.UI is obtained from part of the script as follows:
on.choice:
if tccom.dll0010.open.report(1, spool.device, 1, language$, 1) and
tccom.dll0010.open.report(2, spool.device, 1, language$, 2) then
db.retry.point()
START.BUSINESS.METHOD.UI("whina310",
"whina310.transfer.pur.order.advices.with.commit",
IFERRSTP, "whinas0024",
orno.f, orno.t, item.f, item.t, citg.f, citg.t,
cwar.f, cwar.t, suno.f, suno.t, buyr.f, buyr.t,
cplb.f, cplb.t, rorn.f, rorn.t,
order.series, series.dir.del, ordr.type, otpd,
tcyesno.no)
#pragma used message whinas0024
|* Transfer purchase order advices
else
job.process.error = true
endif
I am debugging the whina3212 program script but stumble on "START.BUSINESS.METHOD.UI". I would very much appreciate if anyone could explain how I read/find the START.BUSINESS.METHOD.UI("whina310","whina310.transfer.pur.order.advices.with.commit",IFERRSTP, "whinas0024", ...)?
rgds
Brad
The START.BUSINESS.METHOD.UI is obtained from part of the script as follows:
on.choice:
if tccom.dll0010.open.report(1, spool.device, 1, language$, 1) and
tccom.dll0010.open.report(2, spool.device, 1, language$, 2) then
db.retry.point()
START.BUSINESS.METHOD.UI("whina310",
"whina310.transfer.pur.order.advices.with.commit",
IFERRSTP, "whinas0024",
orno.f, orno.t, item.f, item.t, citg.f, citg.t,
cwar.f, cwar.t, suno.f, suno.t, buyr.f, buyr.t,
cplb.f, cplb.t, rorn.f, rorn.t,
order.series, series.dir.del, ordr.type, otpd,
tcyesno.no)
#pragma used message whinas0024
|* Transfer purchase order advices
else
job.process.error = true
endif