- Code: Select all Expand view
DEFINE DIALOG oDlg;
SIZE 750, 500
@ 1, 1 GRAPH oGraph;
SIZE 350, 200;
TYPE nType;
@ 15,14 say alltrim(mcompname)+"-"+cTitle
@ 0,01 Button "Print" action (oDlg:print())
ACTIVATE DIALOG oDlg;
CENTER
Item 2...
I use the oDlg:print() to print the graph. Is there a way to size the print and center it on the paper. Now is very small and in the left corner of the paper.