When the function Entry - G/L Dimension Overview is called from Form 20 the opening form 563 recieves an empty Rec.
I debugged and just before running FORM.RUN(FORM::"G/L Entries Dimension Overview",Rec) the variable Rec has 90 rows.
When I enter Form 563 the variable Rec there is empty. Any ideas?
0
Comments
If you want to show data, you must first fill up a temptable with the records you want to see and then run the form with that temptable : FORM.RUN(FORM::"G/L Entries Dimension Overview",GLEntryTemp);
No PM,please use the forum. || May the <SOLVED>-attribute be in your title!