Posts
 
Reputation
Joined
Last Seen
Ranked #3K
Strength to Increase Rep
+0
Strength to Decrease Rep
-0
100% Quality Score
Upvotes Received
1
Posts with Upvotes
1
Upvoting Members
1
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
1 Commented Post
0 Endorsements
Ranked #4K
~9K People Reached
Favorite Forums
Favorite Tags

12 Posted Topics

Member Avatar for stan yost

[URL="http://www.daniweb.com/techtalkforums/member102640.html"]stan yost[/URL] there is a simple way lets say you want to pass the text feild of text1 1- declare a public variable in the general part of the form like this public varaiableName as String 2- in the form_load() write variableName=text1.text 3- you can access this variable from any …

Member Avatar for Alyssa_1
0
3K
Member Avatar for BombAppetit

as i understod from your message is that you want your listbox list to be like this when the ser drop down the list :- meat milk google hotmail ..... .... if its so. you have to concatenate the columns like this ListBox1.AddItem "haha"& " " & " haha2" try …

Member Avatar for jksjai
0
3K
Member Avatar for lover99509

Guys anyone knows how to check if a value entered in a text box i.e. text3.text=integer value is integer or long i found a function that checks wether the text is numeric or not "isNumeric" but i did not find any other function that checks if the value entered is …

Member Avatar for cool beans
0
3K
Member Avatar for lover99509

I have 2 problems I need your help please: 1- How can I map the result of a select query? let's say that I have a table named "Item" and I need to delete a specific item record from this table. So the user first needs to see the information …

Member Avatar for DenisOxon
0
88
Member Avatar for conetrader

As I understand you want to fix the date. If this is the problem then if you take the system date then all you need to set the control source property of that text box to =Date() then the date will be fixed always. I hope this helps

Member Avatar for lover99509
0
87
Member Avatar for lover99509

I finished My project and its working fine But only on my pc. If i try to test the program on another PC which does not have Visual Basic program installed on it, then it does not work and I get some errors,Some not working functions or objects. I know …

Member Avatar for purplegerbil
0
124
Member Avatar for lover99509

Guys, I have a problem. I want to locate my database directory so taht i can connect to it ok. I decalred a variable in the general part of the form and used commonDialog object to have open file dialog and get the Full directory name using CommonDialog.fileName property. But …

Member Avatar for Comatose
0
93
Member Avatar for lover99509

I am facing a problem with my project. I want to Update my database through DataGrid Object which is a tabular one right !. But, I want to control the number of empty rows that are available. But it has only one empty row that means i can enter only …

Member Avatar for lover99509
0
124
Member Avatar for keratinimp

You can use data control in the default tool box and your database is stored in access file just use the properties of the data control i.e. the databasename to locate the .mdb file and recordesource to work with any specified table from your database i Hope this helps

Member Avatar for BillWebber
0
166
Member Avatar for lover99509

Guys i need your help with this problem. I want to check if a record in my database is available or not? My database is stored in microsoft access file. ok. I used the data control that comes in the default tool box and i set up the databasename property …

Member Avatar for lover99509
0
194
Member Avatar for Bernard Kane

You can use the show and hide if you have tow forms form1 in which your command button is placed and form2 the one you want to go to when you click the button you can easily write in the click event of the command button [CODE]Private Sub Command2_Click() form1.hide …

Member Avatar for Comatose
0
103
Member Avatar for lover99509

Hi guys, i have a problem in vb6 . lets say i have a command button named print in form1 then after clicking the print button it will transfer me to form2 which will control the number of copies,quantity and these things of printing options. The problem is how to …

Member Avatar for Comatose
0
169

The End.