`
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 Printed November 23, 2024, 2:13 am This article has been viewed/printed 35388 times. Google search has resulted in 13 hits on this article since January 25, 2004. |