Diana Bliss

How do you Disable "Download to Excel" Functionality on the Query Results Page

We created a query that users can exceute through a page, when the results appear there is a function that says Download to Excel. We would like to disable this fuctionality so the user cannot download the results and print out because it contains PII data.

Views: 10

Attachments:

Reply to This

Replies to This Discussion

In QRY_SELECT.Activate Page PeopleCode, the following code could be commented out and this would disable download to Excel for everyone...

/*** If &bRunExcel = False Then ***/
/* ICE ReportID:739008000 */
&rRecord.QRYRUNEXCEL.Visible = False;
/*** End-If; ***/

...otherwise, it seems that only when Queries are read, only is the "Run to Excel"/"Download to Excel" disabled.

RSS

© 2012   Created by PSoftPros.

Badges  |  Report an Issue  |  Terms of Service