Grid- and Fixed layout - examples
jensthomsen
Member Posts: 173
I'm looking for examples of using the new possibilites of grids and fixed layout in Nav2013. I have read the online help, but don't think that it gives any good examples in code.
Specifically, I have a form in Nav2009 with 3 columns, each consisting of fields with caption. Each column has a header that spans the caption and the fields. Like this:
Caption1_Field1 Caption3_Field3 Caption5_Field5
Caption2_Field2 Caption4 _Field4 Caption6_Field6
Specifically, I have a form in Nav2009 with 3 columns, each consisting of fields with caption. Each column has a header that spans the caption and the fields. Like this:
Caption1_Field1 Caption3_Field3 Caption5_Field5
Caption2_Field2 Caption4 _Field4 Caption6_Field6
0
Comments
-
Hi,
i hope this can help you -
http://saurav-nav.blogspot.in/2013/02/grid-layout-in-nav-2013.html
The fixed layout have been introduced in 2009, but whats new is the grid layout in 2013.
Let me know if any issues.
Thanks & Regards,
Saurav Dhyani
Do you Know this About NAV?
Connect - Twitter | Facebook | Google + | YouTube
Follow - Blog | Facebook Page | Google + Page0 -
Hmmmm. I've tryied a simple gridlayout with one field in the first row (Field1) and 2 fields in the second (Field2 and Field3). The layout is set to Row. Now I want to span Field1 over Field2 and Field and therefore set the ColumnSpan property to 2 on field1. But when I run the page, Field1 doesn't Span???
Here is the code:
OBJECT Page 70000 Maskinstatistik
{
OBJECT-PROPERTIES
{
Date=08-02-13;
Time=08:24:48;
Modified=Yes;
Version List=;
}
PROPERTIES
{
}
CONTROLS
{
{ 1160180000;;Container;
Name=jgt;
ContainerType=ContentArea }
{ 1160180001;1;Group ;
GroupType=Group }
{ 1160180002;2;Group ;
GroupType=GridLayout;
Layout=Rows }
{ 1160180003;3;Group ;
GroupType=Group }
{ 1160180004;4;Field ;
Name=Brandstof;
CaptionML=DAN=<Brandstof>;
SourceExpr='';
ColumnSpan=2 }
{ 1160180008;3;Group ;
GroupType=Group }
{ 1160180006;4;Field ;
Name=vaegtafgift1;
SourceExpr='222' }
{ 1160180005;4;Field ;
Name=cola;
SourceExpr='333' }
}
CODE
{
BEGIN
END.
}
}0
Categories
- All Categories
- 73 General
- 73 Announcements
- 66.7K Microsoft Dynamics NAV
- 18.8K 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
- 328 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
