Where Navision store forms information into Database?

bestianhow
Member Posts: 120
Hi all,
Have anyone know that navision's form objects information store to which table? Can i retrieve the properties information like control's position (Xpos and Ypos) and so on?
Thank you very much.
Regards,
Kok Keong
Have anyone know that navision's form objects information store to which table? Can i retrieve the properties information like control's position (Xpos and Ypos) and so on?
Thank you very much.
Regards,
Kok Keong
0
Comments
-
Those coordinates aren't stored in the database. They are located in the fin.zup file in the user directory and can't be altered (AFAIK).
Alex0 -
On Open form you can get the info
T_xpos := CurrForm.XPOS;
T_ypos := CurrForm.YPOS;
or you can set the to a certain value.
CurrForm.XPOS := 0
CurrForm.YPOS := 0
and for controls you can use them as well.
CurrForm.Box.XPOS := 0;
CurrForm.Box.YPOS := 0;
And yes in zup file they are store for the last time you openend them, but above code can averide it.0 -
If you mean the properties of the controls on form (as defined in designer), all is saved in Object table in one BLOB field. But the object is coded and you are not able to read the properties from there.0
-
Thank you very much!0
-
hey guys,
Is there some way we can open the fin.zup in the system?
Thanks,
:P0 -
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