Jan K. van Dalen
|
| Posted: 10/30/2007, 9:20 AM |
|
Hi Everyone,
Is there a way to call a form in view only? IOW, I don't want the user edit
or delete the record.
|
|
|
 |
Jan K. van Dalen
|
| Posted: 10/30/2007, 1:31 PM |
|
Thanks !!!
"bedollandres" <bedollandres@forum.codecharge> wrote in message
news:64727975606971@news.codecharge.com...
> Use the Security Features and Disable de Update, Delete, Insert Buttons.
> or add
> a Beforeshow Event NameofForm.UpdateAllowed = False, etc.
> _________________
> bedollandres
> ---------------------------------------
> Sent from YesSoftware forum
> http://forums.codecharge.com/
>
|
|
|
 |
bedollandres
Posts: 48
|
| Posted: 10/30/2007, 1:43 PM |
|
Use the Security Features and Disable de Update, Delete, Insert Buttons. or add a Beforeshow Event NameofForm.UpdateAllowed = False, etc.
_________________
bedollandres |
 |
 |
|