Hi,
I need to show on the print form TabularRows. The button "print" ist in the document form.
Here is the code:
| Code | 
|---|
| &AtClient Procedure Print(Command) Spreadsheet = New SpreadsheetDocument; PrintAtServer(Spreadsheet); Spreadsheet.Show(); EndProcedure | 
and
 
     Maybe you can write how I should change the code?
 Maybe you can write how I should change the code?

