Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

can you make a grid read-only to the user but...

Status
Not open for further replies.

tristero

Programmer
Jan 24, 2003
95
US
not read-ony to the form/app?

i want to be able to have my form change values in a table/grid programatically (on Command.Click() events) , without the user being able to actually edit the values in the grid manually. is this possible? thanks.
 
Yes.

Have the ReadOnly property set to .t.

And programmatically, you can alter the records for the grid.

Ali Koumaiha
TeknoSoft Inc
Farmington Hills, Michigan
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top