Search Results

Showing results 1 to 40 of 146
Search took 0.01 seconds.
Search: Posts Made By: ryan311 ; Forum: Visual Basic 4 / 5 / 6 and child forums
Forum: Visual Basic 4 / 5 / 6 Apr 27th, 2009
Replies: 4
Views: 486
Posted By ryan311
this is my connection to my database

Public Sub conn()
Set cn = New ADODB.Connection
cn.Open "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=" & App.Path & "\attendance.mdb;Persist Security...
Forum: Visual Basic 4 / 5 / 6 Apr 23rd, 2009
Replies: 4
Views: 486
Posted By ryan311
help please, how to save a data between the time of what user input in the 2 textbox. 1 textbox is for intime and the 2 one is out time.

for example if the user input

7:30 - 9:30 Am Intime
...
Forum: Visual Basic 4 / 5 / 6 Apr 23rd, 2009
Replies: 5
Views: 558
Posted By ryan311
i have no MSDN intstall to my computer sir :(
Forum: Visual Basic 4 / 5 / 6 Apr 22nd, 2009
Replies: 5
Views: 558
Posted By ryan311
Forum: Visual Basic 4 / 5 / 6 Apr 20th, 2009
Replies: 5
Views: 558
Posted By ryan311
hi to all my fellow programmers,

i'm creating now an attendance system. how to create a count down timer that will minus in the system time? it is possible and how? i have a 3 textbox 1 is for the...
Forum: Visual Basic 4 / 5 / 6 Mar 9th, 2009
Replies: 5
Views: 501
Posted By ryan311
all i want is change all the record in my table if the pcarrier="Credit" but my problem is only one data have been changes. .


Set rs = New ADODB.Recordset
rs.Open "Select * from Soldto where...
Forum: Visual Basic 4 / 5 / 6 Mar 8th, 2009
Replies: 1
Views: 323
Posted By ryan311
i have error to my code in the bold word!


Set rs = New ADODB.Recordset
Set rs1 = New ADODB.Recordset
Set rs2 = New ADODB.Recordset
rs.Open "Select * from temp where pcode='" & txtEdit.Text &...
Forum: Visual Basic 4 / 5 / 6 Mar 7th, 2009
Replies: 4
Solved: help
Views: 399
Posted By ryan311
hi thanks for your code but i have a problem


Set rs = New ADODB.Recordset
rs.Open "Select * from temp", cn, adOpenKeyset, adLockPessimistic
If Val(rs!quantity) = Null Then
calcel = False...
Forum: Visual Basic 4 / 5 / 6 Mar 7th, 2009
Replies: 4
Solved: help
Views: 399
Posted By ryan311
it is possible? if the user in the running time, click the close button or the X button that we can see in the top of the form and then if the user click the close or X button message box will appear...
Forum: Visual Basic 4 / 5 / 6 Mar 5th, 2009
Replies: 1
Views: 907
Posted By ryan311
im using adodb connection. . please help how can i load the data save to my table in database name SUPPLIER in mshflexgrid using textmatrix? thanks. . more power for daniweb.
Forum: Visual Basic 4 / 5 / 6 Mar 4th, 2009
Replies: 4
Views: 405
Posted By ryan311
can u post the code sir? so i can know. . thanks
Forum: Visual Basic 4 / 5 / 6 Mar 3rd, 2009
Replies: 4
Views: 405
Posted By ryan311
i have an error

Operation is not allowed when the object is closed?
Forum: Visual Basic 4 / 5 / 6 Mar 3rd, 2009
Replies: 4
Views: 405
Posted By ryan311
how can i save a data in listview1? i have a problem to my code heres my code



Dim objNewListItem As ListItem
Set rs = New ADODB.Recordset
rs.Open "Select * from Supplier", cn, adOpenKeyset,...
Forum: Visual Basic 4 / 5 / 6 Feb 28th, 2009
Replies: 4
Views: 833
Posted By ryan311
just use datagrid1.textmatrix. .
Forum: Visual Basic 4 / 5 / 6 Feb 28th, 2009
Replies: 7
Solved: help
Views: 508
Posted By ryan311
how sir?
Forum: Visual Basic 4 / 5 / 6 Feb 27th, 2009
Replies: 7
Solved: help
Views: 508
Posted By ryan311
sir comatose i have a problem how can i delete the camma? and the period in middle name?
Forum: Visual Basic 4 / 5 / 6 Feb 26th, 2009
Replies: 7
Solved: help
Views: 508
Posted By ryan311
how can i get the first name, the middle name and the last name in my textbox?

what i mean is i have 1 textbox to input his full name the format is this

sample:

Nash, Steve B.

then i have...
Forum: Visual Basic 4 / 5 / 6 Feb 25th, 2009
Replies: 0
Views: 288
Posted By ryan311
it is possible? may i know the code please?
Forum: Visual Basic 4 / 5 / 6 Feb 24th, 2009
Replies: 2
Views: 558
Posted By ryan311
Forum: Visual Basic 4 / 5 / 6 Feb 22nd, 2009
Replies: 0
Views: 387
Posted By ryan311
im using textmatrix in my mshflexgrid my problem everytime e delete all the record the table did not update. .

please help. .
Forum: Visual Basic 4 / 5 / 6 Feb 21st, 2009
Replies: 0
Views: 325
Posted By ryan311
how can i update my table please help. .



MSHFlexGrid1.Clear
MSHFlexGrid1.Rows = 2
MSHFlexGrid1.FormatString = "|Product Description | Unit | Price Per Unit | Quantity"
Set...
Forum: Visual Basic 4 / 5 / 6 Feb 21st, 2009
Replies: 3
Views: 506
Posted By ryan311
help how can i know if the user is not an admin

i have combo box, in my combo box have a user or admin additem, if he choose admin then all i want is to validate if the username and password is...
Forum: Visual Basic 4 / 5 / 6 Feb 21st, 2009
Replies: 3
Views: 506
Posted By ryan311
help how can i know if the user is not an admin

i have combo box in my combo box have a user or admin additem if he choose admin then all i want is to validate if the username and password is for...
Forum: Visual Basic 4 / 5 / 6 Feb 21st, 2009
Replies: 6
Views: 430
Posted By ryan311
no all i want is this, if what is the record in my table 1 if i click my command button visual basic then the record of my table1 must save to table 2
Forum: Visual Basic 4 / 5 / 6 Feb 21st, 2009
Replies: 6
Views: 430
Posted By ryan311
access please i want to know the code. .
Forum: Visual Basic 4 / 5 / 6 Feb 21st, 2009
Replies: 6
Views: 430
Posted By ryan311
hi can anyone help me i have a billing system, how can i save the data to another table? using sql? may 1 table name is transac and all i want is if what the record have been save to my transac then...
Forum: Visual Basic 4 / 5 / 6 Feb 17th, 2009
Replies: 3
Views: 1,190
Posted By ryan311
its created problem because they have the same entity

sql = "INSERT INTO DayWiseRoster (id) select UserOFTheMonth (id) where emp_id='" & txtempid.text & " ' "

id
id

try to change that. .
Forum: Visual Basic 4 / 5 / 6 Feb 15th, 2009
Replies: 3
Views: 1,190
Posted By ryan311
if your using adodb try this

set rs as new adodb.recordset
rs.open "Select * from table1 where emp_id='" & textid.text & "'", cn, 3, 3
if rs.recourdcount > 0 then
rs.open "insert into table1 ...
Forum: Visual Basic 4 / 5 / 6 Feb 15th, 2009
Replies: 3
Views: 542
Posted By ryan311
same error

this is my error

mobjCmd.CommandText = strSQL

hope you can help me :(
Forum: Visual Basic 4 / 5 / 6 Feb 14th, 2009
Replies: 3
Views: 542
Posted By ryan311
i cant load my data in listview


this is my code

Private Sub LoadCustomerListView()
Dim strSQL As String
Dim objCurrLI As ListItem

strSQL = "Select Lastname" _
Forum: Visual Basic 4 / 5 / 6 Feb 13th, 2009
Replies: 1
Views: 639
Posted By ryan311
hi i have a problem puting a column header to my listview did not affair to my listview


here's my code


Private mobjConn As ADODB.Connection
Private mobjCmd ...
Forum: Visual Basic 4 / 5 / 6 Feb 10th, 2009
Replies: 2
Views: 480
Posted By ryan311
please help me all i want is simple if what i inputted to my 2 textbox for example i input 08:30 the timer of my system could change and i want a running time can i anyone help me?
Forum: Visual Basic 4 / 5 / 6 Feb 3rd, 2009
Replies: 3
Views: 518
Posted By ryan311
hi can anyone help me? how can i convert to time if i inputted 2400 it should 12:00 then a running a time?

for example i have 1 textbox

if i input 2300

it should 11:00

how can i do this...
Forum: Visual Basic 4 / 5 / 6 Jan 31st, 2009
Replies: 3
Views: 472
Posted By ryan311
all i want is if the value of my product stock is 0 then the message box show for example theres no more product stock and also i want is if the user inputted higher value in my text2.text for...
Forum: Visual Basic 4 / 5 / 6 Jan 28th, 2009
Replies: 2
Views: 414
Posted By ryan311
can u elaborate that? in step by step? because i have no idea in networking :) i want it to learn
Forum: Visual Basic 4 / 5 / 6 Jan 27th, 2009
Replies: 2
Views: 414
Posted By ryan311
how can i send the 1 form in to another PC? because i have POS or point of sales system? is there anyway to send my 1 form to another pc? how?
Forum: Visual Basic 4 / 5 / 6 Jan 25th, 2009
Replies: 7
Views: 545
Posted By ryan311
try this

"Select DISTINCT req_no, emp_name, job_no, mr_date from NAME OF THE TABLE"
Forum: Visual Basic 4 / 5 / 6 Jan 25th, 2009
Replies: 0
Views: 607
Posted By ryan311
everytime i click my command button may mshflexgrid did not update :(

here's my code

If Text1.Text = "" Then
MsgBox "Please Input the Product Code", vbInformation
Text1.SetFocus
Exit Sub...
Forum: Visual Basic 4 / 5 / 6 Jan 24th, 2009
Replies: 7
Solved: help :)
Views: 501
Posted By ryan311
comatose the answer dont have a decimal .00 its only 2 it should 2.00
Forum: Visual Basic 4 / 5 / 6 Jan 24th, 2009
Replies: 7
Solved: help :)
Views: 501
Posted By ryan311
hi comatose i have 2 textbox 1 is text3 and the second is text4 and i have also 1 label in may label1 the caption is "00.00" all i want is everytime i click my command button for example if i input...
Showing results 1 to 40 of 146

 


About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC