11,868 Topics
![]() | |
Hi experts this is an urgent question. how do you import and export database online? I have 2 equal database. I uploaded my FrontEnd(OPAC) and Database online. I have also a same database in my BackEnd(VB6) located in my computer. My problem is how do i update both database in … | |
I need to show multi line address in a listview. I am using it in report format. I am able to show single line data but when i try to add multiline data, it shows it in the same line with boxes for chr(13) and chr(10). I want that it … | |
I found this code that I have to change to work as I need it to I have this event procedure to open a query that gives me the approvers based on the amount of the request so I open the approver Form that has the email addresses I need … | |
I have a problem about using find method in Excel VBA. Here is my program:- ____________________________________________________________________________ Private Sub CommandButton2_Click() Dim MyProduct As Range Product = Range("F8").Value Set MyProduct = ThisWorkbook.Sheets("Sheet2").Columns("E").Find(what:=Client, LookAt:=xlWhole) [COLOR="Red"]ActiveSheet.Cells(8, 8).Value = MyProduct.Columns("G").Value[/COLOR] End Sub ____________________________________________________________________________ > how can I pull data in Columns(G) to Cells(8,8) >the program … | |
I'm doing tic tac toe. I am planning to show the scores of the users and computers using the same form. So, for each time the user or the computer loop, i need to add a timer to it so that it can update the scores. Refer to the source … | |
i am using some listboxes in my form to load data from textboxes.. in one text box , the entry is bit lengthier than others, but the list box size osnt enough to display the whole entry .. is there anyway in which i can increase the column width of … | |
hai i am working with vb6 with mapobjects2.4 and i wrote code for MaxFileBuffer Property and i also got the error message as ActiveX component cannot create object th code is as like below: Dim dc As New MapObjects2.DataConnection Dim geo As New MapObjects2.GeoDataset Dim layer As New MapObjects2.MapLayer Private … | |
dear brothers i have a problem in saving ma data in the database.so i need help thanks. | |
Hi, I am making a programme where I use a timer, I have 2 command buttons, one starting the timer, another stopping the timer, currently this works. But when i press the comand button starting the timer I want to have it reset to 0 because at the moment it … | |
[B][COLOR="Red"]Hello I am new to this site I wish you to help I use Visual Basic Version 6 and database ACCESS would connect database to the server So I can use the database in more than one device Example If the two fields in the database the First for the … | |
hello to everyone i am working with vb6 & mapobjects2.4 and also i wrote code for "To select features based on an SQL expression" and i got an error as "Object Variable or With block Variable not set" .i want solution for this this problem code: Dim recset As New … | |
It is possible to print 2 form in one paper page. Or Anybody know how to extend the form size. My problem is when i reached the maximum size of the form especially the vertical size or the height. I cannot add 3 or more line which is necessary to … | |
How can I link visual basic with sybase, cos I use sybse as my datasource. | |
Hello , I would like to know the difference ADODB and ODBC when connecting VB6 to an Access database . Is one prefered over the other and in what circumstances. Thanks , rucci . | |
actualli im creatin a database on the driving licnese issuing authority im a new vb user my problem is that i want the new validity date to be automatically displayed wen this text box is clicked the code im using is dim text1 as date dim text2 as date text1.text= … | |
I want to access cd drive but i don't know how to do this... there are a way to do this? i think it will use api function? what api function i have to use? thanks in regards... any help will be appreciated. | |
hello all, been working on this assignment with the VB 2005 book for about a week now and i don't really understand where to go next. it's under lesson C exercise 3 where i have to calculate the amount of change and how many dollars, then quarters (dimes, nicks, pennies) … | |
Hi I don't know if this is the best place to post my question, but here is what I have and what I need to do: - I have 100 questions. Every question is in a cell (from B1 to B100). In cells A1..A100 I can say "yes" or "no" … | |
hi guys i need someone to help me on how to create blinking textboxes and commands.thanx in advance | |
Does anyone know how to use data to call access database ?? | |
Hi All, I just tried to write a code which, upon clicking on a button should send an email with attachment. I succeded by using some of the posts here, but however I need to add some special effects in between... In the body of the email, I need to … | |
Help ! I need help.. Our VB lecturer gave us a project. We can choose our own topic to develop. Great, we have the flexibility to choose any topic. :) After brainstorming, here's some ideas ; alarm clock, calculator & payroll generator. So, I'm here to dig ideas from brilliant … | |
Is there anyway of chaning the Y-axis on a line chart using the MSchart component. I know i can change the numerical values on it using the chart properties, however I wish to add strings to the Y-axis which relate to numerical values. For example for a datapoint of 50, … | |
Hi, I have created a module to calculate a level when given a score. How do I send the calculated level back into my main form? Thanks in advance | |
hi all, There is a tool in VB called Help Workshop. I want to create Help file for my project. Can anybody tell me the step by step process for creating help files through help shop. Thank in advance Regards Guest11 | |
Hi all, I am learning VB 6 and i a just a beginner and i need to know some programs who is made it i VB 6 so that i can have a reason why i am learning. If you can send me some pictures or some kind of program … | |
Hello! I m struggling with this button and/or code to work. The button with Process.Start opens any folder I want if I do not use Ifs and Elses, but I do need to open folder based on user selection of name in the combobox and one choice from two radio … | |
i need a code for adodb which can link my form in vb to a table in ms access which contains name and id as the fields.help please!! thanx | |
[B][B]hi brothers i need to know how to save and delete records i adodb[/B]. | |
I'm using CZKEM1 Class to create bio metrice attendance software i can extract fingerprint templates from device and vice versa but my problem is i cannot intialize the commands for press the finger while creating new user how can i initialize device for user action especially for Finger print ? |
The End.