Problem on Calcsums using CFRONT

easabangan
Member Posts: 114
Dear Experts,
I am using the cfront to retrived data from a table. I want to get the total sum of a field in all the record. But it always return error on the calcsums area. The Error is Calcsums Not implemented
This is a part of my code:
in this code I have set the key I will be using, in this key it has sumindexfield = ExtAmount
Please tell me how/what is the correct format.
Thanks in Advanced
I am using the cfront to retrived data from a table. I want to get the total sum of a field in all the record. But it always return error on the calcsums area. The Error is Calcsums Not implemented
This is a part of my code:
ocxCF.OpenTable(Table, 63001); Record := ocxCF.AllocateRec(Table); IF ocxCF.SetCurrentKey(Table, 'Customer No.,Type of Extension,Clear') THEN BEGIN IF ocxCF.FindRec(Table, Record, '-') THEN BEGIN IF ocxCF.CalcSums(Table, Record, 'ExtAmount') THEN MESSAGE(ocxCF.GetFieldData(Table, Record, 5)) ELSE MESSAGE(ocx.GetErrText); END; END ELSE ERROR(ocx.GetErrText);
in this code I have set the key I will be using, in this key it has sumindexfield = ExtAmount
Please tell me how/what is the correct format.
Thanks in Advanced
No future at CPI
0
Comments
-
Please tell me what are my mistakes on my codes. Im on a rush.No future at CPI0
-
ok thanks.No future at CPI0
Categories
- All Categories
- 73 General
- 73 Announcements
- 66.6K Microsoft Dynamics NAV
- 18.7K NAV Three Tier
- 38.4K NAV/Navision Classic Client
- 3.6K Navision Attain
- 2.4K Navision Financials
- 116 Navision DOS
- 851 Navision e-Commerce
- 1K NAV Tips & Tricks
- 772 NAV Dutch speaking only
- 617 NAV Courses, Exams & Certification
- 2K Microsoft Dynamics-Other
- 1.5K Dynamics AX
- 320 Dynamics CRM
- 111 Dynamics GP
- 10 Dynamics SL
- 1.5K Other
- 990 SQL General
- 383 SQL Performance
- 34 SQL Tips & Tricks
- 35 Design Patterns (General & Best Practices)
- 1 Architectural Patterns
- 10 Design Patterns
- 5 Implementation Patterns
- 53 3rd Party Products, Services & Events
- 1.6K General
- 1.1K General Chat
- 1.6K Website
- 83 Testing
- 1.2K Download section
- 23 How Tos section
- 252 Feedback
- 12 NAV TechDays 2013 Sessions
- 13 NAV TechDays 2012 Sessions