Hi, is there a way to directly edit values in a MSHFlexgrid or MSFlexgrid?
Printable View
Hi, is there a way to directly edit values in a MSHFlexgrid or MSFlexgrid?
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
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).