Click here to Skip to main content
15,914,074 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: SQL Security for your VB apps Pin
Mark Cabbage15-Sep-07 4:55
Mark Cabbage15-Sep-07 4:55 
GeneralRe: SQL Security for your VB apps Pin
Dave Kreskowiak15-Sep-07 6:13
mveDave Kreskowiak15-Sep-07 6:13 
GeneralRe: SQL Security for your VB apps Pin
Paul Conrad15-Sep-07 6:25
professionalPaul Conrad15-Sep-07 6:25 
GeneralRe: SQL Security for your VB apps Pin
Dave Kreskowiak15-Sep-07 6:38
mveDave Kreskowiak15-Sep-07 6:38 
GeneralRe: SQL Security for your VB apps Pin
Paul Conrad15-Sep-07 9:37
professionalPaul Conrad15-Sep-07 9:37 
GeneralRe: SQL Security for your VB apps Pin
Dave Kreskowiak15-Sep-07 11:26
mveDave Kreskowiak15-Sep-07 11:26 
GeneralRe: SQL Security for your VB apps Pin
Paul Conrad15-Sep-07 6:24
professionalPaul Conrad15-Sep-07 6:24 
QuestionRemoving items from listview .... problem Pin
RaveRare14-Sep-07 19:55
RaveRare14-Sep-07 19:55 
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














QuestionNeed help on my Thesis... Pin
Holy Orders14-Sep-07 17:56
Holy Orders14-Sep-07 17:56 
AnswerRe: Need help on my Thesis... Pin
Paul Conrad14-Sep-07 18:57
professionalPaul Conrad14-Sep-07 18:57 
GeneralRe: Need help on my Thesis... Pin
Holy Orders14-Sep-07 19:01
Holy Orders14-Sep-07 19:01 
AnswerRe: Need help on my Thesis... Pin
Paul Conrad14-Sep-07 19:11
professionalPaul Conrad14-Sep-07 19:11 
AnswerRe: Need help on my Thesis... Pin
Dave Kreskowiak15-Sep-07 2:53
mveDave Kreskowiak15-Sep-07 2:53 
GeneralRe: Need help on my Thesis... Pin
Paul Conrad15-Sep-07 3:46
professionalPaul Conrad15-Sep-07 3:46 
GeneralRe: Need help on my Thesis... Pin
Dave Kreskowiak15-Sep-07 6:04
mveDave Kreskowiak15-Sep-07 6:04 
GeneralRe: Need help on my Thesis... Pin
Paul Conrad15-Sep-07 6:23
professionalPaul Conrad15-Sep-07 6:23 
Questionhow to upload the picture file into report file (.rpt) with VB6 and Crystal Report 9.2 Pin
mctramp16814-Sep-07 17:48
mctramp16814-Sep-07 17:48 
QuestionRecord Audio From Microphone Pin
Indra PR14-Sep-07 15:45
Indra PR14-Sep-07 15:45 
AnswerRe: Record Audio From Microphone Pin
JamesS[C1]25-Sep-07 3:49
JamesS[C1]25-Sep-07 3:49 
AnswerRe: Record Audio From Microphone Pin
Eddy Vluggen6-Nov-09 8:13
professionalEddy Vluggen6-Nov-09 8:13 
QuestionGet Computer Name Using VB6 Pin
Widgets14-Sep-07 15:05
Widgets14-Sep-07 15:05 
AnswerRe: Get Computer Name Using VB6 Pin
nitin314-Sep-07 19:46
nitin314-Sep-07 19:46 
AnswerRe: Get Computer Name Using VB6 Pin
Dave Kreskowiak15-Sep-07 2:34
mveDave Kreskowiak15-Sep-07 2:34 
QuestionThe meaning of the # in VB Pin
Andy20214-Sep-07 11:16
Andy20214-Sep-07 11:16 
AnswerRe: The meaning of the # in VB Pin
Dave Kreskowiak14-Sep-07 12:45
mveDave Kreskowiak14-Sep-07 12:45 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.