Table Viewer v1.0

Administrator
Member, Moderator, Administrator Posts: 2,506
Table Viewer v1.0
View Dynamics NAV Table Info and Field Info in one form.
And you can learn how to use Table Reference and Field Reference.
Nice to have...
http://www.mibuso.com/dlinfo.asp?FileID=898
Discuss this download here.
View Dynamics NAV Table Info and Field Info in one form.
And you can learn how to use Table Reference and Field Reference.
Nice to have...
http://www.mibuso.com/dlinfo.asp?FileID=898
Discuss this download here.
0
Comments
-
nice work, thx.
we've got a non english installation, so the table header captions are different to table names.
after adding or updating the table informations to the table viewer, the table caption field will not be filled with any information.
how can i fix this?
thx0 -
try something like this:
go in Codeunit 50500 and change "Object.Caption" and "Field.CAPTION" to "Object.Name" and "Field.NAME".
I didn't try it out, but I think it is that.Regards,Alain Krikilion
No PM,please use the forum. || May the <SOLVED>-attribute be in your title!0 -
Some fixes in the code:
in table 50500:
"OnDelete()"-trigger:
original code:lLines.SETRANGE("Table No","Table No"); IF lLines.FIND('-') THEN lLines.DELETEALL;
Better code:lLines.RESET; lLines.SETCURRENTKEY("Table No","Field Number"); lLines.SETRANGE("Table No","Table No"); lLines.DELETEALL(FALSE);
-my advice is to ALWAYS put RESET-SETCURRENTKEY-SETRANGE/SETFILTER so it is clear and sure there are NO other filters active.
-no need to do a FIND('-') before doing a DELETEALL. This creates an extra DB-read that is not needed. (and instead of FIND('-'), it would also have been better FINDFIRST for SQL).Regards,Alain Krikilion
No PM,please use the forum. || May the <SOLVED>-attribute be in your title!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