M
Miro
I'm just trying to wrap something around my head and am looking for some
pro's vs con's on this scenario of what I am thinking of trying...
If someone with some experience with this could point me in the right
direction -
Lets say you have an MDI and 2 forms that open in that app.
Each form looks at the customer database but displays it differently.
If a customer gets added on form1, you would want it to instantly show up on
form2.
Same data - just displays the info differently.
So im assuming there are 2 options to do this:
1. on the MDI form, have a 'global' public shared dataset, so as a dataset
gets refreshed, it refreshes the new records instanlty on both
2. Keep track if the other form is open, if it is, and a refresh occurs on
this dataset, and its connection, refresh the other / shoot the one new
record over
Thanks,
Miro
pro's vs con's on this scenario of what I am thinking of trying...
If someone with some experience with this could point me in the right
direction -
Lets say you have an MDI and 2 forms that open in that app.
Each form looks at the customer database but displays it differently.
If a customer gets added on form1, you would want it to instantly show up on
form2.
Same data - just displays the info differently.
So im assuming there are 2 options to do this:
1. on the MDI form, have a 'global' public shared dataset, so as a dataset
gets refreshed, it refreshes the new records instanlty on both
2. Keep track if the other form is open, if it is, and a refresh occurs on
this dataset, and its connection, refresh the other / shoot the one new
record over
Thanks,
Miro