Click here to Skip to main content
15,900,725 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Preventing automatic vars changes in Multiple Child Forms Pin
NigeLost26-Dec-06 11:25
NigeLost26-Dec-06 11:25 
QuestionGetting information from the database Pin
Aigini26-Dec-06 4:34
Aigini26-Dec-06 4:34 
AnswerRe: Getting information from the database Pin
Agus Budianto26-Dec-06 17:28
Agus Budianto26-Dec-06 17:28 
Questionmaking the column readonly Pin
RAJWANTMISHRA26-Dec-06 4:30
RAJWANTMISHRA26-Dec-06 4:30 
AnswerRe: making the column readonly Pin
Janani Divya27-Dec-06 1:20
Janani Divya27-Dec-06 1:20 
GeneralRe: making the column readonly Pin
RAJWANTMISHRA27-Dec-06 5:19
RAJWANTMISHRA27-Dec-06 5:19 
QuestionPreventing automatic variable changes in Multiple Child Forms Pin
NigeLost26-Dec-06 3:52
NigeLost26-Dec-06 3:52 
AnswerRe: Preventing automatic variable changes in Multiple Child Forms Pin
Dave Kreskowiak26-Dec-06 6:36
mveDave Kreskowiak26-Dec-06 6:36 
You haven't come acrossed any information about this problem because it's a desgin flaw in your application. There is nothing that will stop a form from accepting input, at least in the form that your thinking about.

Basically, you have to change your child forms so that they are not dependant on data from outside of that form. Each child form should be operating on a COPY of the data it is graphing, not depending on an outside pointer to tell it what data to get. This is because that pointer can change, as is evident from your other forms showing the exact same graphs.


Dave Kreskowiak
Microsoft MVP - Visual Basic


QuestionUrgent Pin
vin107025-Dec-06 23:12
vin107025-Dec-06 23:12 
AnswerRe: Urgent Pin
Colin Angus Mackay26-Dec-06 0:09
Colin Angus Mackay26-Dec-06 0:09 
AnswerRe: Urgent Pin
Dave Kreskowiak26-Dec-06 2:38
mveDave Kreskowiak26-Dec-06 2:38 
GeneralRe: Urgent Pin
Paul Conrad26-Dec-06 16:07
professionalPaul Conrad26-Dec-06 16:07 
QuestionRemoting Pin
nitin_ion25-Dec-06 22:55
nitin_ion25-Dec-06 22:55 
AnswerRe: Remoting Pin
Dave Kreskowiak26-Dec-06 2:39
mveDave Kreskowiak26-Dec-06 2:39 
GeneralRe: Remoting Pin
nitin_ion26-Dec-06 17:09
nitin_ion26-Dec-06 17:09 
GeneralRe: Remoting Pin
Dave Kreskowiak27-Dec-06 1:25
mveDave Kreskowiak27-Dec-06 1:25 
QuestionDrag & Drop Problem Pin
Taylor Kobani25-Dec-06 20:53
Taylor Kobani25-Dec-06 20:53 
AnswerRe: Drag & Drop Problem Pin
Christian Graus25-Dec-06 22:21
protectorChristian Graus25-Dec-06 22:21 
GeneralRe: Drag & Drop Problem Pin
Taylor Kobani27-Dec-06 20:24
Taylor Kobani27-Dec-06 20:24 
QuestionUnable to resolve type Error Pin
bprashant25-Dec-06 19:56
bprashant25-Dec-06 19:56 
AnswerRe: Unable to resolve type Error Pin
Christian Graus25-Dec-06 22:21
protectorChristian Graus25-Dec-06 22:21 
QuestionFile Load Problem Pin
EMPeek25-Dec-06 17:18
EMPeek25-Dec-06 17:18 
AnswerRe: File Load Problem Pin
Dave Kreskowiak25-Dec-06 17:50
mveDave Kreskowiak25-Dec-06 17:50 
GeneralRe: File Load Problem Pin
EMPeek25-Dec-06 18:44
EMPeek25-Dec-06 18:44 
GeneralRe: File Load Problem Pin
Christian Graus25-Dec-06 19:25
protectorChristian Graus25-Dec-06 19:25 

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.