Friday, April 13, 2012

stop inserting grid rows Using PeopleCode


You can do the following to stop inserting grid rows via people code. This should work in a RowInsert event.
&Rowset.InsertEnabled = False;

No comments:

Post a Comment

Phaniraavi@gmail.com