Home
|
Forums
|
Contact
|
Search
|
Syndication
[login]
[create account]
Sunday, June 29, 2025
slxdeveloper.com
Home
Search
Contact us
About slxdeveloper
Syndication
Community
Forums
(NEW!)
Newsletter Archive
Members
Your Profile
Submit Article
General
Administration
(6)
OLE DB Provider
Miscellaneous
(2)
Architect
VBScript
(9)
ActiveX Controls
(6)
How To's
(14)
.NET Extensions
(3)
External
OLE DB Provider
(12)
SLAPI (SlgxApi.dll)
SalesLogix COM
(1)
Web
ASP/ASP.NET
(2)
Web Services
Web Client
Downloads
Samples
(17)
Documentation
(7)
Utilities
(18)
Resources
SalesLogix
(3)
Programming
(1)
6/29/2025 6:32:20 PM
slxdeveloper.com Community Forums
The Forums on slxdeveloper.com are now retired. The forum archive will remain available for the time being. Thank you for your participation on slxdeveloper.com!
Web Forums - SalesLogix Web Platform & Application Architect
Forum to discuss the use of the SalesLogix Web Platform, Client and Customer Portals, and the Application Architect (
For version 7.2 and higher only
). View the
code of conduct
for posting guidelines.
Forums RSS Feed
Back to Forum List
|
Back to SalesLogix Web Platform & Application Architect
|
New Thread
View:
Dynamic
Flat
Tree
Search:
Author
Thread: Correct me if im wrong........
Andrew Grandin
Posts: 272
Correct me if im wrong........
Posted: 06 Aug 10 3:46 AM
Hi All, im looking into the possibility of preventing users from doing a 'Print Screen' in saleslogix to grab large amounts of information. In LAN there was a file menu item for print screen but i cant find any such option in Web.
As far i know the only way to do a print screen would be to either:
1. Use the PrtScn button on the keyboard
2. Use the IE File -> Print option
3. Right Click on a screen and choose print (which again is an IE menu)
I just wanted to make sure i was correct in saying that Saleslogix 7.5 web has no in-built 'Print Screen' option????
[
Reply
][
Quote
]
Phil Parkin
Posts: 819
Re: Correct me if im wrong........
Posted: 06 Aug 10 5:26 AM
There are also all sorts of third party bits of software that will do partial or full screen image captures. Unless your users are blocked from installing such apps you are not going to lock anything down. Some (eg Snipping Tool, OneNote) are MS tools which may already be in place.
[
Reply
][
Quote
]
Andrew James
Posts: 51
Re: Correct me if im wrong........
Posted: 06 Aug 10 5:35 AM
Here is the code we used
// if you use File - Print you get a blank page
style type="text/css" media="print">
body { visibility: hidden; display: none }
// Disables the clipboard
<script type="text/javascript">
function start() {
block = setInterval("window.clipboardData.setData('text','')", 20);
}
</script>
However we have noticed that if you have saleslogix open the clipboard can not be used by any other product
[
Reply
][
Quote
]
John Gundrum
Posts: 632
Re: Correct me if im wrong........
Posted: 06 Aug 10 10:17 AM
I'm not sure about the web version... Unless you've already disabled this - isn't the Export to Excel function more devastating than print screen?
Also, add in the fact that the company and it's employees probably have a non-compete and confidentiality in place (any business should) that each employee would have signed. I understand this doesn't prevent someone from taking customers with them (to a degree) and nothing you do will even prevent it ever from happening. Given the challenge, it might actually encourage the practice!
John
[
Reply
][
Quote
]
Page 1 of 1
You can subscribe to receive a daily forum digest in your
user profile
. View the site
code of conduct
for posting guidelines.
Forum RSS Feed
-
Subscribe to the forum RSS feed to keep on top of the latest forum activity!
slxdeveloper.com is brought to you courtesy of
Ryan Farley
&
Customer FX Corporation
.
This site, and all contents herein, are Copyright © 2025 Customer FX Corporation. The information and opinions expressed here are not endorsed by Sage Software.
code of conduct
|
page cache (param): 6/29/2025 6:44:04 PM