datagrid click in cell

S

Saladin

Hello

Trying to make winform which includes datagrid ...

1) Customer wants to be able to click on particular dg cell which will open
another form and copy the value to a textbox. Something to do with 'e' I
think!

2) Also need to be able to type quantity (number) directly into cell which
will change associated Jet db field value. So how can I identify cell and
update db with new value please?

Can these be done with standard dbgrid (do I need to make each cell a
textbox?), or do I need to find an ActiveX spreadsheet? Any on-line refs I
can look at which will help?

Thx
Graeme
 
C

Cor Ligthert

Saladin,

Yes it can all be done, however in my opinion needs it that you search on
MSDN for some samples. There are a lot. Now you are asking of elementary
questions, for which are a lot answers on MSDN.

msdn.microsoft.com

Cor
 
S

Saladin

thx Cor. But information overload! I can see I'll need to spend many more
hours trying to find info on my 2 issues. Anyone point me to specific links
which might help, please???
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top