Click here to Skip to main content
15,891,184 members
Home / Discussions / Windows Forms
   

Windows Forms

 
AnswerRe: what a good software Pin
Mycroft Holmes27-Jul-09 17:42
professionalMycroft Holmes27-Jul-09 17:42 
Question? SET PASSWORD THROUGH CODE in Connectionstring Pin
Kutbi Naharpura27-Jul-09 4:44
Kutbi Naharpura27-Jul-09 4:44 
AnswerRe: ? SET PASSWORD THROUGH CODE in Connectionstring Pin
Sk9328-Jul-09 0:31
Sk9328-Jul-09 0:31 
QuestionDataGridView ComboBox VB.Net Pin
KiwiDanChCh26-Jul-09 22:53
KiwiDanChCh26-Jul-09 22:53 
AnswerRe: DataGridView ComboBox VB.Net Pin
Henry Minute27-Jul-09 10:06
Henry Minute27-Jul-09 10:06 
GeneralRe: DataGridView ComboBox VB.Net Pin
KiwiDanChCh27-Jul-09 20:11
KiwiDanChCh27-Jul-09 20:11 
GeneralRe: DataGridView ComboBox VB.Net Pin
Henry Minute27-Jul-09 23:57
Henry Minute27-Jul-09 23:57 
GeneralRe: DataGridView ComboBox VB.Net Pin
KiwiDanChCh28-Jul-09 7:32
KiwiDanChCh28-Jul-09 7:32 
Hi Henry,
Thanks for you replys Smile | :) , the design I am trying to implement is the same type of ordering entry system as MYOB Accounting, Microsoft Office Accounting and many others, . . I'm only including minimal infomation regarding this to avoid confusion, and to avoid over complicating my question, . . I will try explain it another way Smile | :)

These are the items in the DataGridView (CODE, DESCRIPTION, PRICE)
(There are more e.g. qty, tax etc.. however once I figure out how to do it with one column the rest will be easy, so no need to over complicate things)

--------------------------------------
CODE | DESCRIPTION | PRICE <--DataGridView Column Headers
--------------------------------------
______|v|_____________________________

^
|
The 'CODE' Column is a ComboBox populated with Item/Product Codes (read from a database (tbl_products))

When the user selects a 'product code' from the combo box the Description & Price cells are automatically populated with the relevant infomation, and a new blank row added to the DataGridView to allow another line for this order to be added

--------------------------------------
CODE | DESCRIPTION | PRICE
--------------------------------------
ITM001|v| Item 01 Misc | $100.00 <--- The user selected (ITM001) From the product code
______|v|_____________________________ <- The Description (Item 01 Misc) and price ($100) was auto-
| matically added to the remaining cells (This was read from
| infomation in a database (tbl_products))
|
|
Once an item has been added to the datagridview
a new (empty) line will be added to the datagridview
to allow users to add multiple items/products to a
single order.

The reason for implementing this type of data entry, is to allow the user to add as many (or as little) items to 1 order as needed, also with the infomation (DESCRIPTION & PRICE) being automatically inserted, this will create minimal errors and countless hours typing descriptions and prices (as anyone who has done data entry knows can be painfully annoying Big Grin | :-D )

I hope this explains what I am trying to acomplish. If you need any insight to what I am trying to do Microsoft Office Accounting has an order entry system that does exactly what I am trying to acomplish.

I have included a link ^]">here to a screenshot of a quote entry form in MOA (Microsoft Office Accouting) I hope this will be useful.

Thank you for your replys, . . I apologise for my lack of explaination (and rather lengthy reply :-P) I hope this helps.

Many thanks
General[Message Deleted] Pin
KiwiDanChCh28-Jul-09 7:35
KiwiDanChCh28-Jul-09 7:35 
GeneralRe: DataGridView ComboBox VB.Net (Explaination) Pin
KiwiDanChCh28-Jul-09 7:45
KiwiDanChCh28-Jul-09 7:45 
GeneralRe: DataGridView ComboBox VB.Net (Explaination) Pin
Henry Minute28-Jul-09 7:46
Henry Minute28-Jul-09 7:46 
GeneralRe: DataGridView ComboBox VB.Net (Explaination) Pin
KiwiDanChCh28-Jul-09 7:50
KiwiDanChCh28-Jul-09 7:50 
GeneralRe: DataGridView ComboBox VB.Net (Explaination) Pin
Henry Minute28-Jul-09 8:32
Henry Minute28-Jul-09 8:32 
GeneralRe: DataGridView ComboBox VB.Net (Explaination) Pin
KiwiDanChCh28-Jul-09 8:41
KiwiDanChCh28-Jul-09 8:41 
GeneralRe: DataGridView ComboBox VB.Net (Explaination) Pin
Henry Minute28-Jul-09 8:47
Henry Minute28-Jul-09 8:47 
GeneralRe: DataGridView ComboBox VB.Net (Explaination) Pin
KiwiDanChCh28-Jul-09 8:53
KiwiDanChCh28-Jul-09 8:53 
GeneralRe: DataGridView ComboBox VB.Net (Explaination) Pin
Henry Minute28-Jul-09 8:55
Henry Minute28-Jul-09 8:55 
GeneralRe: DataGridView ComboBox VB.Net (Explaination) Pin
KiwiDanChCh29-Jul-09 0:05
KiwiDanChCh29-Jul-09 0:05 
GeneralRe: DataGridView ComboBox VB.Net (Explaination) Pin
KiwiDanChCh28-Jul-09 11:24
KiwiDanChCh28-Jul-09 11:24 
GeneralRe: DataGridView ComboBox VB.Net (Explaination) Pin
Henry Minute29-Jul-09 5:18
Henry Minute29-Jul-09 5:18 
GeneralRe: DataGridView ComboBox VB.Net (Explaination) Pin
KiwiDanChCh29-Jul-09 7:14
KiwiDanChCh29-Jul-09 7:14 
GeneralRe: DataGridView ComboBox VB.Net (Explaination) Pin
KiwiDanChCh1-Aug-09 18:52
KiwiDanChCh1-Aug-09 18:52 
GeneralRe: DataGridView ComboBox VB.Net (Explaination) Pin
Henry Minute2-Aug-09 4:49
Henry Minute2-Aug-09 4:49 
QuestionImplementing a Read-Only 'File Open' or 'File Save' Common Dialog [modified] Pin
easy games26-Jul-09 2:58
easy games26-Jul-09 2:58 
AnswerRe: Implementing a Read-Only 'File Open' or 'File Save' Common Dialog Pin
Mike Ellison27-Jul-09 2:33
Mike Ellison27-Jul-09 2:33 

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.