User Profile

Exporting via XML buffer


In table 1235:"XML Buffer" there's function AddGroupElement. This function should take a new parameter: ElementValue. This parameter should be used as 6th parameter in the call to Codeunit 1235"XML Buffer Writer", function InsertElement. This is very usable when making a groupElement WITH value...

Read more...
0 Comments

Read more...
0 Comments

Category: Development (1175)

STATUS DETAILS
Declined

By-reference parameter to inherit length-properties


A procedure may have parameter by reference.

In C/SIDE a text-parameter would inherit the length-property from the caller.


Example:

1 Declaring global var myGlobalText[33]

2 Declaring “myProcedure(VAR prmTextVariable[10])” (or whatever length, is any)

...

Read more...
0 Comments

Read more...
0 Comments

Category: Development (1175)

STATUS DETAILS
Needs Votes