NetTalk Central

NetTalk Web Server => Web Server - Ask For Help => Topic started by: John Fligg on January 21, 2012, 06:05:22 PM

Title: How to print a report on a blank page
Post by: John Fligg on January 21, 2012, 06:05:22 PM
In my menu procedure I have an item that calls a report. On that item is a "target" property that allows me to set the target to _blank.

Now I have put a button against a browse and set that to call the report procedure. However there is no property for it to print the report on a  blank page. This of course is a web PDF report.

If I cannot set it in the actions how would I call a web report in code with a blank page with a parameter _blank?

Thanks

John
Title: Re: How to print a report on a blank page
Post by: terryd on January 21, 2012, 09:46:38 PM
John
I am assuming this is an inline browse button in which case on the onclick tab there is a Target Frame entry.
Title: Re: How to print a report on a blank page
Post by: John Fligg on January 22, 2012, 03:12:19 AM
I did try that but it did not work. Will check it out again.

Ah hah. It is the one on the General tab and not the On Click tab properties themselves.

Thanks

John