Login
`
Templates, Tools and Utilities
|
||
Add a comment to an Icetips ArticlePlease add your comments to this article.
Please note that you must provide both a name and a valid email address in order
for us to publish your comment. Comments are moderated and are not visible until they have been approved. Spam is never approved!
Back to article list Search Articles Add Comment Printer friendly Direct link ABC: Disable update buttons 1998-07-16 -- Kevin B. Erskine Newsgroups: topspeed.products.c4
>What code and what embed do I need to use to make sure there is
>no way a user can insert, change, or delete an item? I want to make sure
>there are no loop holes. Any help would be appreciated.
Since you didn't state your version -- I use C4 so Here is the C4
solution....
INIT method, near LAST
BRW15.InsertControl=0
BRW15.ChangeControl=0
BRW15.DeleteControl=0
Will turn off the controls you don;t want to allow and they will not appear
in the popup menu from right clicking..
Kevin Erskine
Today is November 21, 2024, 7:28 am This article has been viewed 35386 times. Google search has resulted in 13 hits on this article since January 25, 2004.
|
|