| Thread | Last Post | Replies |
|
| ADO for changing Access Table Permissions | 09 Jul 2004 10:09 GMT | 1 |
Hi, I hope someone can help. I'm currently trying to tranfer data from an Access DB to a SQL D programatically. I have the App working fine, however I have to go int the Access DB/Security/Users and Group Permissions and give Admin rea
|
| How can find Max value in RS | 09 Jul 2004 07:19 GMT | 3 |
I have recordset, how can i findout the Max Value stored in the column.Basically to generate the Vouno. It is a String Column. -- Murali L
|
| Word and Excel code | 09 Jul 2004 06:09 GMT | 4 |
In the following code when I try to compile it gives me a error at wdAllowOnlyFormFields it says variable not defined. Dim appWord As Object Dim wrdDocument As Object
|
| question. | 09 Jul 2004 00:53 GMT | 9 |
I'm not sure how to get this to work exactly. I have a string variable A A = "$1,000,000/$500,000" everytime this variable changes I would just like to extract the
|
| onMouseOver in MDI problem | 09 Jul 2004 00:22 GMT | 3 |
hello friends i have mdi form and i am using images for buttons instead of menu. Therefore i want to create a function or procedure onMouseOver that means i can use it for mouse over.
|
| Setting break mode | 08 Jul 2004 23:09 GMT | 5 |
Is there a way to enter break mode from running code? I'd like to be able to do something like: If (condition) then break The help lists a Break command, but it's greyed out.
|
| I need help collecting the part after the decimal point.... | 08 Jul 2004 22:17 GMT | 4 |
I am using VB in an ASP web Page to take a number of seconds and convert them into hh:mm:ss I have starting by taking the seconds 18050 dividing them by 3600 which gives my 5.01388888888888, I can collect the 5 using Hours = int(MyVar) but
|
| Multiple OptionButtons Help please | 08 Jul 2004 22:17 GMT | 2 |
Perhaps I'm slow and missing something but on a form I have six option buttons in two sets of three the first three are treated as an array optb(0), optb(1), optb(2) allowing for choices A, B, or C.
|
| Embedded MDB file ? | 08 Jul 2004 22:04 GMT | 5 |
I've got this cataloging application that I'm really done with. It uses an mdb file/Jet for it's database. One of the features I would like to implement is the option to export an exe file that when run opens the program in a 'read only' mode, for sake of a better way of saying ...
|
| Renamed VB6 NT service still has previous name in Services console?! | 08 Jul 2004 22:03 GMT | 2 |
I have created an NT Service in VB6 using NTSVC.OCX and it works fine. However, I tried to rebuild it with a different module name (*.exe), as well as different Title, etc. -- everything I could think to change in the .vbp project file. But after uninstalling the original
|
| IDE Crashes on Debug Run | 08 Jul 2004 19:33 GMT | 2 |
I have a situation where when i run my app in .net (F5), The IDE just crashes out and I am back at the desktop. The .exe created by the compiler works just fine. Can anyone tell me why this might be happening. GMan
|
| component one - TDBGrid Question | 08 Jul 2004 18:49 GMT | 2 |
I've a question for anyone who has used Component One True Data Bound Grid 8.0 The question is, is it possible to highlight a record / row depending on the values stored in it?
|
| application requirements - a service? | 08 Jul 2004 18:48 GMT | 4 |
We have an application which someone in the corp wants to write in VB. The run is, it must be run without user intervention, preferably as a Windows service. IIRC, VB is not a good choice for writing services, OR it is not even possible to write a service in VB. Can someone please ...
|
| Error MSG icons | 08 Jul 2004 18:08 GMT | 2 |
How to get the icons/picture from the standard errormsgbox. I need these icons. Is there a some kind of standard property for these images? Thanks
|
| Is it possible to uninstall VB6 SP6 ? | 08 Jul 2004 17:57 GMT | 5 |
I'm having a few issues w/VB6 SP6 and would like to uninstall it from my development system. I use the development systems to create PDW installation packages and right now they're putting the SP6 runtime files on the systems that install my software, so I'd really like to get SP6 ...
|