Unable To Pass Value Through Input Par/shared Variable

casinologin

New Member
Hi
QAD Version - QAD2013

issue : modifying a invoice aa.p that is being called from a report resource designer (xxinvoice.xml) .
aa.p calls a program bbasn.p(for asn) and this bb.p then calls a .i for extracting an asn file.

now when i am passing "invoice total value" either through new shared or input parameter from aa.p to bb.p, program is getting compiled correctly but no asn file get extract.
if i remove these shared variable, asn files get extract correctly.

pls help, if required more details pls let me know.

Thanks in Advance.
 

dulecki

Member
Have you verified what's getting passed through to bb.p? Just because it compiles doesn't mean it's set up to do what you want.
 
Top