data type "String" in ttx file needs to be "Memo" and the cursor location of the connection object must be client side. This is typically a great forum - I am...
I am ammending another developer's app who used Crystal Reports 7.0. I am new to Crystal Reports. I have a field on a report that is defined in our Oracle database as a varchar2(4000). ...
Assuming you mean the DatePicker control, I just played around a bit and noticed that you cannot completely blank out the date in the text field, nor can you change the color. The only...
I am in the midst of learning vb's User Control capabilities (just created my own Calendar control) and I think I am missing something. The following is a snippet of code from a...
Are you possibly declaring the variable 'counter' inside the timer event sub? If so, it gets reinitialized each iteration and will never reach 30. And if this is the case, declare the variable at...
Well, I just ran my project and went to a spot where I also have a text box with a listview. I selected a row, then clicked on the textbox, and the row went from blue to gray. So I...
I have been toiling with the beloved listview over the past 4 months in my project (I really dig this control) - Question: Is the problem this? - when the listview loses focus, is the...
I gotta go home and make dinner now....I will check again on this issue tomorrow - in the mean time, I can tell you that my current app uses List Views everywhere and I at one point ran into a...
when using an aggregate function like MAX, even if it does not return an apparant result, it will return a row (in Oracle anyway), so you may be getting the error due to a null value
I am having a scary VB day here at work having encountered an error that apparantly numerous others have seen, but each time I acces an article from this forum (or another), there is no...
I am using oraOLEDB driver, but I don't think this is the issue. The fields in question are defined as 'NUMBER' in the database. Notice I said 'fields' - this is occuring with all...
Hello and don't go MAD!! (I've been there)...If you really want to use the data controls, from the example you gave, you would probably have to bind a control to each table, and then create a...
Good question for debate....I think what your c++ source is intimating is the notion of 'spaghetti code' which is an archaic style of programming. In today's world of modular and object oriented...
Thanks for your reply...actually my scenario is simple in comparison to your example....I am just connecting to an Access 2000 database...ALTHOUGH...you have lead me to investigate a path not yet...
I had the same scenario - we created a web based help guide for a stand alone VB app - the guide was invoked through a menu option and we used the web browser control which if I am not...
I have been trying to deploy a database application for over a month now, and I am at my wit's ends....I thought I had the problem licked by changing the ADO active X project reference to 2.6, but...