Indenting for the Consumables & Spares

vivektaurian
Member Posts: 69
Hi All,
I want to know that what is the way in Navision to place an indent by the user department to the purchase department.Withot using planning worksheet.
I want to know that what is the way in Navision to place an indent by the user department to the purchase department.Withot using planning worksheet.
Regards,
Vivek Srivastava
"Future Belongs to those who beleive in the beauty of their dreams"
Vivek Srivastava
"Future Belongs to those who beleive in the beauty of their dreams"
0
Comments
-
Check out the G/L Chart of accounts form,
CurrForm.Name.UPDATEINDENT := Indentation * 220;
Indentation is a field in the table and has been updated by the Function.
from the C/Side Reference Guide:
UPDATEINDENT (Text Box)
Use this function set the Indent property of a text box.
UPDATEINDENT(Indent)
Indent
Data type: integer
The indentation in 1/100 mm.
Comments
The Indent property can only be set by using this function from the OnFormat trigger of the text box - it cannot be set from the property sheet.
The intended use is to provide some means of structuring information in a tabular form by indenting the contents of a text box, based on some notion of a hierarchy. See also the UPDATEFORECOLOR and UPDATEFONTBOLD functions which are meant to be used for similar purposes.
Example
You can use this function to indent a text box in a tabular form according to the value in some other field this:
CurrForm.Name.UPDATEINDENT(Level * 220);
The Level field is supposed to contain integer values from 0 and upwards. The higher this value is, the more indentation will be added to text box that displays the contents of the Name field.Experience is what you get when you hoped to get money0
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