How To create a Matrix-form in Navision?

Administrator
Member, Moderator, Administrator Posts: 2,506
How To create a Matrix-form in Navision?
http://www.mibuso.com/howtoinfo.asp?FileID=13
Discuss this How To here.
http://www.mibuso.com/howtoinfo.asp?FileID=13
Discuss this How To here.
0
Comments
-
I found this HOW TO to be very useful and helpful in creating Matrix forms... Almost indispensible
However, the only gliche that it seems to have is when you roll from record to record using the NEXT or PREV button, sometimes your data in the Matrix below comes up shifted all the way left with the final column in the matrix appeargin in Cell 1. You then have to press the horizontal positioning bar a couple times to shift it back so the first Column of data is in Column1 and the 2nd column of data is in column 2 etc...
Apart from this, the structure seems to be very stable, and easy to use..
I give it a thimbs up0 -
I answered your post in http://www.mibuso.com/forum/viewtopic.php?t=17673Regards,Alain Krikilion
No PM,please use the forum. || May the <SOLVED>-attribute be in your title!0 -
In case you need a boolean field, just remove the existing fields and put a boolean field in it. Remember that you need to rewrite the field-triggers on it.Regards,Alain Krikilion
No PM,please use the forum. || May the <SOLVED>-attribute be in your title!0 -
To the Administrator...
Thank you... Thank you.. Thank you... ! =D> =D> =D> =D> =D>0 -
Is it possible to base a Matrix Box on a temporary table?0
-
girish.joshi wrote:Is it possible to base a Matrix Box on a temporary table?
you just need to put some code in the right place:
Temptable on the rows:Form - OnFindRecord(Which : Text[1024]) : Boolean tmpRow.COPY(Rec); blnFoundRow := tmpRow.FIND(Which); Rec := tmpRow; EXIT(blnFoundRow); Form - OnNextRecord(Steps : Integer) : Integer tmpRow.COPY(Rec); intResultStepsRow := tmpItem.NEXT(Steps); Rec := tmpRow; EXIT(intResultStepsRow);
Temptabel on the columns:Matrix - OnFindRecord(Which : Text[1024];) : Boolean tmpCol.COPY(Rec); blnFoundCol := tmpCol.FIND(Which); Rec := tmpCol; EXIT(blnFoundCol); Matrix - OnNextRecord(Steps : Integer;) : Integer tmpCol.COPY(Rec); intResultStepsCol := tmpCol.NEXT(Steps); Rec := tmpCol; EXIT(intResultStepsCol);
With :
intResultSteps... as integer
blnFound... as boolean
tmp... as temptableRegards,Alain Krikilion
No PM,please use the forum. || May the <SOLVED>-attribute be in your title!0 -
I'll test it out - thanks Kriki!
Thanks ... and wow.0
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