Print Preview

When one selects print preview from the file menu Servoy shows print previews for all data in the found set. It would be nice to have an option to only display a preview for the current record and this should be the default setting.

John McCann

It is possible to override onSelectPreview command on a form and do waht you want.

Thanks Jan. I would still consider changing the default for print preview to only print the current record.

John McCann

I strongly agree with John’s suggestion on this.

At the present time what is the best approach for creating a “Print Current Record” button?

Westy:
I strongly agree with John’s suggestion on this.

At the present time what is the best approach for creating a “Print Current Record” button?

Maybe using:

forms.test.controller.print(true)

:-)

Perfect! Thank you.