Click here to Skip to main content
15,909,205 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: RowChanged DataTable Event proplme Pin
Polymorpher19-Apr-07 16:25
Polymorpher19-Apr-07 16:25 
QuestionDLL Initialization Pin
Polymorpher19-Apr-07 12:16
Polymorpher19-Apr-07 12:16 
AnswerRe: DLL Initialization Pin
Dave Kreskowiak19-Apr-07 14:50
mveDave Kreskowiak19-Apr-07 14:50 
GeneralRe: DLL Initialization Pin
Polymorpher19-Apr-07 16:20
Polymorpher19-Apr-07 16:20 
GeneralRe: DLL Initialization Pin
KevinMac19-Apr-07 18:19
KevinMac19-Apr-07 18:19 
GeneralRe: DLL Initialization Pin
Polymorpher20-Apr-07 6:57
Polymorpher20-Apr-07 6:57 
QuestionApplication.ThreadException [modified] Pin
Polymorpher19-Apr-07 11:57
Polymorpher19-Apr-07 11:57 
QuestionAdd rows from one datagridview to another Pin
Hansduncan19-Apr-07 11:06
Hansduncan19-Apr-07 11:06 
I am building a windows app to that will keep track of customers, quotes, orders and so forth using VB in visual studio 2005.

I have a master-detail form that contains a Quoteheader and Quoteline datagridview that where the users can add products, price, number and so forth.

I have also created another form (product search) that enables users to easily filter and search for products to pick the product(s) they want to add to the quote using a checkbox that I added to each row in the grid. (The data for this datagridview is pulled from a seperate dataset based on a view that contains, among other things, the info I need to transfer to the quoteline datagridview).

Specifically I want to insert a new row in the Quoteline datagridview on the Quoteform where I automatically add the following field values (articleID, price per unit and costprice) from the product search datagridview to their respective column cells on the quoteline datagridview. It should insert a new row in the qoteline datagridview for each product that is selected using the checkbox on the product search form.

I would like some help and advice on how to best code this operation.
AnswerRe: Add rows from one datagridview to another Pin
dptalt20-Apr-07 2:39
dptalt20-Apr-07 2:39 
GeneralRe: Add rows from one datagridview to another Pin
Hansduncan20-Apr-07 20:47
Hansduncan20-Apr-07 20:47 
GeneralRe: Add rows from one datagridview to another Pin
dptalt23-Apr-07 2:32
dptalt23-Apr-07 2:32 
GeneralRe: Add rows from one datagridview to another Pin
Hansduncan23-Apr-07 2:51
Hansduncan23-Apr-07 2:51 
QuestionCancel Event Pin
dptalt19-Apr-07 10:30
dptalt19-Apr-07 10:30 
AnswerRe: Cancel Event Pin
nlarson117-May-07 7:41
nlarson117-May-07 7:41 
QuestionSerialNumber of an Xp Machine Pin
Thoombath19-Apr-07 10:26
Thoombath19-Apr-07 10:26 
AnswerRe: SerialNumber of an Xp Machine Pin
Dave Kreskowiak19-Apr-07 15:32
mveDave Kreskowiak19-Apr-07 15:32 
GeneralRe: SerialNumber of an Xp Machine Pin
Thoombath20-Apr-07 4:47
Thoombath20-Apr-07 4:47 
GeneralRe: SerialNumber of an Xp Machine Pin
Dave Kreskowiak20-Apr-07 4:52
mveDave Kreskowiak20-Apr-07 4:52 
GeneralRe: SerialNumber of an Xp Machine Pin
Thoombath20-Apr-07 5:41
Thoombath20-Apr-07 5:41 
GeneralRe: SerialNumber of an Xp Machine Pin
Dave Kreskowiak20-Apr-07 6:06
mveDave Kreskowiak20-Apr-07 6:06 
GeneralRe: SerialNumber of an Xp Machine Pin
Thoombath20-Apr-07 6:51
Thoombath20-Apr-07 6:51 
GeneralRe: SerialNumber of an Xp Machine Pin
Dave Kreskowiak20-Apr-07 7:10
mveDave Kreskowiak20-Apr-07 7:10 
GeneralRe: SerialNumber of an Xp Machine Pin
Thoombath20-Apr-07 8:15
Thoombath20-Apr-07 8:15 
GeneralRe: SerialNumber of an Xp Machine Pin
Dave Kreskowiak20-Apr-07 8:40
mveDave Kreskowiak20-Apr-07 8:40 
GeneralRe: SerialNumber of an Xp Machine Pin
Thoombath20-Apr-07 11:00
Thoombath20-Apr-07 11:00 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.