Search results for query: *

  • Users: nzcam
  • Order by date
  1. N

    Problem with oledbcommand paramaters

    Hi, I have created a oledb connection / command that connects to a oracle 7.3 database . the oledbCommand was set up in designer that executes a oracle stored procedure with 2 input paramaters with default values. This all works ok when I pass in the 1st paramater ,but when I try to pass in...
  2. N

    Dynamic Button where click closes form

    Newbe Yes indeed. This was my 1st post and it is great to see that you guys are also showing us the correct way of doing thinks rather than the way we ask for help!! Have a happy day!!
  3. N

    Dynamic Button where click closes form

    inheritance of form OK, Thanks to all of you for showing me the way!! I'll change what I am doing to inheritance !! If something is done then it should be done the correct way Thanks!!
  4. N

    Dynamic Button where click closes form

    Thanks to all Thanks every one for you thoughts, I have now completed my simple task of closing the form from a seperate class. I used the button.parent way and it worked a treat!! Thanks nzcam
  5. N

    Dynamic Button where click closes form

    Hi, Thanks for that. But!! what I am trying to do is have a seperate class (outside the form) that creates a close button on a form and has a click event that closes the form. So I can have this close button is same position in eveny form with same click event. I can get the click...
  6. N

    Dynamic Button where click closes form

    Dynamic Button where click closes form (RESOLVED) Hi, I am trying to write a a windows app where the close button is created via a public class. The click event is created in here as well. I can get the click event to process but I can not get the click event to close the form. Please help...
Back
Top