| Thread | Last Post | Replies |
|
| VB/Oracle Development | 23 Jan 2006 22:38 GMT | 4 |
Hi Friends ! I have joined another company which uses Oracle at back end. I use SQL Server and only used oracle for test purposes and in one of the big conversion projects.
|
| Call sub or function using a string value for the name | 23 Jan 2006 21:56 GMT | 9 |
VBScript has an Eval fucntion that allows the use of string exprsssions in commands. For example: strCMD = Eval("objItem." & strProperty1) Is there a similar method in Visual Basic 6? I looked at the ScriptControl
|
| ActiveX Control data binding | 23 Jan 2006 21:16 GMT | 2 |
We created an ActiveX textbox - it seems to display the data correctly when the text box is bound to fields by an ADO object, but when user updates text and then issues update on ADO, the new data is not saved, nor can you delete records. If we changed all the fields back to ...
|
| Crystal Reports Help | 23 Jan 2006 20:47 GMT | 1 |
I'm working on a small application for a family member that basically lets users input data through forms, stores that in an access database and then I want the ability to export a report that can be printed or transferred through E-mail. I've already setup the form in VB.NET and
|
| possible problem with datatypes | 23 Jan 2006 20:44 GMT | 9 |
I have the following sub main ******************************** Private Sub Main() Dim adoInitiateRS As Recordset
|
| Cancel the validating event | 23 Jan 2006 20:03 GMT | 7 |
I have a TextBox which validates entires. If the user tries to move focus away from the TextBox without entering a number, a MessageBox appears. However, if the user clicks the close button (the little X in the top corner of the screen) without entering any text, the MessageBox ...
|
| Correction: Inverse Matrix Math in VB | 23 Jan 2006 19:12 GMT | 1 |
From engineer: We are NOT trying to take the reciprocal of a matrix. Rather we would like to solve a system of simultaneous linear equations by using an INVERSE matrix. So, our
|
| What is the best control for...? | 23 Jan 2006 19:11 GMT | 6 |
Hello, friends, We need a contol, something like a spread sheet, to display all the search results for our users. The results may contain not only text, but also pictures (most of them are 32x32 .jpg or can be changed to that size). It
|
| Re:VB6 Toolbars reset | 23 Jan 2006 19:04 GMT | 2 |
I have reset the toolbars for VB6 and now I find that when right clicking in Project Explorer i do not have the usual menu items ie. Add - ,Remove Form - etc Is there a trick with registering a dll or something else.
|
| colour certain lines in richtextbox | 23 Jan 2006 18:59 GMT | 4 |
I need to change the back colour of certain lines (from one side to the other, even when there is no text) on a richtextbox ie lines 1,2,3 to dark blue and then lines 4 onwards are white. I want to read in some text from a file and put header text in the blue area
|
| History of Languages | 23 Jan 2006 17:19 GMT | 2 |
These are pretty funny. History of C http://dotnetmasters.com/HistoryOfCFamily.htm History of BASIC
|
| How to delete an Oracle Blob field with VB6....? | 23 Jan 2006 15:52 GMT | 3 |
<nostalgia>Wow it's been FOREVER since i've visited this forum. I miss it. Looks like it's still hoppin!</nostalgia> So i'm using Oracle 9i and have written a VB6 application to watch a directory for changes and send the files changed to a particular column in
|
| Compiler | 23 Jan 2006 15:43 GMT | 1 |
I get an error while use an UDT variable in my project can someone help me with this? Compiler error: Only user-defined types defined in public object modules can be coerced
|
| Number Of Application | 23 Jan 2006 15:12 GMT | 4 |
I have an Application that could run more than once. (at the moment I allow 6 times per pc) the application uses several databases and stores intermediate data in tables with a "unique" name
|
| Identifying the most recently created file from within VB. | 23 Jan 2006 14:53 GMT | 1 |
I need to get the name of the most recently created file in a particular folder, from within Visual Basic. I will be glad if anyone of you can help me with this. Many Thanks,
|