Results 1 to 7 of 7

Thread: [RESOLVED] [02/03] Need help on simple looping...

Threaded View

  1. #1

    Thread Starter
    Hyperactive Member shyguyjeff's Avatar
    Join Date
    Jul 2007
    Location
    City of Durian
    Posts
    289

    Resolved [RESOLVED] [02/03] Need help on simple looping...

    Elow everyone...it's meh again, i just need a help from those who had kind heart there on how to loop and put it on the textbox...yhe format would be like this..:

    on my code i only got the first column loop but how can i do this to other loop this is my code

    Code:
     Dim i As Integer
    
                For i = 1 To term
                    ListView2.Items.Add(i)
                Next

    Terms = 12
    Date = Now - 12 (MMM)
    Monthly = 125

    Terms = 12 Code:
    1. Terms              Date                        Payment             Payment made
    2. 1                  March                         125       
    3. 2                  February                      125       
    4. 3                  January                       125       
    5. 4                  December                      125
    6. 5                  November                      125
    7. 6                  October                       125
    8. 7                  September                     125
    9. 8                  August                        125
    10. 9                  July                          125                   125
    11. 10                 June                          125                   125
    12. 11                 May                           125                   125
    13. 12                 April                         125                   125

    This value will be put on textbox...
    Payment made: 500 March:125 February: 125 January: 750 Total Due: 1000


    Thanks in advance guys...
    Last edited by shyguyjeff; Mar 26th, 2008 at 03:56 AM.

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