Click here to Skip to main content
15,890,186 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: Reports Pin
Eddy Vluggen22-Mar-09 22:57
professionalEddy Vluggen22-Mar-09 22:57 
GeneralRe: Reports Pin
Stephen Lintott22-Mar-09 23:14
Stephen Lintott22-Mar-09 23:14 
GeneralRe: Reports Pin
Eddy Vluggen22-Mar-09 23:32
professionalEddy Vluggen22-Mar-09 23:32 
GeneralRe: Reports Pin
Stephen Lintott22-Mar-09 23:37
Stephen Lintott22-Mar-09 23:37 
GeneralRe: Reports Pin
Eddy Vluggen22-Mar-09 23:44
professionalEddy Vluggen22-Mar-09 23:44 
GeneralRe: Reports Pin
Stephen Lintott22-Mar-09 23:47
Stephen Lintott22-Mar-09 23:47 
QuestionHow do I automate a list control whenever the underlying table has an insert? Pin
Robin Kershaw22-Mar-09 18:28
Robin Kershaw22-Mar-09 18:28 
AnswerRe: How do I automate a list control whenever the underlying table has an insert? Pin
Eddy Vluggen22-Mar-09 22:40
professionalEddy Vluggen22-Mar-09 22:40 
Meaning that there is a table in your database, and you want the screen to automatically update when the table in your database changes?

A simple method would be to add a datetime-stamp to each record you insert, and doing a SELECT MAX(lastwritedate) every minute or so. That would give you the date/time that the last record was modified Smile | :)

I are troll Smile | :)

GeneralRe: How do I automate a list control whenever the underlying table has an insert? Pin
Robin Kershaw23-Mar-09 3:37
Robin Kershaw23-Mar-09 3:37 
GeneralRe: How do I automate a list control whenever the underlying table has an insert? Pin
Dave Kreskowiak23-Mar-09 3:44
mveDave Kreskowiak23-Mar-09 3:44 
GeneralRe: How do I automate a list control whenever the underlying table has an insert? [modified] Pin
Eddy Vluggen23-Mar-09 3:49
professionalEddy Vluggen23-Mar-09 3:49 
QuestionConvert Date to Integer Pin
C#Coudou22-Mar-09 17:50
C#Coudou22-Mar-09 17:50 
AnswerRe: Convert Date to Integer Pin
Christian Graus22-Mar-09 20:09
protectorChristian Graus22-Mar-09 20:09 
GeneralRe: Convert Date to Integer Pin
C#Coudou22-Mar-09 20:35
C#Coudou22-Mar-09 20:35 
GeneralRe: Convert Date to Integer Pin
Christian Graus22-Mar-09 20:42
protectorChristian Graus22-Mar-09 20:42 
GeneralRe: Convert Date to Integer Pin
C#Coudou22-Mar-09 21:20
C#Coudou22-Mar-09 21:20 
GeneralRe: Convert Date to Integer Pin
Christian Graus22-Mar-09 21:53
protectorChristian Graus22-Mar-09 21:53 
Questiondatabase connection dotnet with access Pin
hari Rayala22-Mar-09 8:32
hari Rayala22-Mar-09 8:32 
AnswerRe: database connection dotnet with access Pin
DaveAuld22-Mar-09 8:39
professionalDaveAuld22-Mar-09 8:39 
AnswerRe: database connection dotnet with access Pin
dan!sh 22-Mar-09 9:19
professional dan!sh 22-Mar-09 9:19 
QuestionProblem related to sorting of Listview Pin
nazimghori22-Mar-09 8:15
nazimghori22-Mar-09 8:15 
AnswerRe: Problem related to sorting of Listview Pin
DaveAuld22-Mar-09 8:48
professionalDaveAuld22-Mar-09 8:48 
QuestionReading Time Pin
Gary M22-Mar-09 3:47
Gary M22-Mar-09 3:47 
AnswerRe: Reading Time Pin
George B Gilbert22-Mar-09 5:30
George B Gilbert22-Mar-09 5:30 
GeneralRe: Reading Time Pin
Gary M22-Mar-09 6:46
Gary M22-Mar-09 6:46 

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.