Hi all,
I have some questions. Any help will be appreciated!!
1)How can you call a report in the middle of a transaction?
2)I want to import data 1000 from a file, my internal variable type is integer. If textmode(true), how many bytes does it takes place? And what if textmode(false), how many bytes does it takes place? and why?
3)What kind of tables include one to one relationship?And how can I name the table?
Thanks a lot.
0
Comments
When TEXTMODE is FALSE, the read will read the next 4 bytes from the file (a C/AL Integer is 32 bits), and store them directly into the integer variable.
3) I'm sorry, but I don't fully understand your third question. Can you provide a little more detail?
And for the other question, for example;
The Item Vendor table is subsidiary table, there is 1(Vendor) to n(Item) relation. My question is if there is one to one relation?? What is the table type, and how can you name the table?