| Thread | Last Post | Replies |
|
| Calculating Time | 20 Aug 2004 11:18 GMT | 4 |
Need help!! I need to calculate the difference between a start time in either am or pm, and an ending time in either am or pm. Does anyone know of a way to calculate this so that I can have a final product of _hours and
|
| Datareports & ADO Issue (VB6) | 20 Aug 2004 06:54 GMT | 1 |
A friend is using DataReports in a project (I realize there are better reporting options, however it's his program, not mine), and he's having a problem with data access. Mainly that in a DataReport, you cannot access modular or global
|
| Thanks for all your help! You guys are GREAT! | 20 Aug 2004 06:22 GMT | 2 |
Thanks to all those who have helped me over the past few years -- Mike, Frank, Rick, Ivar, Steve, Don and all the others. Self-taught in VB, working on my own and with only your help, I have developed some freeware that I am now distributing from my website. It is a dream come true ...
|
| Access table to text file to MySQL table via VB5 | 20 Aug 2004 05:13 GMT | 3 |
In order to export records from an Access 97 data table into a MySQL table on a local PC, where both tables have the same field names, I have done the following, which is working well. However, as may be seen, some of the procedure has to be written out from the DOS prompt
|
| Variable in variable? | 20 Aug 2004 04:29 GMT | 4 |
I think that what I'm trying to do is impossible, but before I give up I thought I'd try and pick a few more knowledgeable brains than my own. I have any array of user defined type variables. I need to loop through the array (doing certain calculations) on a particular member ...
|
| Birth Date | 19 Aug 2004 23:47 GMT | 17 |
Can anyone help with calculating exactly the birth date with DateDiff ?
|
| VB6 unable to load report | 19 Aug 2004 22:05 GMT | 2 |
I've developed an application in VB6 that uses Crystal Reporting. I'm getting the error message "unable to load report" when installing the app on client pc's as well as when coding and testing within VB. I originally created the crystal reports in 8.0 but have modified them
|
| PART II : VB.NET Why doesn't FINALLY execute | 19 Aug 2004 21:44 GMT | 3 |
Oops! Forgot a line of code!!!!! Sorry. This code example should display my problem properly. Why does the finally clause in the Test method (below) NOT execute in my "foo" example, but DOES execute in my "bar" example?
|
| Set MyData = New DataObject | 19 Aug 2004 19:47 GMT | 5 |
I was following the instructions in Help to T, I thought, and pasted this code into a new project. However, when I hit the command button, I got an error that said "Invalid use of New keyword." Interestingly, I have used very similar code in a SolidWorks macro and it worked fine. ...
|
| Breaking up a line into several tokens | 19 Aug 2004 19:15 GMT | 14 |
All- I have the following line that I would like to break up into different sections: "08/06/2004 15:24:20 Error Message"
|
| VB 5 and VB 6 controls referenced in the same project | 19 Aug 2004 16:41 GMT | 2 |
I'm attempting to merge code from two different VB projects into one. The first project was built with VB 5 and the "Components" window shows it uses "Microsoft Windows Common Controls 5.0 (SP2)". The second VB project uses "Microsoft Windows Common Controls 6.0 (SP4)".
|
| Error 424 In VB 6 | 19 Aug 2004 16:33 GMT | 2 |
All parts of this application is written in VB 6.0. I have a dll on the server registered through COM+ and have exported it to a msi that's been installed on the workstation. Some of the time, the workstations run just fine. Then all of a sudden they aren't able to
|
| VB 6.0 Mail-Merge to any version of MS-Word ? | 19 Aug 2004 15:44 GMT | 2 |
Does anyone know how to make one executable if my VB 6.0 project needs to reference 2 different MS Word Object Libraries? I'm doing mailmerges into Word Labels (via OpenDataSource command which uses the Object Library), and I'd like the EXE to run on
|
| Visual Basic 6 Help Needed | 19 Aug 2004 15:39 GMT | 2 |
I'm a new learner to VB 6.0. I creeated a program on VB run some test and have the data save into a predesigned data sheet that was created on MS Word. After developing, I made an executable file for the program. And
|
| Printing problems | 19 Aug 2004 15:37 GMT | 1 |
I have two printers connected to my PC, one USB, and one LPT. I am trying to print from the VB 6.0 code. It works fine when the printers are connected. However, when printers are disconnected, or off, the program does not return any exception - error message it is supposed
|