-
Using grid
Hi all,
I'm looking after information.
The goal is to add, update and delete rows and cells into a flexgrid
without using external textboxes for adding.
Maybe it's not a good idea entering data directly so just tell me why.
Take a look at MSACCESS that's the kind of grid i wish.
Can this be done in VB6, ADO database ?
The form should creates an invoice table.
thanx for the help
greetings from belgium
Ray
-
Re: Using grid
Hi marex,
check link in my signature - you may get some idea.
-
Re: Using grid
Thnx for your reply.
I looked at your flexgrid link, but that code i already now.
I wrote a working grid by filling textboxes and then adding the textboxes to the grid.
Users ask me to get rid of the textboxes and work directly on the grid.
The problem is not adding or updating but deleting rows because the table must follow the grid.
I wanna use the vbkeydelete but that isn't working properly.
Selecting the row and then press the del key on the keyboard isn't always working. It depends on which del key the user presses.
Maybe anyone has a piece of code to show me how to do it.
grtz
Ray