User Profile

Collapse

Profile Sidebar

Collapse
DeWittds
DeWittds
Last Activity: Jan 20 '07, 04:15 PM
Joined: Oct 26 '06
Location: Illinois, USA
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • DeWittds
    replied to problems sorting a combobox
    in .NET
    I guess that would do it, but shouldn't the combobox.sorted work and if so is there a known problem with.

    Thanks...
    See more | Go to post

    Leave a comment:


  • DeWittds
    replied to What is the difference?
    I think if there is a file called info then the first method would try to retrieve it. The second method would look to the info directory
    See more | Go to post

    Leave a comment:


  • DeWittds
    started a topic problems sorting a combobox
    in .NET

    problems sorting a combobox

    I have a combo box that I can not get to sort correctly. I fill the combobox with a customer id and name ( combined) have set the combobox.sorted = true
    I saw one Idea here about turning the .sorted of the back on, but then the combobox list showed the same customerID all the way down the list.

    Thanks for any help,
    David

    the data comes from a dataset and put into the combobox with the following code...
    See more | Go to post

  • Try changing the do-loop as suggested. Still works the same. The only item that should change on each page is the lblnumber. It does changes but the page does not advance, so the information is printed on top of itself.
    In the days of quick basic I could send a form feed.

    Hope someone can figure out my error,
    David DeWitt
    See more | Go to post

    Leave a comment:


  • DeWittds
    started a topic Help with printing unable to advanced to next page
    in .NET

    Help with printing unable to advanced to next page

    I have asked before and got little responce, So I try and try again.

    The code below prints the data in the same place but does not advance the page. I can see the lblnumber change but print in top of the previous one. So my loop is working, I have the hasmorepages= true set right after each cycle till the loop finishes.

    Hopefully someone can point out my error.

    Thanks David DeWitt

    ...
    See more | Go to post

  • DeWittds
    replied to how to create and print multi page document
    in .NET
    But how do I tell it to start the next page.

    Thanks...
    See more | Go to post

    Leave a comment:


  • DeWittds
    replied to how to create and print multi page document
    in .NET
    First to briefly descibe program. shipping label program. The user will enter a customer ID number, which pulls up there address in several textboxes, then the user will enter the first box number (defaults to "1") and the number of boxes. Press print and hopefully labels will print. I am able to have the program send all the labels with correct box number, but each label is sent as a seperate print job. I would like to be able to send...
    See more | Go to post

    Leave a comment:


  • DeWittds
    started a topic how to create and print multi page document
    in .NET

    how to create and print multi page document

    Had no luck in the visual basic group maybe someone here can give me a hand.

    I have been tring to recreate a simple program that I wrote many years ago in quick basic. The program get name and address from a database, then the user will enter in info like order #, po # and starting box then number of boxes.

    In quick basic it was easy to send a form feed and print the next label. But this visual basic .net stuff has me...
    See more | Go to post

  • DeWittds
    started a topic how to creat and print multi page document

    how to creat and print multi page document

    I have been tring to recreate a simple program that I wrote many years ago in quick basic. The program get name and address from a database, then the user will enter in info like order #, po # and starting box then number of boxes.

    In quick basic it was easy to send a form feed and print the next label. But this visual basic .net stuff has me pulling my hair out. I can print all the info to desired printer. But do not understand...
    See more | Go to post

  • DeWittds
    replied to programming - basics
    How about using the "TextBox1_TextC hanged" on each of the textboxes with possible chagning info to recalculated the third box
    See more | Go to post

    Leave a comment:


  • DeWittds
    replied to VB.NET: Reading Barcode into Another Control
    in .NET
    Bobdude,
    I am currently working on the same type of thing. What I did was have it do "whatever" when the textbox lost focus. And then in my case reset the focus and select all to the same text box so it is ready to except another barcode. Let me know if you need more info. This happens to be the first thing I have done in vb.net and have not had to write any since vb5.

    Dave
    See more | Go to post

    Leave a comment:

No activity results to display
Show More
Working...