Click here to Skip to main content
15,890,282 members
Home / Discussions / Design and Architecture
   

Design and Architecture

 
GeneralRe: Unified System Security Design - Database / Code / Both! Pin
Jammer15-Feb-11 4:04
Jammer15-Feb-11 4:04 
QuestionIs MSMQ old school Pin
RobCroll1-Feb-11 0:08
RobCroll1-Feb-11 0:08 
AnswerRe: Is MSMQ old school Pin
Pete O'Hanlon1-Feb-11 0:14
mvePete O'Hanlon1-Feb-11 0:14 
QuestionDatabase UI Design Pin
Leslie Sanford29-Jan-11 8:33
Leslie Sanford29-Jan-11 8:33 
AnswerRe: Database UI Design Pin
Praveen Raghuvanshi30-Jan-11 5:47
professionalPraveen Raghuvanshi30-Jan-11 5:47 
AnswerRe: Database UI Design Pin
David Skelly31-Jan-11 2:39
David Skelly31-Jan-11 2:39 
AnswerRe: Database UI Design Pin
RobCroll1-Feb-11 0:04
RobCroll1-Feb-11 0:04 
AnswerRe: Database UI Design Pin
Eddy Vluggen4-Feb-11 11:21
professionalEddy Vluggen4-Feb-11 11:21 
Leslie Sanford wrote:
A customer calls to place an order, so the operator fires up the Create Order form to enter the data. On the form are the controls for entering the data, like textboxes, checkboxes, etc. Once the order info has been entered, the operator hits the Submit button, and the order is added to the Orders table.

However, the Orders table is an associative table, so the info for entering the customer ID as well as the product ID needs to be correct, i.e. the values entered into those fields need to correspond to an existing customer and product respectively.

Nice workflow. I'm imagining an MDI-app where the name of the current logged in user can be found somewhere near the edges. It's a three-step proces, so feels like a wizard. I'd generate the Sql, put it in a list, and on "Finish" execute all in a transaction, or roll back on error.

Page 1, customerselection page;
Input Textbox 1 - typing a partial name should update the grid below;
Input Textbox 2 - typing should update the grid based on soundex;
DataGridView - containing all the data relevant there, not looking much like a grid, and with full-row selection.

Next, Product registration
The exact same pattern again

Next, Order
The exact same pattern

Finnish

SQL
START TRANSACTION
COMMIT TRANSACTION

I are Troll Suspicious | :suss:

AnswerRe: Database UI Design Pin
nforlando2-Mar-11 3:26
nforlando2-Mar-11 3:26 
AnswerRe: Database UI Design Pin
Piccadilly Yum Yum3-Mar-11 2:36
Piccadilly Yum Yum3-Mar-11 2:36 
QuestionPOP3 Components Pin
Jammer28-Jan-11 0:42
Jammer28-Jan-11 0:42 
AnswerRe: POP3 Components Pin
phil.o28-Jan-11 2:38
professionalphil.o28-Jan-11 2:38 
JokeRe: POP3 Components Pin
Jammer28-Jan-11 3:33
Jammer28-Jan-11 3:33 
GeneralRe: POP3 Components Pin
phil.o28-Jan-11 4:06
professionalphil.o28-Jan-11 4:06 
AnswerRe: POP3 Components Pin
Hans Dietrich4-Feb-11 12:00
mentorHans Dietrich4-Feb-11 12:00 
AnswerRe: POP3 Components Pin
Jammer13-Feb-11 23:56
Jammer13-Feb-11 23:56 
GeneralRe: POP3 Components Pin
phil.o14-Feb-11 0:10
professionalphil.o14-Feb-11 0:10 
QuestionOO design: Copying data from class A to B Pin
Nilzor25-Jan-11 23:05
Nilzor25-Jan-11 23:05 
AnswerRe: OO design: Copying data from class A to B Pin
venomation26-Jan-11 1:03
venomation26-Jan-11 1:03 
GeneralRe: OO design: Copying data from class A to B Pin
Nilzor26-Jan-11 1:14
Nilzor26-Jan-11 1:14 
GeneralRe: OO design: Copying data from class A to B Pin
Keld Ølykke26-Feb-11 14:12
Keld Ølykke26-Feb-11 14:12 
GeneralRe: OO design: Copying data from class A to B Pin
Nilzor27-Feb-11 22:39
Nilzor27-Feb-11 22:39 
GeneralRe: OO design: Copying data from class A to B Pin
Keld Ølykke28-Feb-11 10:24
Keld Ølykke28-Feb-11 10:24 
AnswerRe: OO design: Copying data from class A to B Pin
Eddy Vluggen26-Jan-11 8:07
professionalEddy Vluggen26-Jan-11 8:07 
GeneralRe: OO design: Copying data from class A to B Pin
Nilzor26-Jan-11 21:02
Nilzor26-Jan-11 21:02 

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.