Click here to Skip to main content
15,892,005 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: File read and write as a stream Pin
EliottA11-Nov-09 8:42
EliottA11-Nov-09 8:42 
AnswerRe: File read and write as a stream Pin
Christian Graus11-Nov-09 9:44
protectorChristian Graus11-Nov-09 9:44 
GeneralRe: File read and write as a stream Pin
Smithers-Jones12-Nov-09 2:46
Smithers-Jones12-Nov-09 2:46 
GeneralRe: File read and write as a stream Pin
Praveen Thankappan12-Nov-09 7:02
Praveen Thankappan12-Nov-09 7:02 
QuestionAccess level and user right Pin
waner michaud11-Nov-09 7:20
waner michaud11-Nov-09 7:20 
AnswerRe: Access level and user right Pin
Dave Kreskowiak11-Nov-09 7:32
mveDave Kreskowiak11-Nov-09 7:32 
GeneralRe: Access level and user right Pin
waner michaud11-Nov-09 8:26
waner michaud11-Nov-09 8:26 
GeneralRe: Access level and user right Pin
_Damian S_11-Nov-09 13:29
professional_Damian S_11-Nov-09 13:29 
At some point you need to have a link between user and investigator... the simplest way would be for the UserID to be included in the Investigator table (making Investigator basically a special kind of user).

When you open the case form, simply have a check similar to this pseudo code:

if USER IS MANAGER then
  select all items from case table joined to investigator and user tables (to get the rest of the details)

else if USER IS INVESTIGATOR then
  select items from case table joined to investigator and user tables (to get the rest of the details)
  where USERID = LOGGED IN USERID

else
  put code to handle the default situation here

end if



QuestionConvert Column from Float to Double Datatype. Pin
jeshra27911-Nov-09 5:36
jeshra27911-Nov-09 5:36 
AnswerRe: Convert Column from Float to Double Datatype. Pin
John M Bundy11-Nov-09 5:57
John M Bundy11-Nov-09 5:57 
GeneralRe: Convert Column from Float to Double Datatype. Pin
jeshra27911-Nov-09 5:59
jeshra27911-Nov-09 5:59 
GeneralRe: Convert Column from Float to Double Datatype. Pin
Dave Kreskowiak11-Nov-09 7:29
mveDave Kreskowiak11-Nov-09 7:29 
QuestionVariant type in VB.NET? Pin
Xiangyang Liu 刘向阳11-Nov-09 2:33
Xiangyang Liu 刘向阳11-Nov-09 2:33 
AnswerRe: Variant type in VB.NET? [modified] Pin
The Man from U.N.C.L.E.11-Nov-09 3:04
The Man from U.N.C.L.E.11-Nov-09 3:04 
GeneralRe: Variant type in VB.NET? Pin
Xiangyang Liu 刘向阳12-Nov-09 2:33
Xiangyang Liu 刘向阳12-Nov-09 2:33 
QuestionInsert/Update statement Pin
shefa' isied11-Nov-09 1:45
shefa' isied11-Nov-09 1:45 
AnswerRe: Insert/Update statement Pin
Thomas Krojer11-Nov-09 1:53
Thomas Krojer11-Nov-09 1:53 
GeneralRe: Insert/Update statement Pin
shefa' isied11-Nov-09 1:59
shefa' isied11-Nov-09 1:59 
AnswerRe: Insert/Update statement Pin
John M Bundy11-Nov-09 2:25
John M Bundy11-Nov-09 2:25 
AnswerRe: Insert/Update statement Pin
Dave Kreskowiak11-Nov-09 7:25
mveDave Kreskowiak11-Nov-09 7:25 
AnswerRe: Insert/Update statement Pin
Shameel11-Nov-09 23:10
professionalShameel11-Nov-09 23:10 
GeneralRe: Insert/Update statement Pin
loyal ginger17-Nov-09 6:12
loyal ginger17-Nov-09 6:12 
GeneralRe: Insert/Update statement Pin
Shameel17-Nov-09 7:45
professionalShameel17-Nov-09 7:45 
QuestionInsert formula into a vairable range of cells in Excel from VB Pin
nhsal6911-Nov-09 1:22
nhsal6911-Nov-09 1:22 
AnswerRe: Insert formula into a vairable range of cells in Excel from VB Pin
John M Bundy11-Nov-09 2:36
John M Bundy11-Nov-09 2:36 

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.