Home All Groups Group Topic Archive Search About

How to Insert field and value into another grid

Author
11 Dec 2006 5:05 PM
shookim
I don't care how one suggests I do it, but I've been searching for days
on how to implement this concept.  I'm trying to use some kind of grid
control (doesn't have to be a grid control, whatever works best) to
display a dropdown menu of fields populated from table tblInvoiceData.
This control also includes a textbox which the user can input a value.
These two columns are side by side and not in a vertical layout.

The user then clicks on the "add" button and that particular field and
value displays in a grid (can be this original grid or another), BUT,
does not update the database tables until the user finshes adding all
their fields and then clicks on the UPDATE button, at which point
updates tblInvoiceData for this particular clientID.

HELP!!!

Author
11 Dec 2006 6:43 PM
RobinS
Is it Windows forms or web forms? VB2003 or VB2005?

Robin S.
--------------------------------
<shoo***@gmail.com> wrote in message
Show quoteHide quote
news:1165856708.491566.4910@f1g2000cwa.googlegroups.com...
>I don't care how one suggests I do it, but I've been searching for days
> on how to implement this concept.  I'm trying to use some kind of grid
> control (doesn't have to be a grid control, whatever works best) to
> display a dropdown menu of fields populated from table tblInvoiceData.
> This control also includes a textbox which the user can input a value.
> These two columns are side by side and not in a vertical layout.
>
> The user then clicks on the "add" button and that particular field and
> value displays in a grid (can be this original grid or another), BUT,
> does not update the database tables until the user finshes adding all
> their fields and then clicks on the UPDATE button, at which point
> updates tblInvoiceData for this particular clientID.
>
> HELP!!!
>
Author
11 Dec 2006 7:02 PM
shookim
vb2003.

RobinS wrote:
Show quoteHide quote
> Is it Windows forms or web forms? VB2003 or VB2005?
>
> Robin S.
> --------------------------------
> <shoo***@gmail.com> wrote in message
> news:1165856708.491566.4910@f1g2000cwa.googlegroups.com...
> >I don't care how one suggests I do it, but I've been searching for days
> > on how to implement this concept.  I'm trying to use some kind of grid
> > control (doesn't have to be a grid control, whatever works best) to
> > display a dropdown menu of fields populated from table tblInvoiceData.
> > This control also includes a textbox which the user can input a value.
> > These two columns are side by side and not in a vertical layout.
> >
> > The user then clicks on the "add" button and that particular field and
> > value displays in a grid (can be this original grid or another), BUT,
> > does not update the database tables until the user finshes adding all
> > their fields and then clicks on the UPDATE button, at which point
> > updates tblInvoiceData for this particular clientID.
> >
> > HELP!!!
> >
Author
11 Dec 2006 7:08 PM
RobinS
See my response to your post when you posted this yet again,
also in this newsgroup.

Robin S.
-----------------------------------
<shoo***@gmail.com> wrote in message
Show quoteHide quote
news:1165863747.999591.223420@n67g2000cwd.googlegroups.com...
> vb2003.
>
> RobinS wrote:
>> Is it Windows forms or web forms? VB2003 or VB2005?
>>
>> Robin S.
>> --------------------------------
>> <shoo***@gmail.com> wrote in message
>> news:1165856708.491566.4910@f1g2000cwa.googlegroups.com...
>> >I don't care how one suggests I do it, but I've been searching for
>> >days
>> > on how to implement this concept.  I'm trying to use some kind of
>> > grid
>> > control (doesn't have to be a grid control, whatever works best) to
>> > display a dropdown menu of fields populated from table
>> > tblInvoiceData.
>> > This control also includes a textbox which the user can input a
>> > value.
>> > These two columns are side by side and not in a vertical layout.
>> >
>> > The user then clicks on the "add" button and that particular field
>> > and
>> > value displays in a grid (can be this original grid or another),
>> > BUT,
>> > does not update the database tables until the user finshes adding
>> > all
>> > their fields and then clicks on the UPDATE button, at which point
>> > updates tblInvoiceData for this particular clientID.
>> >
>> > HELP!!!
>> >
>