Search results for query: *

  1. V

    Cascading update

    Thanks Thank you Fpineda101. Writing an SQL procedure seems like a good solution. regards, NU_B
  2. V

    Cascading update

    Dear Vis781, This is not homework. It is just a puzzle I cannot see through presently and would like some indication as how to proceed.
  3. V

    Cascading update

    Hello VB.net world, Can someone please explain why none of the attempts below work? Consider two tables, table1 and table2 in which table2 being the child of table1. The Foreign key relation is over field one of both tables. The relation is set to cascade upon update. Textbox1 is bound to...
  4. V

    MDIproblem

    Solved Dear Jugga, Thanks for the welcome and the consideration. I have solved the problem. At the end of the line declaring the Sub that handles the toolstripmenuitemclick, there was the addition Mybase.Mdichildactivate. I guess I will learn to look more closely at these very long lines...
  5. V

    MDIproblem

    Two trial applications using MDIparent. One uses buttons on the parent form to launch child forms and works. The second uses menu items and toolbars to launch childforms. However, launching the second child form also launches an instance of the first child form and recurssively so. Does anyone...
Back
Top