Click to See Complete Forum and Search --> : Grid


Lynn
October 12th, 1999, 09:17 AM
Hi, is there a way to directly edit values in a MSHFlexgrid or MSFlexgrid?

Dr_Michael
October 12th, 1999, 09:25 AM
Check the sample that comes with vb about editing in flexgrid cells, but because I had experience with that, I recommend you to use DBgrid in unbound mode...
If you need more help on that tell me to post here a lot of code on that (section of my postgraduate project) :-)

Michael Vlastos
Automation Engineer
Company Modus SA
Development Department
Athens, Greece

Lothar Haensler
October 12th, 1999, 09:50 AM
I agree, I'd also use the DBGrid instead of the other grids. Although NOT in unbound mode. IMHO that's way too much work.
I'd use bound mode (and maybe stand-alone ADO-recordsets).