Pages and UPDATEINDENT
poppins
Member Posts: 647
Hi everyone,
I am trying to transform a form to a page using the TIF tool...
I am having trouble with the following piece of code:
After the transformation it becomes:
and generates the following error:
What should I do???
I am trying to transform a form to a page using the TIF tool...
I am having trouble with the following piece of code:
CurrForm.Type.UPDATEINDENT(220*(TypeNiv.COUNT-Niveau));
After the transformation it becomes:
CurrPage.Type.UPDATEINDENT(220*(TypeNiv.COUNT-Niveau));
and generates the following error:
You have specified an unknown variable. UPDATEINDENT Define the variable under 'Global C/AL symbols'
What should I do???
0
Comments
-
UPDATEINDENT is not supported in RTC0
-
So, shall I just remove it??? Wouldn't that affect the code???0
-
You can remove it..
Check how indentation is working in Page 160 -
<EDIT: Double Post>0
-
Indentation is now a property of the Repeater Group on a listpage.
Take a look at page 18 G/L Account List for an example.
Yes, the code should be removed, and AFAIK the transformation tool should help you in this process.0 -
Thank you for your reply, but I didn't understand where does the variable Indentation in the NameOnFormat() function come from????0
-
Its a field in G/L Account table..0
-
So, Indentation is a user input in the table, not calculated somehow????0
-
Indentation field is updated in G/L Account-Indent Codeunit when we press indent in form/page..0
-
So, this wouldn't work for me since I don't have accounts to indent but something else....0
-
You need to do something like this not exactly the same to work..0
-
Another question: if I have more than one column to indent, shall I use more than one variable in the IndentationColumnName Property???
I tried to put two variables separated by a comma, but I got a syntax error and couldn't save the page....0 -
Did you try by putting in IndentationControls property0
-
Yes, I put two fields separated by a comma, but when I tried to do the same for the IndentationColumnName Property, I got a syntax error...0
-
I am not sure, if IndentationColumnName property is not allowing 2 variables then 2 fields under IndentationControls property will be indented based on single variable of IndentationColumnName property.. :-k0
Categories
- All Categories
- 75 General
- 75 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
- 610 NAV Courses, Exams & Certification
- 1.9K Microsoft Dynamics-Other
- 1.5K Dynamics AX
- 251 Dynamics CRM
- 103 Dynamics GP
- 6 Dynamics SL
- 1.5K Other
- 991 SQL General
- 383 SQL Performance
- 34 SQL Tips & Tricks
- 28 Design Patterns (General & Best Practices)
- Architectural Patterns
- 9 Design Patterns
- 4 Implementation Patterns
- 53 3rd Party Products, Services & Events
- 1.6K General
- 1K General Chat
- 1.6K Website
- 77 Testing
- 1.2K Download section
- 23 How Tos section
- 249 Feedback
- 12 NAV TechDays 2013 Sessions
- 13 NAV TechDays 2012 Sessions

