Click here to Skip to main content
15,885,737 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: get the value of a textbox with only its name as string Pin
robby19779-Apr-08 19:13
robby19779-Apr-08 19:13 
GeneralLooking for a Serial Ports library for VB 2003. Pin
loganj19999-Apr-08 10:46
loganj19999-Apr-08 10:46 
GeneralRe: Looking for a Serial Ports library for VB 2003. Pin
LloydA1119-Apr-08 12:32
LloydA1119-Apr-08 12:32 
GeneralRe: Looking for a Serial Ports library for VB 2003. Pin
Dave Kreskowiak9-Apr-08 13:24
mveDave Kreskowiak9-Apr-08 13:24 
Generalconvert a text file to hexa file Pin
maboelectro9-Apr-08 9:39
maboelectro9-Apr-08 9:39 
GeneralRe: convert a text file to hexa file Pin
Dave Kreskowiak9-Apr-08 10:30
mveDave Kreskowiak9-Apr-08 10:30 
GeneralRe: convert a text file to hexa file Pin
Christian Graus9-Apr-08 11:18
protectorChristian Graus9-Apr-08 11:18 
Questionregard insert time [modified] Pin
Member 44429169-Apr-08 5:46
Member 44429169-Apr-08 5:46 
i quite weak but i hv unreasonable idea it gives me error...error given was Error
2	Argument not specified for parameter 'Emp_ID' of 'Public Overridable Overloads Function InsertQueryEmp(Log_No As String, Emp_ID As String) As Integer'.	C:\Documents and Settings\HOn\Desktop\DIFINITION\DIFINITION\Form1.vb	20	17	DIFINITION

<br />
With Me<br />
  if btnlogin.Text=true then<br />
 .LOGIN_OUTTableAdapter.InsertQueryEmp(.Login_DateDateTimePicker.Value)<br />
 .LOGIN_OUTTableAdapter.Fill(.Definition_dbDataSet._LOGIN)<br />
  else<br />
 .LOGIN_OUTTableAdapter.InsertQueryEmp(.Login_DateDateTimePicker.Value)<br />
 .LOGIN_OUTTableAdapter.Fill(.Definition_dbDataSet._LOGIN_OUT)<br />
  End If<br />
end with<br />


from query
INSERT INTO `LOGIN/OUT` (`Log_No`, `LogIn_time`, `Login_Date`, `Emp_ID`) VALUES (?, ddMMyyyy, HHmmss, ?)

datype i'm using is data/time

can any 1 help me correct it...thanks in advanced

modified on Wednesday, April 9, 2008 12:14 PM

GeneralRe: regard insert time Pin
Steven J Jowett9-Apr-08 6:11
Steven J Jowett9-Apr-08 6:11 
GeneralRe: regard insert time Pin
Member 44429169-Apr-08 6:18
Member 44429169-Apr-08 6:18 
GeneralRe: regard insert time Pin
Dave Kreskowiak9-Apr-08 6:33
mveDave Kreskowiak9-Apr-08 6:33 
GeneralRe: Help..urgent...insert time to database [modified] Pin
Member 44429169-Apr-08 6:45
Member 44429169-Apr-08 6:45 
GeneralRe: Help..urgent...insert time to database Pin
Johan Hakkesteegt9-Apr-08 20:03
Johan Hakkesteegt9-Apr-08 20:03 
QuestionAdd Command Crystal Report not updating parameter Pin
liona9-Apr-08 4:08
liona9-Apr-08 4:08 
Questionhow to operate the code if the text in the textbox change Pin
shee_dee869-Apr-08 3:42
shee_dee869-Apr-08 3:42 
AnswerRe: how to operate the code if the text in the textbox change Pin
Ashish Sehajpal9-Apr-08 4:15
Ashish Sehajpal9-Apr-08 4:15 
GeneralRe: how to operate the code if the text in the textbox change Pin
shee_dee8610-Apr-08 22:52
shee_dee8610-Apr-08 22:52 
QuestionGeneric Methods : Pin
Feras Mazen Taleb9-Apr-08 3:27
Feras Mazen Taleb9-Apr-08 3:27 
GeneralRe: Generic Methods : Pin
Dave Kreskowiak9-Apr-08 6:25
mveDave Kreskowiak9-Apr-08 6:25 
GeneralRe: Generic Methods : Pin
Christian Graus9-Apr-08 11:20
protectorChristian Graus9-Apr-08 11:20 
GeneralRe: Generic Methods : Pin
Dave Kreskowiak9-Apr-08 12:32
mveDave Kreskowiak9-Apr-08 12:32 
GeneralText in form title bar not keeping up (me.text) Pin
Johan Hakkesteegt9-Apr-08 2:19
Johan Hakkesteegt9-Apr-08 2:19 
GeneralRe: Text in form title bar not keeping up (me.text) Pin
ChandraRam9-Apr-08 2:34
ChandraRam9-Apr-08 2:34 
GeneralRe: Text in form title bar not keeping up (me.text) Pin
Johan Hakkesteegt9-Apr-08 3:16
Johan Hakkesteegt9-Apr-08 3:16 
GeneralRe: Text in form title bar not keeping up (me.text) Pin
ChandraRam9-Apr-08 5:43
ChandraRam9-Apr-08 5:43 

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.