Hi,
I am new to this Forum, although I have searched it from time to time.
I am also new to VB Programming and working on what is, I suppose, a fairly ambitious project for a newbie!
As you can guess, I have hit a snag and would like some easy-to-follow assistance, please.
My program is for input of some information, storing this in a database, then using the information to build 4-point graphs in child windows when selected from a ListBox. The Row ID is gained from the ListBox Item selection, enabling identification & retrieval of the relevant data to build the graph and other data into a "template" child Window, which is then displayed.
All works great until....
A number of graphs need to be selected for display as comparisons. Clicking several items in the ListBox opens several Child Windows. They each open correctly BUT, from Graph 2 onwards, as each is opened, the previous graphs automatically change to the current item's data. As a result I end up with all graphs & info being exactly the same.
How can I ensure that, after creation, a Child Form accepts no further input?
I have not found anything that helps me through this dilemma. Can you help me find the solution?
Many thanks.
I am new to this Forum, although I have searched it from time to time.
I am also new to VB Programming and working on what is, I suppose, a fairly ambitious project for a newbie!
As you can guess, I have hit a snag and would like some easy-to-follow assistance, please.
My program is for input of some information, storing this in a database, then using the information to build 4-point graphs in child windows when selected from a ListBox. The Row ID is gained from the ListBox Item selection, enabling identification & retrieval of the relevant data to build the graph and other data into a "template" child Window, which is then displayed.
All works great until....
A number of graphs need to be selected for display as comparisons. Clicking several items in the ListBox opens several Child Windows. They each open correctly BUT, from Graph 2 onwards, as each is opened, the previous graphs automatically change to the current item's data. As a result I end up with all graphs & info being exactly the same.
How can I ensure that, after creation, a Child Form accepts no further input?
I have not found anything that helps me through this dilemma. Can you help me find the solution?
Many thanks.