Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
CODE PROJECT For Those Who Code
  • Home
  • Articles
  • FAQ
Community
  1. Home
  2. General Programming
  3. Visual Basic
  4. Need input on the best way of going about this.........

Need input on the best way of going about this.........

Scheduled Pinned Locked Moved Visual Basic
tutorial
4 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • J Offline
    J Offline
    Joey Picerno
    wrote on last edited by
    #1

    I have a form where the user can add inventory items. Some items they will have multiple of the same item. I want the user to be able to enter all the information for that item except for the serial number field. I want them to be able to enter ALL of the serial numbers for all of the items at once. EXAMPLE: A dept. buys 10 bullet proof vests. They go to enter the vests into the system. They type in all the information (make, model, cost, description, etc.) when they get to the last one which is serial number they can click the ENTER MULTIPLE button and have a small form pop up with a control to enter all 10 of the serial numbers for all 10 of the bullet proof vests. I just need to know what the best control to use would be and any other information on how to use that control to accomplish what I need. THank you guys for your input. I do appreciate it, as always. -Joey

    C 1 Reply Last reply
    0
    • J Joey Picerno

      I have a form where the user can add inventory items. Some items they will have multiple of the same item. I want the user to be able to enter all the information for that item except for the serial number field. I want them to be able to enter ALL of the serial numbers for all of the items at once. EXAMPLE: A dept. buys 10 bullet proof vests. They go to enter the vests into the system. They type in all the information (make, model, cost, description, etc.) when they get to the last one which is serial number they can click the ENTER MULTIPLE button and have a small form pop up with a control to enter all 10 of the serial numbers for all 10 of the bullet proof vests. I just need to know what the best control to use would be and any other information on how to use that control to accomplish what I need. THank you guys for your input. I do appreciate it, as always. -Joey

      C Offline
      C Offline
      Christian Graus
      wrote on last edited by
      #2

      How is your database set up ? It sounds like you need a table for item types, and one for individual items ( an item type ID and a serial number, at minimum ).

      Christian Graus - C++ MVP 'Why don't we jump on a fad that hasn't already been widely discredited ?' - Dilbert

      J 1 Reply Last reply
      0
      • C Christian Graus

        How is your database set up ? It sounds like you need a table for item types, and one for individual items ( an item type ID and a serial number, at minimum ).

        Christian Graus - C++ MVP 'Why don't we jump on a fad that hasn't already been widely discredited ?' - Dilbert

        J Offline
        J Offline
        Joey Picerno
        wrote on last edited by
        #3

        Sorry it took me so long to reply. I got wrapped up on something else... What Im really asking here, is what would be the best control to accept multiple serial numbers from the user. Like how you would enter a combo box's items in vb.net in the designer. You click on items in the property window and a rich text box comes up and you enter each combobox item each on a different line. Something like this. I guess I could do it like that, im just asking to see if you or anyone else can think of a better way to do it, and how... My database isnt built yet. I am writing the front-end first and then the back-end(SQL)... Thanks for your help...

        C 1 Reply Last reply
        0
        • J Joey Picerno

          Sorry it took me so long to reply. I got wrapped up on something else... What Im really asking here, is what would be the best control to accept multiple serial numbers from the user. Like how you would enter a combo box's items in vb.net in the designer. You click on items in the property window and a rich text box comes up and you enter each combobox item each on a different line. Something like this. I guess I could do it like that, im just asking to see if you or anyone else can think of a better way to do it, and how... My database isnt built yet. I am writing the front-end first and then the back-end(SQL)... Thanks for your help...

          C Offline
          C Offline
          Christian Graus
          wrote on last edited by
          #4

          OK, I'd imagine your two options are to have a table to which a serial number is added in each row ( so, a combo box ), or, the way I see it mostly done, is a textbox and the serial numbers are semi colon delimited.

          Christian Graus - C++ MVP 'Why don't we jump on a fad that hasn't already been widely discredited ?' - Dilbert

          1 Reply Last reply
          0
          Reply
          • Reply as topic
          Log in to reply
          • Oldest to Newest
          • Newest to Oldest
          • Most Votes


          • Login

          • Don't have an account? Register

          • Login or register to search.
          • First post
            Last post
          0
          • Categories
          • Recent
          • Tags
          • Popular
          • World
          • Users
          • Groups