Click here to Skip to main content
15,904,023 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: search items in Datagridview Pin
DaveAuld25-Jun-10 3:05
professionalDaveAuld25-Jun-10 3:05 
AnswerRe: search items in Datagridview Pin
Luc Pattyn25-Jun-10 2:06
sitebuilderLuc Pattyn25-Jun-10 2:06 
GeneralRe: search items in Datagridview Pin
zafax_25-Jun-10 2:39
zafax_25-Jun-10 2:39 
AnswerRe: search items in Datagridview Pin
riced25-Jun-10 2:12
riced25-Jun-10 2:12 
AnswerRe: search items in Datagridview Pin
Аslam Iqbal12-Jul-10 12:20
professionalАslam Iqbal12-Jul-10 12:20 
QuestionDo I need to redesign project tables? Pin
lemarshall24-Jun-10 16:26
lemarshall24-Jun-10 16:26 
Answerwrong forum Pin
Luc Pattyn25-Jun-10 2:08
sitebuilderLuc Pattyn25-Jun-10 2:08 
AnswerRe: Do I need to redesign project tables? Pin
David Mujica25-Jun-10 5:31
David Mujica25-Jun-10 5:31 
Hmmm ... interesting problem.

Let me offer another view of the situation.

If you create a simple table with:
DateTimeStamp, Status, FromLoc, FromType, ToLoc, ToType
(You can use the status to be: Requested, In-Transit, Complete)

Then you can create 2 other tables:

Locations: (LocID, Description)
MatTypes: (MatID, Description)

With this design, you should be able to answer queries like:
"Which material needs to move from Storage to Well #1 today ?"
"What materials have arrived in Storage over the past week ?"
"What are all the materials that are currently in transit ?"

I'm sure I haven't considered everything, but you should get the idea.

Hope this helps.
David
GeneralRe: Do I need to redesign project tables? [modified] Pin
lemarshall25-Jun-10 15:41
lemarshall25-Jun-10 15:41 
QuestionDetermine what device is connect to a com port Pin
Dominick Marciano24-Jun-10 12:33
professionalDominick Marciano24-Jun-10 12:33 
AnswerRe: Determine what device is connect to a com port Pin
Luc Pattyn24-Jun-10 13:00
sitebuilderLuc Pattyn24-Jun-10 13:00 
GeneralRe: Determine what device is connect to a com port Pin
Dominick Marciano24-Jun-10 13:22
professionalDominick Marciano24-Jun-10 13:22 
GeneralRe: Determine what device is connect to a com port Pin
Luc Pattyn24-Jun-10 14:09
sitebuilderLuc Pattyn24-Jun-10 14:09 
QuestionHow to pass values from one window form to another using vb.net Pin
.NetDeveloper0924-Jun-10 11:03
.NetDeveloper0924-Jun-10 11:03 
AnswerRe: How to pass values from one window form to another using vb.net Pin
Wayne Gaylard24-Jun-10 22:03
professionalWayne Gaylard24-Jun-10 22:03 
QuestionRe: How to create a setup file Pin
.NetDeveloper091-Jul-10 21:39
.NetDeveloper091-Jul-10 21:39 
AnswerRe: How to create a setup file Pin
Wayne Gaylard2-Jul-10 0:25
professionalWayne Gaylard2-Jul-10 0:25 
GeneralRe: How to create a setup file Pin
.NetDeveloper092-Jul-10 9:03
.NetDeveloper092-Jul-10 9:03 
Questionshow/hide least significant bits in a bitmap Pin
craig777724-Jun-10 5:41
craig777724-Jun-10 5:41 
AnswerRe: show/hide least significant bits in a bitmap Pin
Luc Pattyn24-Jun-10 6:23
sitebuilderLuc Pattyn24-Jun-10 6:23 
GeneralRe: show/hide least significant bits in a bitmap Pin
craig777724-Jun-10 12:14
craig777724-Jun-10 12:14 
GeneralRe: show/hide least significant bits in a bitmap [modified] Pin
Luc Pattyn24-Jun-10 12:35
sitebuilderLuc Pattyn24-Jun-10 12:35 
GeneralRe: show/hide least significant bits in a bitmap [modified] Pin
craig777725-Jun-10 6:59
craig777725-Jun-10 6:59 
QuestionConnect to Remote Server Database from Local Machine Pin
Paul McGann24-Jun-10 3:47
professionalPaul McGann24-Jun-10 3:47 
AnswerRe: Connect to Remote Server Database from Local Machine Pin
Steven J Jowett24-Jun-10 4:09
Steven J Jowett24-Jun-10 4:09 

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.