| Thread | Last Post | Replies |
|
| Extract ole object using vb from access db | 16 Nov 2005 20:23 GMT | 5 |
In my access table one of the field data type OLE Object. and its contain word document file and omni file. I need to save this file into local folder. any idea how to do this thru vb? Thanks
|
| System Time Bomb | 16 Nov 2005 20:17 GMT | 9 |
What is the recommendation of the group for building in a time bomb into a system (out on test/approval) that requires a client key to be entered to allow the system operate after 90 days? This will be used to ensure the organisation pays me. I have heard that this company have a ...
|
| Counter in DataReport | 16 Nov 2005 18:32 GMT | 5 |
Hi guys in working with datareport I facing a difficulty in accessign thetext boxes of the datareport i think the datareport textboxes cant be accessed indivisually what i actually want is
|
| Payroll Calculations | 16 Nov 2005 16:53 GMT | 3 |
There are different pay rates for different employees. Each employee inputs their Time In and Time Out and the dates worked. Standard rate is from 8 am - 4 pm Monday to Friday. Outside of this window is Overtime Hours including Holidays.
|
| Adodc1_RecordsetChangeComplete | 16 Nov 2005 12:12 GMT | 1 |
I want to use this event but dont know how to do this as this is showing some error Adodc1_RecordsetChangeComplete I wanted to updated another recordset as soon as the theupdate is done
|
| Pre-defined code in vb6? | 16 Nov 2005 12:09 GMT | 1 |
I saw someone paste some pre-defined code into a module in vb6, but can't remember how they got the code to come up in the first place. How is this done? Thanks
|
| Line print to USB printer | 16 Nov 2005 04:20 GMT | 7 |
I wrote this application a few years ago. One of the things it does is to print to a parallel POS printer using 3 inch paper rolls (like the calculator rolls) . everything is fine except that I wanted to add another printer but these printers now come with USB ports NOT the ...
|
| How do i make this function recursive? | 16 Nov 2005 02:16 GMT | 2 |
I have a function which I want to use to go through a list of folders on a network drive and list all MS Access databases stored. The function starts ok at the root folder ie (\\woody\e$) but it searchs the top level folders as follows: \\woody\e$\Credico\Daily asda variance.mdb
|
| Loop Nodes | 15 Nov 2005 22:23 GMT | 3 |
I apologise if the layout of this function is "all over the place" but it did not paste in very well. I am trying to create a function that will loop through all the nodes and set focus on the node that has the desired searched for text. Why does set focusing on the Treeview ...
|
| Serial Dates and Averaging Values | 15 Nov 2005 21:24 GMT | 1 |
I have two spreadsheets. The first spreadsheet contains two columns, one for start date/time (in serial format) and the second for stop date/time (in serial format). The second spreadsheet contains two columns. One containing a serial
|
| How to sort Scandinavian letters using recordsets | 15 Nov 2005 21:19 GMT | 1 |
We're using independent recordsets for various tasks in ASP/VBScript. Set rsRecords = Server.CreateObject("ADODB.Recordset") rsRecords.Fields.Append "Name" , adVarChar, 255, adFldUpdatable rsRecords.Fields.Append "Country", adVarChar, 255, adFldUpdatable
|
| WaitForSingleObject timesout after Mutex is released | 15 Nov 2005 19:49 GMT | 4 |
I thought WaitForSingleObject should succeed after the mutex is released, however, it kept returning error 258 (timeout). I was wondering why? One copy of .exe creates a mutex and stays running. Then I start a 2nd
|
| Concvert Hex value to 32 bit value | 15 Nov 2005 18:38 GMT | 3 |
How can i convert a hex value e.g. 91 to a 32 bit value and vv. Jeanine
|
| Exporting Crystal Reports 8.0 to PDF | 15 Nov 2005 18:28 GMT | 4 |
Is there a way to export Crystal Report 8.0 to PDF format? I know Crystal 8.0 does not support PDF but I was wondering if I can copy DLL files (from Crystal 9.0) that support PDF and try to make it work. Is that possible?
|
| Permission errors in DCOM - app appears twice | 15 Nov 2005 18:13 GMT | 21 |
I have written a small data collection application in VA which we call remotely via DCOM from a number of VBA apps in Access and Excel. I installed a new version of the application on Friday, and since then any attempt to call the functionality has resulted in a "70, Permission ...
|