11,868 Topics
![]() | |
I want my program to do a search on a database [B][U]every few minutes [/U][/B]to check for something specific and if it's found, then to show a certain form. I have 8 forms in my project and I want the search to be done while any of them is open. … | |
how can i change the path of the database from which i retrive data on run time.... i mean if the database is shifted from server to any othe location the how can the path of the database can be shifted..... | |
hey i am new to visual basic programming...just 15-20 days into it... i wanna know how can i use command button to access the ms access files instead of using the data control....how can i do that???? i have tried a lot of things but to no effect .... please … | |
what should i do to combine this two programming language,but i want to run it in vb6. | |
dear all. I am the beginner. I have studying VB for a short time. I writting a entry data form. This form have many text box. And i cannot put all the text box on the form. Please show me how to use scroll bar to solve thi problem. | |
hi all, when trying to execute a code for reading from a text file in VB, using the ReadAllText function, i get [COLOR="Red"]'variable not defined' [/COLOR]error. the following is the code: [COLOR="Green"]Private Sub Command2_Click() Dim fileReader As String fileReader = My.Computer.FileSystem.ReadAllText("C:\test.txt") MsgBox (fileReader) End Sub[/COLOR] kindly enlighten me on why … | |
please help me on how to change a user name and password in a VB project. | |
if anybody knows how to apply searching in VB6.0 ,please let me know. | |
Hi everyone, if you can recall from my previous posting, I had explained that my "spreadshit does not fit into the same page", but I've now unraveled what the other programmer did to accomplish this goal: looking at the input table to my spreadsheet, he first used "queryDef" to generate … | |
The code i have written (in VB)is : Dim dbMyDB As Database Dim rsMyRS As Recordset Private Sub cmd_Delete_Click() rsMyRS.Delete userlist.RemoveItem userlist.ListIndex End Sub Private Sub cmd_Display_Click() Set rsMyRS = dbMyDB.OpenRecordset("PC_User_Details", dbOpenDynaset) rsMyRS.MoveFirst If nm_txt.Text = rsMyRS!Name Then If rsMyRS.RecordCount > 0 Then name_txt.Text = rsMyRS!Name ip_txt.Text = rsMyRS!ip pass_txt.Text … | |
can you please help me how to random a series of choices, i actually use case statement but the problem is everytime i run the program the same order of choices is being shown. | |
Specifically, I am trying to change the data range when a row is added to the table. I am teaching myself, with only the Excel help as a reference. If someone can tell me the proper command, I can decipher the syntax and application. | |
my project cannot run when i write it on a CD but on other media like flash disk it is running. give me suggestions please. | |
Hi I have a problem retrieving the data from access database. I have a list of records for eg. Name,user_name, password etc.(all in access) The problem is ,i want a solution wherein , when i double-click on a name, i want all the details for that particular name. * i … | |
Package and Deployment wizard gives me this error Path without file it works fine with other projects but one particular project it doesn't work. If anyone knows WHICH path without file it might be ? | |
Hello. In the classic database example, Biblio.mdb, the relationship between 'TITLES' AND 'TITLE AUTHOR' tables does NOT enforce referential integrity. Please explain to me why. I'm kind of a beginner so please make your explanation as simple and clear as possible. Thanks a lot guys!!! | |
I have to display two db columns within a single combo box. | |
i want the details of variuos events handled in vb and its purpose with examples | |
please modify for me this program. cant run in a CD but other media can. user name is walba and password is walba. check attachment. | |
Hi everyone. Am Tonnie and i got problem with my vb-access program i am trying to develop. When my program is in a flash disk it is running very well but when i copy it in a CD it is giving me an error shown below.Please i would like to … | |
please help me how to make a background music in vb6. | |
How do i generate one data report fom multple tables.I have four tables each with a primary key.I require a master report for this data in this tables.Anyone know how to do it?Am using vb6 and access.Thanx | |
I didn't find creating login screens and saving the data in access database difficult... However, I was wondering if there is any other way we could do that, i mean saving the username and passwords in any other file rather than a database and encrypting the same... Rgds Sidz [email]hotsid_rout@yahoo.com[/email] | |
... and if it similar to your preset string of keys, then notice you "right typing", else "wrong typing" I do searching and changing to have these codes, do you think about any problems with these codes (I hear that if another control belong to this form get focus then … | |
[TEX] hi every one i have problem in database if i want to create 7 tables by DAO liberary the name of the tables are : vn,itm,ctm,vst,sal,vnd & tin i have created tables as : Set db = CreateDatabase("WORKS.MDB", dbLangGeneral) db.Execute "CREATE TABLE vn(vn_nm text (30),vn_add text (100),vn_bo text (30),vn_tel … | |
I need to place two columns within a single combo box. But in VB, I found that we can place more than one column in list box by using columns property. I dont know how to place more than one column in combo box. Please help me on this. | |
Hi, i have designed reports with access.I need code to call them in vb so that i can print them via an application am developing.Anyone know how to do so?Thanx | |
hi all, I want to get one doc file as input and i should convert tat to txt file as output, Similarly for pdf to doc,doc to pdf...I want code for these file conersion in vb .........Pls reply if u know the relevant code....:?: Urgently Needed.Thanks in advance. Reply to: … | |
I'm in the process of making a searchable database for the company I work at, and have run into a few problems. I've googled this stuff and had problems either understanding what I found or finding anything at all.. A. Sorting the table in my form I'm able to sort … | |
Can anyone provide me with some codes to program excel into Visual Basic 2005. Some values in my excel file must be based on values from one of forms. |
The End.