|
web
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
How to Insert field and value into another gridI 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!!! 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!!! > 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!!! > > 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!!! >> > > |
|||||||||||||||||||||||