CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: Ahara

Page 1 of 2 1 2

Search: Search took 0.02 seconds.

  1. Much to my surprise, the fix was: data type...

    Much to my surprise, the fix was:

    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...
  2. Replies
    2
    Views
    598

    Indeed, the wizard was used....Thanks very much...

    Indeed, the wizard was used....Thanks very much for clearing this up for me
  3. Memo field will not display more than 255 chars [resolved]

    Hello;

    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). ...
  4. Replies
    1
    Views
    638

    Hello; Assuming you mean the DatePicker...

    Hello;

    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...
  5. Replies
    2
    Views
    598

    General Question [RESOLVED]

    Hello Gurus;

    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...
  6. Thread: Timer (loop)

    by Ahara
    Replies
    5
    Views
    682

    Are you possibly declaring the variable 'counter'...

    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...
  7. Thread: Listview + focus

    by Ahara
    Replies
    7
    Views
    938

    [RESOLVED]

    My pleasure! It was good for me to review! Cheers
  8. Thread: Listview + focus

    by Ahara
    Replies
    7
    Views
    938

    Hi there; Well, I just ran my project and went...

    Hi there;

    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...
  9. Thread: Listview + focus

    by Ahara
    Replies
    7
    Views
    938

    Hmmm....not sure what is going on. If possible,...

    Hmmm....not sure what is going on. If possible, please provide some code.
  10. Thread: Listview + focus

    by Ahara
    Replies
    7
    Views
    938

    Hi there; I have been toiling with the beloved...

    Hi there;

    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...
  11. Replies
    2
    Views
    738

    I gotta go home and make dinner now....I will...

    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...
  12. Replies
    2
    Views
    738

    could you maybe describe your "need" in further...

    could you maybe describe your "need" in further detail?
  13. Replies
    4
    Views
    894

    when using an aggregate function like MAX, even...

    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
  14. Replies
    1
    Views
    806

    errors during load message

    Hi there;

    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...
  15. Replies
    3
    Views
    2,400

    Hi there; I am using oraOLEDB driver, but I...

    Hi there;

    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...
  16. Replies
    3
    Views
    2,400

    Type Mismatch Reading Number From Oracle

    Hello;

    I am developping an app in ASP that connects to an Oracle database. I have just discovered the following problem:

    When I read data from a column defined as data type 'Number' in Oracle,...
  17. Replies
    2
    Views
    1,731

    Hello and don't go MAD!! (I've been there)...If...

    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...
  18. Replies
    2
    Views
    1,279

    Hello; I believe you mean *.htm files (?) web...

    Hello;

    I believe you mean *.htm files (?) web pages right?

    To be honest, I would like to know myself (sorry I don't have an answer!)...I have done it in Java using the URL class to get the...
  19. Thread: Using Goto in VB

    by Ahara
    Replies
    8
    Views
    1,791

    Poll: Good question for debate....I think what your c++...

    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...
  20. Replies
    4
    Views
    698

    For i = o to 50 'your code if ....then ...

    For i = o to 50
    'your code
    if ....then
    Exit For
    end if

    next i

    If that is what you are getting at (?) The Exit For line will break the loop. Cheers
  21. Thanks for your reply...actually my scenario is...

    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...
  22. Replies
    6
    Views
    995

    Hello; I am going to assume that the object...

    Hello;

    I am going to assume that the object you are hiding/showing using the visible property is a label (if not, insert object type for 'Label')

    You could first have a select case block for...
  23. Replies
    2
    Views
    906

    Hi; I had the same scenario - we created a web...

    Hi;

    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...
  24. Thread: ListView Bug??

    by Ahara
    Replies
    3
    Views
    823

    I have worked with list views...provide some code...

    I have worked with list views...provide some code and I'll take a look.

    DA
  25. Cannot Deploy Application - Run-time error '-2147217904 (80040e10)'

    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...
Results 1 to 25 of 48
Page 1 of 2 1 2





Click Here to Expand Forum to Full Width

Featured