Hi Everybody,
I need to import the text file (exported by Navision default functionality) of a Table Object through my own code. But, there are some properties of Table which comes before Triggers and some comes after triggers. The same behaviour is being followed in case of fields also. Can somebody help me what are the properties which come before Triggers and which properties come after triggers.
Any help regarding the text format of object will be highly appreciated.
Thanks in advance
0
Comments
It is structured: On top you have global settings and properties, than field definitions which have nested local triggers with local variables and properties... then keys and than global triggers and functions.
Each code section have (or can have) section with Functions and local variables, Global code have section with global variables etc.
MVP - Dynamics NAV
My BLOG
NAVERTICA a.s.
Thanks for your such a fast response, But I think you didn't get my question. As you are saying that format is like following
<FIELDS>
<FIELDS PROP>
<FIELDS CODE>
But if you will check with a number of properties being modified, you will find that some properties are before triggers and some after triggers. The behavior is same in case of fields as well as in case of table.
If you have any idea, pls let me know.
Thanks in advance
I agree fb. Property can be in any order...
MVP - Dynamics NAV
My BLOG
NAVERTICA a.s.
You both are absolutely right, I am also agree with you but I have to recreate the text file with the help of my code only, then how will I handle the properties and triggers.
Pls help.
Thanks
MVP - Dynamics NAV
My BLOG
NAVERTICA a.s.
If the order of some properties will be changed, then It may or mayn't work properly.
I hope you are getting my concern.
Thanks