TMSFMXGridPrintPreviewDialog1.Execute;
Sorry I meant to write::-
Using Android device Nexus 7, and Android version 4.2.1
When calling:-
TMSFMXGridPrintPreviewDialog1.Execute;
I get error:-
"ShowModal not implemented on this platform"
What do I need to code to get the print preview working on Android?
Regards,
Peter Evans
The print preview dialog is a modal form and modal forms are not supported on Android. The print preview dialog is only supported on desktop operating systems.
Oh, is this mentioned in the manual somewhere?