11,868 Topics

Member Avatar for
Member Avatar for stevthym

Hi, I am trying to develop an application into VB6 and there where Reporting comes as a must :-) So I started using Data Reports. I try now to develop an invoice report and I have some probs. I have two tables (customers, invoices) and wish to use the invoices …

Member Avatar for AndreRet
0
112
Member Avatar for duggie

Hi, I have quite a bit of data processing to do and i would really appreciate some help to make it go faster. I have recorded a macro but I am having 2 problems with my coding. I have two spreadsheets open, Lets call them A and B. I want …

Member Avatar for AndreRet
0
110
Member Avatar for appnub

[URL="http://mbvb6.blogspot.com/"]http://mbvb6.blogspot.com/[/URL] click to download mysql to access converter in vb 6.0

1
64
Member Avatar for abelingaw

SOFTWARE: If i install a Payroll System made from VB6, would this be enough for its requirements..? [COLOR="Red"]SOFTWARE: Windows XP (Any Service Pack) MS Access 2003 or Higher HARDWARE: Hardware Requirements * 200 Mhz Processor * 128 Mb RAM or Higher * 100GB SATA (Serial Advanced Technology Attachment) Hard Drive …

Member Avatar for PoisonedHeart
0
1K
Member Avatar for pburk

VB6Query20071120.doc Hi VB6 I am trying to have 2 ACCESS databases open at the same time in order to populate the 2nd one with data from the first one. The problem is that it appears that I can only have one connection to a database at a time. Is this …

Member Avatar for geethasethu
0
499
Member Avatar for Lynchman

I'm attempting to run a simple VB script that opens an Excel 2007 spreadsheet, reads cell data and then echos it to the screen, however I get the following error: UpdateTitle.vbs(4, 1) (null): The server threw an exception Here is the code: Set objExcel = CreateObject("Excel.Application") objExcel.Visible = False objExcel.Workbooks.Open("C:\Temp\ADUserUpdates\ADUserUpdates\qryEmployee.xlsx") …

Member Avatar for cguan_77
0
1K
Member Avatar for sutanu_halder
Member Avatar for junjun61991

[COLOR="Green"]Function booklvwRec(str As String) Dim rs As New ADODB.Recordset catlvw.ListItems.Clear rs.Open str, connect, 2, 3[/COLOR] [COLOR="Red"](this section has an error, what is the error in this section) and the error state that: "[B][U]the connection cannot be used to perform this operation. it is either closed or invalid in this connection[/U][/B]"[/COLOR] …

Member Avatar for kinwang2009
0
58
Member Avatar for wenohnacecilia

How to connect vb6 to MS access? I'm only an student and I wanted to have more knowledge about producing new programs and systems to be a better system analyst. We are assigned to make a biometric system using vb6 connected to MS Access..Can you help me? We dont have …

Member Avatar for kinwang2009
0
67
Member Avatar for Orion2k

well first of all I ask u people don't try to give me advices like use QT instead that waste my time lot I want a direct answer how to do this cause this is really important C++ Module in my college has just started well the whole yesterday night …

Member Avatar for Ancient Dragon
-1
153
Member Avatar for tomo_uni

I was wondering how you would display the time in hour/minutes/seconds and then depending on what time of the day it is, it displays the relevant label e.g. Good morning, good afternoon etc thanks

Member Avatar for AndreRet
0
134
Member Avatar for peterman.k

Hello all, So I am a college student learning c++ (planning to major in computer science). Just my luck, the computer science department using visual studio for their entry level classes, which I have been using with no issues for the last year via a VM; I can access the …

0
160
Member Avatar for vidhya33
Member Avatar for AndreRet
0
58
Member Avatar for vidhya33

how to connect vb with oracle...?? Very urgent.. plssssssssssssssssssssssss..

Member Avatar for AndreRet
0
54
Member Avatar for vidhya33
Member Avatar for fourty

Hey pals anyone know : I need a code under a cmdhelp that 1. opens the windows help 2. Opens a file in the database containing help msg on the project. I also need to know how i could link a folder with my project or lets say a text …

Member Avatar for AndreRet
0
72
Member Avatar for vidhya33
Member Avatar for AndreRet
0
55
Member Avatar for ichwara

I am doing a project on hospital management system in vb6. i have a problem on how the program will be accessed by different users using a network and how to store data. someone help me

Member Avatar for AndreRet
0
77
Member Avatar for red_evolve

Greetings! Hi, I'm a vb starter. I've inserted an adodc data control into a form. [CODE]With adodcIncoming .Recordset.Find "p_id = " & "'" & txtPatientId.Text & "'"[/CODE] Above is a code snippet. After this block of codes, I'd like to check if p_id = txtPatientId.Text is found or not, how …

Member Avatar for AndreRet
0
227
Member Avatar for ftl25

Hi, I am writing a program in VB6 where I'm adding an "Import/Export" option to the file menu. Starting with export, I basically need to find all files matching a particular filename and zip and export them to a folder. Currently I am simply finding all the files (with different …

Member Avatar for AndreRet
0
1K
Member Avatar for i_luv_c++

Hey guys, I just reinstalled MS Visual Studio C++ Express and I am having this weird problem with the complier. So for example if I add a source file name file1 and run it it works fine..however if i delete the file1 from current project and add file2 it will …

Member Avatar for Milton Neal
0
112
Member Avatar for ramaliah
Member Avatar for VBNew

Hi, I would like to create a table as attachement below is VB6, may I know what component name of this table? is this DBGrid? Thanks!

Member Avatar for AndreRet
0
83
Member Avatar for marketingmaniac

The unfollow button is written in Java does anyone or can anyone programmaticly click the unfollow button? tried everything i know, visual basic, Java, JavaScript,, you name it,, cant do it.

Member Avatar for peter_budo
0
65
Member Avatar for frank754

Forgive me again, I'm a complete noobie at Visual Studio, even though I have been using PHP for years. I need this for my new job and the classes (public, private, etc) are really a bit confusing. Suppose I'm trying to make a new windows form, and I have various …

Member Avatar for frank754
0
170
Member Avatar for frank754

Re: Visual Studio 2008 adding/deleting portions of the form: I'm sure this has been asked before, but if I create a new project and add buttons, text boxes, etc. from the designer (the GUI portion), and click on each element, it creates a class for it in the .cs view. …

0
63
Member Avatar for abelingaw

Ok here's my problem. What i wanted to do was that if i save the value i enter on my txtbox (txtIDNo) and saves it to my database, the default value should automatically adds 1 or + 1 on it. I set the field data type to Number and the …

Member Avatar for AndreRet
0
136
Member Avatar for abelingaw

Here i am again. I would like to to know how to use/connect a database for my login program to a Database from another computer. I will be using 2 pc unit and connect them with a CROSSOVER connection UTP Ethernet cable. My Dbase will be on the other unit …

Member Avatar for AndreRet
0
261
Member Avatar for iqlas
Member Avatar for tomo_uni

I am currently wanting to know how to find out two different dates from a list of dates for each customer. I can find out the first date for each customer but I need to know their 6 month and 1 year visit. But the problem is not all the …

Member Avatar for AndreRet
0
184

The End.