Factbox - Number of Columns

stony
Member Posts: 122
Hello,
Can I create a Factbox with 3 or more columns.
E.G.
Item No. | Item Description | Inventory
Thanks
Manfred
Can I create a Factbox with 3 or more columns.
E.G.
Item No. | Item Description | Inventory
Thanks
Manfred
0
Comments
-
I think as FactBox is also a Page..
We can have 2 columns as of now..0 -
What about something like this?
( :oops: execuse me if page isn't nice but is a quick test)
edit: I think you could use also fixedlayout, but depends on what you want to do with this factbox.~Rik~
It works as expected... More or Less...0 -
Looks nice. How can I make it.
I would like to see a list, which includes data from an array.
Line 1: A[1] ; B[1] ; C[1];
Line 2: A[2] ; B[2] ; C[2];0 -
stony wrote:Looks nice. How can I make it.
I would like to see a list, which includes data from an array.
Line 1: A[1] ; B[1] ; C[1];
Line 2: A[2] ; B[2] ; C[2];
2. the structure of the page is the following:type subtype Container ContArea Group Repeater Field field field
what type of array are you using? text, integer? and what about dimensions?~Rik~
It works as expected... More or Less...0 -
I use text und decimal and the dimension is 9.0
-
stony wrote:I use text und decimal and the dimension is 9.~Rik~
It works as expected... More or Less...0 -
Yes,
A and B is text ; C is decimal
(A= Item.Description;B=Item."Description 2",C=Inventory)0 -
stony wrote:Yes,
A and B is text ; C is decimal
(A= Item.Description;B=Item."Description 2",C=Inventory)
i create a little example that works. this is the objectOBJECT Page 50000 arraytest { OBJECT-PROPERTIES { Date=28/04/11; Time=12:38:21; Modified=Yes; Version List=; } PROPERTIES { SourceTable=Table2000000026; SourceTableView=WHERE(Number=FILTER(<=3&>0)); OnInit=BEGIN FOR i := 1 TO 3 DO BEGIN a[i] := i; END; FOR i := 1 TO 3 DO BEGIN b[i] := i+1; END; FOR i := 1 TO 3 DO BEGIN c[i] := i+2; END; END; OnOpenPage=BEGIN i := 0; END; OnAfterGetRecord=BEGIN IF i < 3 THEN i += 1; END; } CONTROLS { { 1101366000;;Container; ContainerType=ContentArea } { 1101366001;1;Group ; GroupType=Repeater } { 1101366002;2;Field ; CaptionML=ENU=a; SourceExpr=a[i] } { 1101366003;2;Field ; CaptionML=ENU=b; SourceExpr=b[i] } { 1101366004;2;Field ; CaptionML=ENU=c; SourceExpr=c[i] } } CODE { VAR a@1101366000 : ARRAY [3] OF Integer; b@1101366001 : ARRAY [3] OF Integer; c@1101366002 : ARRAY [3] OF Integer; i@1101366003 : Integer; BEGIN END. } }
~Rik~
It works as expected... More or Less...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