AyaNova service management & work order software
AyaNova Support Forum
Home       Members    Calendar    Who's On
Welcome Guest ( Login | Register )
        


««12

custom totals report by client Expand / Collapse
Author
Message
Posted 3/3/2007 8:44:25 PM
Forum Member

Forum MemberForum MemberForum MemberForum MemberForum MemberForum MemberForum MemberForum Member

Group: Forum Members
Last Login: 3/6/2007 1:34:52 PM
Posts: 43, Visits: 136
joyce,

thanks for the work but one issue , the totals dont show up.. the work order hours do but not in the total qty and N/C in the footer .

trying to figure out why

Randy

Post #2873
Posted 3/3/2007 9:31:18 PM
AyaNova Sales & Support

AyaNova Sales & SupportAyaNova Sales & SupportAyaNova Sales & SupportAyaNova Sales & SupportAyaNova Sales & SupportAyaNova Sales & SupportAyaNova Sales & SupportAyaNova Sales & Support

Group: Administrators
Last Login: Today @ 8:27:06 PM
Posts: 1,702, Visits: 4,008
Hi Randy

Oops - there should have been a script for the field xrTableCell53 (where the Net Service Hours Quantity is display) in the OnSummaryCalculated property to keep a running total for TotalQty which is what would display in the xrTotalQty field.

I've edited the template, and have uploaded it.

Delete the one you have, download again, export and import.

Or add the following OnSummaryCalculated script property for xrTableCell53

private void OnSummaryCalculated(object sender, DevExpress.XtraReports.UI.TextFormatEventArgs e)
{
if(e.Value != null)
  TotalQty += Convert.ToDecimal(e.Value);
}

- Joyce

AyaNova Sales & Technical Support
http://www.ayanova.com
Post #2874
Posted 3/4/2007 2:46:11 AM
Forum Member

Forum MemberForum MemberForum MemberForum MemberForum MemberForum MemberForum MemberForum Member

Group: Forum Members
Last Login: 3/6/2007 1:34:52 PM
Posts: 43, Visits: 136
joyce

thanks that fixed the issue..

randy

Post #2875
« Prev Topic | Next Topic »

««12

Reading This Topic Expand / Collapse
Active Users: 0 (0 guests, 0 members, 0 anonymous members)
No members currently viewing this topic.
Forum Moderators: AyaNova Sales & Support

Permissions Expand / Collapse

All times are GMT -8:00, Time now is 8:57pm

Powered by InstantForum.NET v4.1.4 © 2008
Execution: 0.078. 10 queries. Compression Disabled.