Click here to Skip to main content
15,891,473 members
Home / Discussions / Visual Basic
   

Visual Basic

 
QuestionSearch File Name - Change Name to Parent Folder Name.vbs ** Question! Pin
Memphis7616-Feb-11 11:54
Memphis7616-Feb-11 11:54 
AnswerRe: Search File Name - Change Name to Parent Folder Name.vbs ** Question! Pin
DaveAuld16-Feb-11 12:57
professionalDaveAuld16-Feb-11 12:57 
QuestionGlobal search? Pin
waner michaud16-Feb-11 9:31
waner michaud16-Feb-11 9:31 
AnswerRe: Global search? Pin
Luc Pattyn16-Feb-11 10:11
sitebuilderLuc Pattyn16-Feb-11 10:11 
GeneralRe: Global search? Pin
waner michaud16-Feb-11 13:49
waner michaud16-Feb-11 13:49 
AnswerRe: Global search? Pin
Luc Pattyn16-Feb-11 13:58
sitebuilderLuc Pattyn16-Feb-11 13:58 
GeneralRe: Global search? Pin
waner michaud16-Feb-11 14:13
waner michaud16-Feb-11 14:13 
AnswerRe: Global search? Pin
Luc Pattyn16-Feb-11 14:18
sitebuilderLuc Pattyn16-Feb-11 14:18 
I'm still confused. In my world each object would have a unique and constant ID, and all those pretty similar objects would sit in a single table. They could change state, get extra information in other tables, but they would not move out of the primary table, and they would not change their ID. If that is the model you want but not currently have, you would need:

1.
some run-once code to make sure the above invariant holds true; it would look for entries in other tables that are not currently present in the main table.

2.
a thorough check of all code to make sure the invariant is maintained, so objects don't move out of the primary table ever again.

Smile | :)
Luc Pattyn [Forum Guidelines] [My Articles] Nil Volentibus Arduum
Please use <PRE> tags for code snippets, they preserve indentation, improve readability, and make me actually look at the code.

GeneralRe: Global search? Pin
waner michaud16-Feb-11 15:01
waner michaud16-Feb-11 15:01 
AnswerRe: Global search? Pin
Luc Pattyn16-Feb-11 15:08
sitebuilderLuc Pattyn16-Feb-11 15:08 
GeneralRe: Global search? Pin
waner michaud16-Feb-11 15:22
waner michaud16-Feb-11 15:22 
GeneralRe: Global search? Pin
waner michaud18-Feb-11 7:01
waner michaud18-Feb-11 7:01 
GeneralRe: Global search? Pin
Luc Pattyn18-Feb-11 7:22
sitebuilderLuc Pattyn18-Feb-11 7:22 
GeneralRe: Global search? Pin
waner michaud18-Feb-11 7:44
waner michaud18-Feb-11 7:44 
GeneralRe: Global search? Pin
waner michaud18-Feb-11 9:44
waner michaud18-Feb-11 9:44 
GeneralRe: Global search? Pin
Luc Pattyn18-Feb-11 17:13
sitebuilderLuc Pattyn18-Feb-11 17:13 
AnswerRe: Global search? Pin
Bernhard Hiller16-Feb-11 23:26
Bernhard Hiller16-Feb-11 23:26 
QuestionSynchronizing in VB 6.0 [modified] Pin
Harsha Kadekar15-Feb-11 19:36
Harsha Kadekar15-Feb-11 19:36 
AnswerRe: Synchronizing in VB 6.0 [modified] Pin
Thomas Krojer15-Feb-11 21:28
Thomas Krojer15-Feb-11 21:28 
AnswerRe: Synchronizing in VB 6.0 Pin
Аslam Iqbal15-Feb-11 21:30
professionalАslam Iqbal15-Feb-11 21:30 
AnswerRe: Synchronizing in VB 6.0 Pin
Dave Kreskowiak16-Feb-11 1:19
mveDave Kreskowiak16-Feb-11 1:19 
AnswerRe: Synchronizing in VB 6.0 Pin
Harsha Kadekar16-Feb-11 2:09
Harsha Kadekar16-Feb-11 2:09 
GeneralRe: Synchronizing in VB 6.0 Pin
Thomas Krojer16-Feb-11 21:16
Thomas Krojer16-Feb-11 21:16 
AnswerRe: Synchronizing in VB 6.0 Pin
Аslam Iqbal17-Feb-11 4:12
professionalАslam Iqbal17-Feb-11 4:12 
GeneralRe: Synchronizing in VB 6.0 Pin
Thomas Krojer17-Feb-11 4:30
Thomas Krojer17-Feb-11 4:30 

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.