| Thread | Last Post | Replies |
|
| How stop access query from replacing our SQL code | 02 Nov 2004 17:06 GMT | 15 |
We create querydefs in VB programs (i.e. CreateQueryDef). But as illustrated below, Access regenerates the SQL code we specify -- particularly the WHERE clause. While the new code is logically equivalent, it often results in MUCH slower query performance and this has become a big ...
|
| Object model for Word Documents | 02 Nov 2004 17:04 GMT | 2 |
Can anyone point me in the right direction for the word document model? I'm interested in accessing the document title (nb not filename) which appears when you mouse over in a directory. TIA,
|
| Date format and regional setting | 02 Nov 2004 16:57 GMT | 9 |
I want to convert a string to date, my statement is myDate=CDate("11/1/2004") '1-Nov-2004 it returns 11-Jan-04 although the locale setting is English (United States), short date format is M/d/yyyy.
|
| Class structure by design | 02 Nov 2004 16:55 GMT | 2 |
Does anyone know of a good resource for in-depth class architecture? I am looking for detailed information on how to design with: CApp
|
| Am I Causing A Memory Leak? | 02 Nov 2004 15:58 GMT | 5 |
Vague subject line, but didn't know how else to lead into my question.
:-) Using VB6, I have created an ActiveX dll to allow scripting languages to access the VB Printer Object. This has been working fine for
|
| Events in VB 6.0? | 02 Nov 2004 15:40 GMT | 11 |
Are there events in VB that can run before closing a project to prompt the developer if Constants are not a given value? tod
|
| I need an idea | 02 Nov 2004 15:06 GMT | 5 |
I need an idea of what I can use to develop a coversheet using VB 6.0. The coversheet must be attractive and able to be stored in electronic format for a long period of time on a hard drive. I have thought of using a Word template. My boss does not want to use a
|
| Right align when printing | 02 Nov 2004 13:40 GMT | 3 |
What's best practice to right align numbers when printing.?? Is this something that printer object can do or do I have to format each string before printing? Is there an easy way to align decimal values to keep decimal placeholder
|
| Automation error when trying to instantiate Office | 02 Nov 2004 13:16 GMT | 9 |
I am trying to instantiate an office application with the following code: Dim PPT As PowerPoint.Application Set PPT = CreateObject("PowerPoint.Application") The result:
|
| Date converter function | 02 Nov 2004 09:57 GMT | 6 |
Hi group I'm looking for a Date conversion code which could tell me for instance 2100-02-02 is which day, can anyone help me? thanx alot
|
| Changing default save directory? | 02 Nov 2004 04:43 GMT | 25 |
When I save a new project, VB6 always defaults to MyDocuments instead of the directory where I always put projects, causing me to have to go through the same clicking routines each time to get to where I want the files.
|
| Printing problem | 02 Nov 2004 02:14 GMT | 5 |
I must create a routine to print a customer sales quote and having problem with a section where a rather big string must be devided into several lines and my problem is to calculate how many character from the big line will fit nicely on one row before I must go to next row.
|
| How Do I Open A Combo Box With Code? | 02 Nov 2004 01:54 GMT | 6 |
I want to open a combo box when the user clicks in the box to type something in. I've searched GoogleGroups for this and keep finding people say it's done using:
|
| visual basic 6 | 02 Nov 2004 00:15 GMT | 1 |
How do you run an executable file from vb (eg. say I wanted to run scan disk from a vb program or I wanted to run a cleanup utility)
|
| append data excel | 01 Nov 2004 23:14 GMT | 3 |
hello group, I'm working in a small application using VB6, the user will input some data, and I want this data to be appended to an existing excel file, is it possible to do that ? thanks in advace for your help
|