11,868 Topics

Member Avatar for
Member Avatar for plusplus

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. …

Member Avatar for plusplus
0
81
Member Avatar for mayank_ati

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.....

Member Avatar for AV Manoharan
0
86
Member Avatar for mayank_ati

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 …

Member Avatar for mayank_ati
0
148
Member Avatar for paodzy
Member Avatar for Byaptia
0
115
Member Avatar for long_vn

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.

Member Avatar for jireh
0
77
Member Avatar for arvind

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 …

Member Avatar for jbennet
0
60
Member Avatar for tonnieytbiggie
Member Avatar for jireh
0
65
Member Avatar for Abdul Farhan
Member Avatar for jireh
0
89
Member Avatar for tgifgemini

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 …

Member Avatar for tgifgemini
0
192
Member Avatar for dreamerboy

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 …

Member Avatar for QVeen72
0
114
Member Avatar for paodzy

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.

Member Avatar for Cruize_Invades
0
114
Member Avatar for Robert.kendall1

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.

Member Avatar for RajendraShah
0
84
Member Avatar for tonnieytbiggie

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.

Member Avatar for jireh
0
67
Member Avatar for dreamerboy

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 …

Member Avatar for jireh
0
240
Member Avatar for hussulinux

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 ?

Member Avatar for jireh
0
82
Member Avatar for marlon ng

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!!!

Member Avatar for jireh
0
130
Member Avatar for gowri_itech
Member Avatar for priyasuresh

i want the details of variuos events handled in vb and its purpose with examples

Member Avatar for jireh
0
95
Member Avatar for tonnieytbiggie

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.

Member Avatar for jireh
0
99
Member Avatar for tonnieytbiggie

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 …

Member Avatar for jireh
0
89
Member Avatar for paodzy
Member Avatar for lasherz2

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

Member Avatar for jireh
0
274
Member Avatar for koolsid

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]

Member Avatar for jireh
0
208
Member Avatar for smiles

... 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 …

Member Avatar for smiles
0
187
Member Avatar for ahmed elweshahy

[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 …

Member Avatar for QVeen72
0
200
Member Avatar for gowri_itech

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.

Member Avatar for gowri_itech
0
1K
Member Avatar for lasherz2

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

Member Avatar for Naseem89
0
99
Member Avatar for Ramya03

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: …

0
47
Member Avatar for repole

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 …

Member Avatar for repole
0
123
Member Avatar for mustoora

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.

0
69

The End.