Results 1 to 4 of 4

Thread: Could Vb6 works On this kind of Problem?

  1. #1

    Thread Starter
    New Member
    Join Date
    Mar 2011
    Posts
    2

    Could Vb6 works On this kind of Problem?

    Could vB6 work on this kind of loan situation? Please help, heres the situation,
    the title of my thesis is Student loan info. System, on which it could track their balance transaction,and Applicants profiles.


    at the Summary Menu,
    the colums were Prior Years , 2009 and 2010
    and under the Prior Years were there balance, and same with others.,

    the problem is if year 2011 comes in the 2009 adds to Prior Years and automatically new column will appear which is 2011, c0uld this be possible with Vb6? Hopes s0meone will help me ,..

  2. #2

    Thread Starter
    New Member
    Join Date
    Mar 2011
    Posts
    2

    Re: Could Vb6 works On this kind of Problem?

    uhm if year 2011 comes in the 2009 balance will be added to prior years, and of courze after it was added, the 2009 colum will be deleted, and automatically new colum will appear which is 2011, could this be possible??

  3. #3
    PowerPoster
    Join Date
    Dec 2004
    Posts
    25,618

    Re: Could Vb6 works On this kind of Problem?

    Could vB6 work on this kind of loan situation
    yes

    make a reference to ADO then you can use a database to keep track of everything, using a vb6 form to enter and display data
    i do my best to test code works before i post it, but sometimes am unable to do so for some reason, and usually say so if this is the case.
    Note code snippets posted are just that and do not include error handling that is required in real world applications, but avoid On Error Resume Next

    dim all variables as required as often i have done so elsewhere in my code but only posted the relevant part

    come back and mark your original post as resolved if your problem is fixed
    pete

  4. #4
    Junior Member
    Join Date
    Jan 2011
    Posts
    24

    Re: Could Vb6 works On this kind of Problem?

    i agree with westconn1!

    u must dim all variables before using a function again.
    this will let all the variable go back to their default values.
    and by this, values will not be carried by the variables as you use them in any functions.

    cheers*

    interest controls curiosity.
    conscience controls karma.
    you alone can control yourself.
    know yourself and be above those who are lost.
    skemb321
    hehehe

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width