Excel-Export problem to much data?

Frankie
Member Posts: 8
Hi,
I got problems with Export to Excel, when I run the export Navision crashes after a while (70% or 90%)
I using 2 tables
here the export code
I'm new with developing in Navision.
Where is the problem? memory problem ?
Greetings
I got problems with Export to Excel, when I run the export Navision crashes after a while (70% or 90%)
I using 2 tables
here the export code
//set filters for table 1 table1.FIND('-'); max := table1.COUNTAPPROX; REPEAT BEGIN x := ROUND((i/max)*10000,1); Dialog_wait.UPDATE(1, x); table2.SETFILTER(...); table2.SETFILTER(...); table2.SETFILTER(...); IF (table2.FIND('-')) THEN BEGIN REPEAT BEGIN //Do Export to Excel END UNTIL table2.NEXT <= 0; END; i := i+1; END UNTIL table1.NEXT <= 0;
I'm new with developing in Navision.
Where is the problem? memory problem ?
Greetings
0
Comments
-
less than 64K
it crashes sometimes on 50% oder less
memory usage of fin.exe always increases > 100mb0 -
2500 lines
200 colums0 -
Using EXCELBUFFER as temporary Table sovled the problem.
It runs now very fast and without any problems0
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