Click here to Skip to main content
15,900,108 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: How to run an .exe app from within a function Pin
RichardGrimmer13-Mar-03 23:50
RichardGrimmer13-Mar-03 23:50 
GeneralDataGrid BUG? I'm a newbie Pin
Mike Murphy27-Feb-03 4:26
Mike Murphy27-Feb-03 4:26 
GeneralRe: DataGrid BUG? I'm a newbie Pin
Daniel Turini27-Feb-03 9:25
Daniel Turini27-Feb-03 9:25 
GeneralRe: DataGrid BUG? I'm a newbie Pin
Mike Murphy28-Feb-03 6:04
Mike Murphy28-Feb-03 6:04 
GeneralListView Pin
Fleischen27-Feb-03 3:13
Fleischen27-Feb-03 3:13 
GeneralRe: ListView Pin
Jerome Conus27-Feb-03 20:14
Jerome Conus27-Feb-03 20:14 
GeneralAssigning date in VB for Access database Pin
nitingonsalves27-Feb-03 2:48
nitingonsalves27-Feb-03 2:48 
GeneralRe: Assigning date in VB for Access database Pin
lagbolt27-Feb-03 20:50
lagbolt27-Feb-03 20:50 
try...

Dim strLinkCriteria as String

strLinkCriteria = "MyDate = #" & Me.ctlWhatever & "#"

the principle being that 1) any string that can be evaluated as a date, and 2) is enclosed in #'s, will 3) be evaluated as a date, so if Me.ctlWhatever.Value = "2/28/03" then...

strLinkCriteria = "MyDate = #2/28/03#" 'm/d/yy

Sleepy | :zzz:

no matter where you go, there you are
Generalform unload Pin
r i s h a b h s26-Feb-03 23:44
r i s h a b h s26-Feb-03 23:44 
GeneralRe: form unload Pin
Jerome Conus27-Feb-03 20:23
Jerome Conus27-Feb-03 20:23 
Generalinstance checking Pin
r i s h a b h s26-Feb-03 18:34
r i s h a b h s26-Feb-03 18:34 
GeneralReturning more than 1 value from a function Pin
xBlitzerx26-Feb-03 13:48
xBlitzerx26-Feb-03 13:48 
GeneralRe: Returning more than 1 value from a function Pin
Ray Cassick26-Feb-03 15:54
Ray Cassick26-Feb-03 15:54 
GeneralRe: Returning more than 1 value from a function Pin
xBlitzerx27-Feb-03 15:27
xBlitzerx27-Feb-03 15:27 
QuestionHow to assign a date to a date object Pin
nitingonsalves26-Feb-03 9:35
nitingonsalves26-Feb-03 9:35 
AnswerRe: How to assign a date to a date object Pin
Hesham Amin26-Feb-03 22:16
Hesham Amin26-Feb-03 22:16 
GeneralToolbox items grayed out Pin
snaayk26-Feb-03 8:00
snaayk26-Feb-03 8:00 
GeneralRe: Toolbox items grayed out Pin
Hesham Amin26-Feb-03 22:20
Hesham Amin26-Feb-03 22:20 
GeneralRe: Toolbox items grayed out Pin
snaayk27-Feb-03 1:41
snaayk27-Feb-03 1:41 
GeneralUse of apostrophe in string Pin
mcm26-Feb-03 4:43
mcm26-Feb-03 4:43 
GeneralRe: Use of apostrophe in string Pin
paul_b26-Feb-03 4:53
paul_b26-Feb-03 4:53 
GeneralRe: Use of apostrophe in string Pin
Brian Lehmann3-Mar-03 10:22
Brian Lehmann3-Mar-03 10:22 
GeneralRe: Use of apostrophe in string Pin
RichardGrimmer13-Mar-03 23:54
RichardGrimmer13-Mar-03 23:54 
GeneralProblems deploying app Pin
paul_b26-Feb-03 4:32
paul_b26-Feb-03 4:32 
General"Operation not allowed when object is open" Pin
mcm26-Feb-03 4:21
mcm26-Feb-03 4:21 

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.