| Thread | Last Post | Replies |
|
| Your opinion please, embedded commas in CSV files | 12 May 2008 19:22 GMT | 7 |
A colleague is developing an import routine that reads data from a CSV file and writes it out to the database. The CSV has about 60 columns of data and the process uses split() to get the data into an array for further processing, This was working fine until the file started to ...
|
| Accurate positioning of polygon for printer | 12 May 2008 18:45 GMT | 9 |
Page to send to printer (PDF/inkjet/whatever). ScaleMode set to millimetres - accuracy of layout is fine. Have had to introduce some coloured, block arrows on 2 charts with vertical positioning set by their values.
|
| How does Exit Function work? | 12 May 2008 18:04 GMT | 7 |
Hello. I have a function that is something like this: Function MyFilter(cmdButton) Dim p, sRetry sRetry = "Try again?"
|
| Mass delete files and directories | 12 May 2008 16:42 GMT | 62 |
This may sound a bit strange, but I have never had to do this before. I am creating a program which, among other things, allows deletion of a directory. I know that RmDir will delete an empty directory, but, outside of finding the deepest sub-directory and deleting all the ...
|
| VBA get a list of all open files | 12 May 2008 14:53 GMT | 3 |
I was wondering if it is possible to get alist of all the open files in VBA? I need to display all the open documents (pdf, doc, xls, txt, etc to the user). If its not possible does anyone know how to get all the open office
|
| How to tell the end of a shell | 12 May 2008 13:56 GMT | 5 |
I have a VB6 program which runs shell which runs another program which in turn creates a file. As soon as I call the shell, I run a subroutine which essentially pauses the main program for a few seconds whilst the new file is created. I then use VB to open Word and read the newly ...
|
| meaning error numbers DLLSelfRegister | 12 May 2008 13:56 GMT | 7 |
Changing a routine to register ActiveX dll's to work with DLLSelfRegister instead of Shell and I would like to know where I can find the meaning of the error returns. I read somewhere that it is in Setup1, but not sure what or where that file
|
| Multi-core? | 12 May 2008 10:49 GMT | 16 |
How do I do a multi-core app to use full power of processors cores? VB 6 can do it? Any articles? or a multi-core programming is managed by OS? windows in this case...
|
| SQL query question | 12 May 2008 10:04 GMT | 4 |
I have a database in which i store bookings. Lets say a person is booking a room from 1/1/2008 to 12/13/2008. (english dates) I have a grid in which i'm showning the booking.
|
| Name xxx As yyy problem | 12 May 2008 02:38 GMT | 9 |
Here we go again. I seem to be a magnet for this type of thing. I have a procedure with three Name statements in it. The first one names a folder to a temporary name to get it out of the way and to allow recovery if the next one fails, the second names a folder to the first
|
| Short cut key combinations in VB6 | 12 May 2008 00:54 GMT | 3 |
There is an option in VB6 to 'Break on all errors' or 'Break on unhandled errors'. When debugging I have to switch from one to another frequently. Is there a short cut key combinatinion to do that? Several mouse clicks are required which is frustrating. Is it possible to build a ...
|
| Looking for Visual Basic 2008 programmer with MS SQL Server 2005 and MS Access to work off-site on small project. | 12 May 2008 00:35 GMT | 1 |
Looking for Visual Basic 2008 programmer with MS SQL Server 2005 and MS Access to work off-site on small project. Please send me an email to: larryTAKEOUT@seldin.net
|
| dim at procedure level or module level | 12 May 2008 00:15 GMT | 5 |
I have a procedure that gets executed continuously. I dimension (DIM) 4 LONG and 4 Single variables in the procedure. Would it be better to put them at module level rather than procedure level. The procedure is reading an electronic device at a very fast rate and I am
|
| File copy | 11 May 2008 00:59 GMT | 2 |
I have a situation where I want to read the contents of a number of files contained in a variable number of folders. The folder structure is: C:\Prices Folder A
|
| Syntax error on Shell statement | 10 May 2008 19:48 GMT | 6 |
I am attempting for the first time to use the shell statement. I have the following statement that executes just fine using the OS RUN command, but when I try to insert the statement as the argument in the shell statement I get a syntax error which highlights the portion of ...
|