RE: Example of create
| Newsgroups | gmane.network.net-snmp.user |
|---|---|
| Message-ID | <[email protected]> |
Hi Dave, Many many thanks for your time . It is working fine again . Thanks, Somenath -----Original Message----- From: Dave Shield [mailto:[email protected]] Sent: Mon 2/20/2006 7:19 PM To: Somenath Pal (WT01 - Broadband Networks) Cc: [email protected] Subject: RE: Example of create On Mon, 2006-02-20 at 17:27 +0530, [email protected] wrote: > Using this helper can I restrict user to create entry befor set ?. > I mean user should create row first then only he can change the > values of column of particular row. Ummm.... Try deleting the 'allow_creation' line. That enables the user to create rows automatically, simply by assigning to them. Without this flag set, rows will have to be set up explicitly using createAndGo, or createAndWait. Dave