| Thread | Last Post | Replies |
|
| Is there a way that I can tell if a record is selected in a recordset? | 15 Feb 2006 16:30 GMT | 2 |
Is there a way that I can tell if a record is selected in a recordset? I have a module which contains several functions specific to one recordset, for example: GET_CUST_NAME_FROM_CUST_NO(ByVal fn_CUST_NO As Long) As String I used to move to the begining of my recordset and then ...
|
| updating a field of a random access file | 15 Feb 2006 16:01 GMT | 7 |
Hi people, Does anyone know why the following marked line doesn't work? The CurrentPairID and NoOfPairs works but PairsIDs doesn't. I can post more of the code if necessary.
|
| VB and Word without the menu | 15 Feb 2006 15:37 GMT | 5 |
Hi !! I need to open from my aplication a Word app with a document using a template that i have. My problema is that when i open de Word Application and the document,
|
| VB6 | 15 Feb 2006 03:02 GMT | 2 |
Do somebody knows how to write exponent in a label or textbox ex: a² (of course exponent greater than 2) Thank you for your help yvon.pacheu@wanadoo.fr
|
| Printing | 14 Feb 2006 16:33 GMT | 4 |
If I use the following code line with Printer.Orientation = vbPRORLandscape, then "Legible" appears on a new line. Is there a way of placing them all on the same line?? Printer.Print "ID"; Tab(5); "Name"; Tab(40); "Contact No."; Tab(1);
|
| How to change COM port number | 14 Feb 2006 16:21 GMT | 2 |
I need to write a program in VB6 to list all of the available COM ports on a computer and allow the operator to change the COM port number. I can get the list of available COM ports using the WMI but how to I change the COM port number?
|
| Embedded database for VB | 14 Feb 2006 15:24 GMT | 1 |
I need an embedded database (without external dependencies) for VB6. It should have a small footprint and fulltext indexes. Do you have any recommendations? Has anyone tried libmysql or VistaDB? Thanks
|
| How to disbale/enable a labels tag? | 14 Feb 2006 15:00 GMT | 13 |
Can anyone help me? I want to enable/disable a labels tag property. I use the ElasticOne component as an container for several components. Some of these components are labels. I want to diable the labels caption property AND tag property. How can
|
| Need to print to specific printers | 14 Feb 2006 09:58 GMT | 2 |
Using VB 6.0 and I am running a program that must assign a specific printer to each form running. There are four timed forms connecting to an Access database looking for updated records, when the record is updated it will print, but it needs to print at a certain
|
| SQL error | 14 Feb 2006 03:58 GMT | 2 |
VB6 and DAO 3.6 I am attempting to permit the user to select 1 of 3 options in the display of database records. OptSchedule(0) is titled: Schedule to end of year OptSchedule(1) is titled: Next years schedule
|
| Common Dialog won't open when program compiled | 14 Feb 2006 01:29 GMT | 5 |
Hi all... I have an interesting problem here. I'm writing a program that basically checks the contents of one file against another file. By opening a main file, the program reads a list of subfiles, and allows the user to select one of them. The selected file is displayed in a list ...
|
| Adding a WAV file as a resource in VB | 13 Feb 2006 22:41 GMT | 9 |
A while back I was playing with C++ and made a simple program with a WAV file as a resource. It worked well and was easy to make. I then went on to try this with VB. I had problems. Can this be done in VB? I have VB6 (Visual Studio 6 Enterprise edition)..
|
| information visual basic | 13 Feb 2006 21:35 GMT | 3 |
I'd like to learn visual basic but I am a little lost with all softwares, visaul basic 6, visual basic express 2005, visual basic .net 2003/2005 ? which one to choose ?
|
| Time? | 13 Feb 2006 19:05 GMT | 2 |
I am using Vb.net and I want to know how to put the Time, Date which ticks?? Please reply as soon as possible Dean
|
| global variables | 13 Feb 2006 09:46 GMT | 7 |
Hi People, Sorry, I'm a bit of a newbie and was wondering, if I have a program with a lot of forms, which most have the same global variables such as: Private Type OnePair
|