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
  1. Home
  2. General Programming
  3. Visual Basic
  4. Removing items from listview .... problem

Removing items from listview .... problem

Scheduled Pinned Locked Moved Visual Basic
data-structuresarchitecturehelp
1 Posts 1 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.
  • R Offline
    R Offline
    RaveRare
    wrote on last edited by
    #1

    Dear friends, I have a problem that i want to depackage a computer package. Situation is as under. i have following tables 1. Casing (CasingID, Model, Status, Notes) 2. Motherboard (MotherboardID, Model, Status, Notes) 3. Keyboard (KeyboardID, Model, Status, Notes) 4. Mouse (MouseID, Model, Status, Notes) 5. Status (StatusID, Status) (values) 1, Packaged 2, Available 3, Damaged etc.etc.etc.... 6. Package (CasingID, MotherboardID, KeyboardID, MouseID) now i have a form (PACKAGE FORM) on which there is a listview with following columns ITEMID ITEM-TYPE SPECS 1 Keyborad multimedia... 2 Motherboard 16-bit architecture... 3 Mouse wirless.... 4 Keyboard non multimedia... 5 Casing ATX power supply... OK, now try to understand care fully that before saving a package, A function (i have written to change the status which checks every time in the packge) moves table to table and changes the status of items to "PACKAGED". this function is working properly. Problem is that when i reload the package to remove some items from the package then how i can keep in mind that what items are removed from the package because i have to again change their status to "AVAILABLE" i have two solutions already with me 1. when ever i remove some item from listview, then immediately change the status in the reference table 2. Add an array to the project which save my removed items and in the end a fuction should go to all the reference tables to change the status have you any other shortest solution for that.... please

    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