Forum: VB.NET 29 Days Ago |
| Replies: 2 Views: 209 Hi all,
I have a small problem that i cant figure out. i have a program that i want when a user select a date from a datetimepicker, it filters evrything from the datagridview that are for that... |
Forum: Visual Basic 4 / 5 / 6 Aug 31st, 2009 |
| Replies: 1 Views: 296 Hi all, i would like to know how to access data in the database using vb6 and the database in ms access 2007. for example i have a table in the database called item, with data fields such as... |
Forum: Visual Basic 4 / 5 / 6 Aug 6th, 2009 |
| Replies: 3 Views: 289 Hi,vb5prgrmr, with this one, do i do it in the database or in vb?
"UPDATE Table1 SET Field2=Table1.Field2-1 WHERE Field1=Value
Where Field1 = unique value to identify record and Field2 = the... |
Forum: Visual Basic 4 / 5 / 6 Aug 5th, 2009 |
| Replies: 3 Views: 289 Hi all, I want to know how i can decrement the value of quantity in stock in my data base. This would be based on how times an item is purchased. So every time an item is clicked, i want to show the... |
Forum: Visual Basic 4 / 5 / 6 Aug 3rd, 2009 |
| Replies: 19 Views: 995 Thanx Johnly, the code worked very well,,and thanks to every one that participated in this thread.. my problem has been solved.. |
Forum: Visual Basic 4 / 5 / 6 Jul 30th, 2009 |
| Replies: 19 Views: 995 Jonhly,can i still do this using my msaccess database? |
Forum: Visual Basic 4 / 5 / 6 Jul 30th, 2009 |
| Replies: 19 Views: 995 Hi Johnly, Long time i didnt here from you..still up to assist me?
or any one else out there, still cant go thru' with retrieving of data from the data base..
Further assistance will be appreciated |
Forum: Visual Basic 4 / 5 / 6 Jul 21st, 2009 |
| Replies: 19 Views: 995 oscarresonable, am using access and does rsItem supposed to be the database name or table name? and wat is the first code that i must place b4 this one.. |
Forum: Visual Basic 4 / 5 / 6 Jul 20th, 2009 |
| Replies: 19 Views: 995 Ok vb5prgrmr will try my best on that.
THANX |
Forum: Visual Basic 4 / 5 / 6 Jul 20th, 2009 |
| Replies: 19 Views: 995 Hi Johnly,
Hi vb5prgrmr,
Yah the name of the text box is where iam entering the barcode. And the name of the data control is actually Store i just forgot to change it when i posted the thread,.... |
Forum: Visual Basic 4 / 5 / 6 Jul 18th, 2009 |
| Replies: 19 Views: 995 Thanx guys again, i really appreciate your time in this forum..
Fistly Jonhly, i tried the code in the txtcode box and when i run the form and try to enter the item code (barcode) a 'run time error... |
Forum: Visual Basic 4 / 5 / 6 Jul 17th, 2009 |
| Replies: 19 Views: 995 hi johnly, i did exactly like how instructed and it worked very well.. but this does not allow me to enter the item code myself and retrieve the data associated to the item code.when i run the form,... |
Forum: Visual Basic 4 / 5 / 6 Jul 17th, 2009 |
| Replies: 19 Views: 995 thanx guys for ur help..
i will follow all u telling me and see if i can archieve anything and come back to you
Sacky |
Forum: Visual Basic 4 / 5 / 6 Jul 13th, 2009 |
| Replies: 19 Views: 995 Hi guys
am new on VB6 and would like your urgent help, i have created my POS half way and have created a form for sales, now what i want is when i enter an item code all the other information... |
Forum: Visual Basic 4 / 5 / 6 Jan 15th, 2009 |
| Replies: 3 Views: 1,324 now there is another problem, how can i make the date in the list be in a table form, because wats showing now is just a list |
Forum: Visual Basic 4 / 5 / 6 Jan 15th, 2009 |
| Replies: 3 Views: 1,324 thanx Comatose, think i just got it now,. |
Forum: Visual Basic 4 / 5 / 6 Jan 15th, 2009 |
| Replies: 3 Views: 1,324 hi there, i have a form in Vb6 and a msacess 2007 database connected using ADODC, on a form is a listbox that i want to populate with the table data from the database, the name of the database is... |
Forum: Visual Basic 4 / 5 / 6 Jan 13th, 2009 |
| Replies: 18 Views: 4,021 hope that code helps u anud |
Forum: Visual Basic 4 / 5 / 6 Jan 13th, 2009 |
| Replies: 18 Views: 4,021 option Explicit
Private Sub cmdAccept_Click()
Dim cn As New ADODB.Connection
Dim strCNString As String
Dim rs As New ADODB.Recordset
Dim Txt As String
On Error GoTo ErrHandler
... |
Forum: Visual Basic 4 / 5 / 6 Jan 13th, 2009 |
| Replies: 9 Views: 4,833 HI THERE, i wana connect msaccess database to vb6, so that i can be able to view the data in the tables in the database in the listbox, so far this the code i used to connect but get this error "The... |
Forum: Visual Basic 4 / 5 / 6 Jan 9th, 2009 |
| Replies: 1 Views: 394 Hi guys, am new in this, i have created a database in msaccess and connected it to vb6 using Adodc, now ma question is , how or wat tool must i use to display or populate data from data from the... |