Results 1 to 4 of 4

Thread: Please help with this issue

Threaded View

  1. #1

    Thread Starter
    PowerPoster Deepak Sakpal's Avatar
    Join Date
    Mar 2002
    Location
    Mumbai, India
    Posts
    2,424

    Unhappy Please help with this issue

    Hi

    I am currently doing a online lottery project. There are ten numbers for each
    lottery starting from 00-09 to 90-99. When user purchase 2 tickets for 00-09 and
    2 tickets for 10-19 then the output may look like this 100000-09, 100100-09
    (for 00-09) and 100010-19, 100110-19 (for 10-19). When user purchase tickets for
    00-09 and 10-19 for the same lottery then the output will be like this:
    "100000-09 100100-09 100010-19 100110-19". Output will be displayed on a messagebox
    (1 messagebox for each lottery, i mean ten numbers(00-09 to 90-99) makes a
    messagebox for each lottery). When user makes request for 5 lotteries, 5
    messagebox should be displayed.

    Now the problem is that when i input tickets for 00-09 of 5 lotteries then the
    application is displaying 5 messagebox, but when i input tickets for 00-09, 10-19
    of 5 lotteries then sometimes application displays 2 messageboxes, sometimes 1,
    sometimes 3, sometimes 4. What is the problem with the code.

    Please help me.
    Attached Images Attached Images  

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