Hi
Try overwriting the call of super() in the ExecuteSection method in the CustInvoiceTrans body with something like this:
if (!CustInvoiceTrans.SalesPrice)
{
continue;
}
else
{
super();
}
An alternative to using the SalesPrice field, you could use the LineAmount field from the CustInvoiceTrans table.
Good Luck.
Paul Robson
-----Oprindelig meddelelse-----
Fra: oreobizkitja [mailto:[EMAIL PROTECTED]
Sendt: 9. september 2003 06:55
Til: [EMAIL PROTECTED]
Emne: [development-axapta] Not wanna show Item that SalesPrice = 0
How to do that
i don't wanna show Record
That have SalesPrice = 0
in Report 'SalesInvoice'
Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.
Yahoo! Groups Sponsor
ADVERTISEMENT
Click Here!
Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.
- [development-axapta] Not wanna show Item that SalesPrice = 0 oreobizkitja
- RE: [development-axapta] Not wanna show Item that SalesP... K.A. Abinsam
- Paul Robson

