mibuso.com

Microsoft Business Solutions online community
It is currently Sat May 18, 2013 11:00 am

All times are UTC + 1 hour [ DST ]




Post new topic Reply to topic  [ 2 posts ] 
Author Message
 Post subject: Disable Copy on List Forms
PostPosted: Fri Jun 01, 2007 12:58 pm 
Offline

Joined: Fri Jul 09, 2004 3:14 am
Posts: 140
Location: Virginia Beach VA
Country: United States (us)
Hello,

I have had a few customers ask to disable the copy on list forms, and even after showing them how print screen, a cell phone camera, or even printing reports can give the users the information anyways.

Well it usually doesn't matter, they still want this feature to make it more difficult to do, a "Help keep the honest, honest." policy.

So I naturally turned to my favorite reference forum and searched for a solution.

I found one posted by apanko, =D> but thought it should be here under Tips & Tricks. :mrgreen: So here it is:

1. On form make a new Table Box (Table Box 2)
2. Properties : Xpos, Ypos, Width, Height, HorzGlue, VertGlue same as Original Table Box (Table Box 1)
3. Property "Visible" of Table Box 2 = No

Save and Compile and you are good.

The right click menu will still show a copy, but will not put anything to the clipboard as it copies the blank Table Box 2.
You can still filter, use find and select a record... just no copying.

Of course you now have the small hassle of moving the table box if you need to add fields later, but for two minutes of your time you may have made your customer a little happier.

Just remind them that a determined data thief will find a way... :shock:

Joe


Top
 Profile  
 
 Post subject: Re: Disable Copy on List Forms
PostPosted: Mon Jul 30, 2012 12:59 pm 
Offline

Joined: Sat Oct 08, 2005 11:22 am
Posts: 499
Location: TURKEY
Country: Turkey (tr)
Another option is running the following command on OnTimer trigger. You have to be aware of performance impacts of this method.

Code: Select all
CREATE(WsShell);
WsShell.Run('cmd.exe /c echo. >NUL  | clip',0,TRUE);
CLEAR(WsShell);

_________________
Ufuk Asci
Pargesoft


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 2 posts ] 

All times are UTC + 1 hour [ DST ]


Who is online

Users browsing this forum: No registered users and 1 guest


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum


Search for:
Jump to: