AndrewMozley
Programmer
A form lets the user enters the details of a sales invoice : Header information such as customer account, reference, delivery address; and Line details (Qty, product, price, description &c) - these are entered into a grid.
When all the details have been entered, the invoice can be output (to printer, pdf or screen) using the REPORT FORM command.
Is it possible to show an image of the invoice as it developed – perhaps on the RHS of the screen? This feature is required because some of the detail lines may invoke formatting of the lines which cannot easily be shown on the grid being used for data entry.
This can be achieved up to a point by letting the user invoke the REPORT FORM . . . PREVIEW WINDOW. But in order to let the user continue entering data into the grid, he has to press Esc, whereupon the preview window closes, and focus returns to the data entry grid.
Is there a way of keeping a report preview up on the screen, and letting it be refreshed with some command as each new line on the grid is entered or altered.
Thank you
When all the details have been entered, the invoice can be output (to printer, pdf or screen) using the REPORT FORM command.
Is it possible to show an image of the invoice as it developed – perhaps on the RHS of the screen? This feature is required because some of the detail lines may invoke formatting of the lines which cannot easily be shown on the grid being used for data entry.
This can be achieved up to a point by letting the user invoke the REPORT FORM . . . PREVIEW WINDOW. But in order to let the user continue entering data into the grid, he has to press Esc, whereupon the preview window closes, and focus returns to the data entry grid.
Is there a way of keeping a report preview up on the screen, and letting it be refreshed with some command as each new line on the grid is entered or altered.
Thank you