Make a data block read only [message #361831] |
Fri, 28 November 2008 03:36  |
SUHAS22845
Messages: 51 Registered: August 2008 Location: BANGALORE
|
Member |

|
|
Hi,
Can any one please tell me how to make a data block read only, ie in a data block i have around 20 columns and i have to make this data block read only. can any one please help me out with this.
|
|
|
|
Re: Make a data block read only [message #362150 is a reply to message #361831] |
Mon, 01 December 2008 03:42  |
rajy_salim
Messages: 204 Registered: January 2008 Location: Beirut - Lebanon
|
Senior Member |
|
|
Are you fetching data to the data block when opening your form? Is any new insertion allowed?
If no insertion is allowed, then you have to take this case into consideration also, else, your datablock is no more "a read-only datablock".
Rajy
|
|
|