Todays testing shows a bug when using a grids Search before exporting to pdf.
- whole table shown in the grid -> Export2PDF works
- using the search, to show only a part of the grid, search works, Export2PDF returns a blank file.
BR
Eric
P.S.: Had the problem with the blank pdf in another form too. Even when the seach was not used, but here I changed the Select-statement in the OnScriptInit-event to show only a part of the table. So I think the problem is NOT the Seach, but the where-clause of the Select-statement. BTW, changing the sorting order of the grid is working, as long as the where clause is not touched.