10,989 Topics
| |
i have a hard time in connecting my db to my project. cause i want my my cmdSearch_click() connect to my table EmployeeInfo and my cmdTimeIn_click() connect to my table TransactionTable in just 1 form and 1 ms access file.. is that possible?? thanks in advance for answering.. | |
Hi every1 I have 1 problem about read text file Hope every1 help i have 1 text file example :list.txt as 12321 123412 123215 123 1235 Now We read file list and print line by line .Print line 1 after 10 s earse line 1 and print line 2 after … | |
Hi Guys, I'm in the process of developing an ActiveX control which is designed to check the status of an installation and the config of that installation if it is there. I'm 5/6ths of the way there, but in one of my steps, I rely on a 3rd party DLL's … | |
I am planning to write a programme that can manage a contact list and instead of creating a new contact database, i think it is rather good to take advantage of the outlook contact database and the already existing functionnalities of MS outlook. I will then only program additional task … | |
I'm trying to figure out how to pass a parameter to a report in VB... [URL="http://screencast.com/t/MjBhYjYxOTM"]http://screencast.com/t/MjBhYjYxOTM[/URL] I've looked at the microsoft library on the report viewer class, but it's only slightly better than a boat anchor... does anyone have any other useful tips on how to figure this out? | |
Hello i need help about detecting any series items in a list box. suppose two or more series items are "glass01" "glass02" "glass04" "glass03" "glass05" "marvel" "apple" "mango001" "mango002" "mango003" "mango004" "book" "pen" these items are list1 item. the series may be in different string. here two series glass and … | |
Can anyone show me how to use icons in my forms..they dont paste. | |
How can I delete specific record from mshflexgrid? For example mshflex grid is showing data from monthly_instal table. Now I want to delete record from this table. I have written code to delete record from that table but its deleting record one by one like 1 2 3 4. I … | |
hello geeks, this is my first post, and my question is... i have some text files from which my app reads and process data, these text files are in hundreds and i am now providing them in a folder, but these should not be accessed by others, how i can … | |
Please i need help what is the missing Code here... THis is like a Simple POS [B]this is the CODE:[/B] Dim total As Double Dim item_price As Double Private Sub cboFruits_Click() Me.txtQuantity.SetFocus End Sub Private Sub cboFruits_DropDown() Me.cmdAdd.Default = True End Sub Private Sub cmdAdd_Click() item_price = 0 With Me.cboFruits … | |
i have an application in which u display first a login window. AFter that a form is displayed. now you can exit the app by clicking the exit command button on the form which in return displays a vbmodal dialog box for confirming the response. NOw i want to display … | |
i have made a program for work which is a logging tool which is just filled with text boxes and combo boxes I am tryin to link to a access table so the info I put in the logging tool goes straight into the access table even if the table … | |
Hi In vb i get error 3015 where it says idx(field name) isn't an index in this table. Look in the Indexes Collection of the Tabledef object to determine the valid index names. I have Access97 database and checked that the field i mentioned is indexed(Autonumber). I get error on … | |
please help me to do with my system. i want my TextEmpID.Text is auto generated evrytime i will add another employee name. Field = "EmployeeID" i'm using ms access as ADODB thanks in advance | |
Hi friends, How do i calculate the week number of a year? The week number should be calculated from the first day of a year. For example, this year 1st January 2010 falled on Friday, so week 1 should be calculcated from Friday(01/01/2010) till Thursday (07/01/2010). therefore, given any date, … | |
Hi Here i have found macro code to extract URL from hyperlink(anchor tag) in MS Excel. This code is very useful to fetch the particular URL from the hyperlink by single click. No need to view the website to view and copy the URL. First in MS Excel go to … | |
HI, I want to transfer a text file from local machine to linux server using ftp in Visual Basic 6.0. Can you please share your thoughts on how to acheive this? | |
Pls help me to convert a notepad to excel and then to access in vb6. | |
Hi..pls help me how to send mail using outlook IN VB using windows aplication | |
Hi Frends, I m creating an project. In this project i need to store image in oracle database. I don't know how to store image in Oracle Using VB6 i want to add image by add Dilogbox How can it is possible? Please Send me answare and Coad if needed. … | |
i have a problem generating auto number. can someone help me to solve this? here is my code [CODE] Try If IsConnected() = True Then strSQL = "Select max(*) from Supplier" End If myCmd.CommandText = strSQL myCmd.Connection = myConn myDA.SelectCommand = myCmd myDR = myCmd.ExecuteReader() If myDR.HasRows Then Label5.Text = … | |
Hi I have a problem, i have designed a database program with vb6 and ms access. and the program is suppose to display specific records using datareport. eg ,display records of student whose fees are> 10000. But i dont know my way out. hope to get help from anybody.thanks in … | |
Hi Expert, I already create a datasource name for my Access database. However, I failed to connect to that database using this code: Set db = DBEngine.Workspaces(0).OpenDatabase("dbsourcename", ,"DSN=dbsourcename;UID=MyUID;PWD=Mypassw") Could anyone help me please. Thank. | |
Please Somoene Help Me i'm using visual basic 6 in platform windows xp how i want to use skin vista in myproject.exe? >>>can someone share with me an activex for vb6... :) :) [snipped email] | |
Kindly tell me how can I insert data from a bi-dimensional array [I]ex. array1(10,10) [/I] to a DataGrid/DBGrid and visa-versa. Please explain with a sample source code. | |
Its about visual basic. I am making an application for loan system.. I don't know whats the code. It goes like this, the situation is: * Count how many times does the CO-Maker grant already a loan. Need help for this. | |
Hi there, I am a Microsoft Word developer and I sell Microsoft Office solutions, to companies. I am beginning to be concerned that my solutions are being copied - which is fairly easy. I am hoping someone can give me some advice about the best way to do this. I … | |
Is it possible to check which version of Excel a user's computer will open while in a VB6 application? Some users will be using Excel 2003 and some will be using Excel 2007 and, in theory, a single command button will open one of two excel sheets based on which … | |
hi can u help me..i have project in visual basic that can teach me how to design and encode the attendancr monitoring system ..hope you will help me..thankyou,, | |
Hi, In vb i use Data Form Wizard and connect access database and create a form which automatically creates update,add,delete,etc buttons. Now what i need is when i open the form and enter (say some student id)in a field then the next field is the student name which should be … |
The End.