Results 1 to 3 of 3

Thread: Refresh winform

  1. #1

    Thread Starter
    New Member
    Join Date
    Jun 2005
    Posts
    1

    Unhappy Refresh winform

    hi all.. thanks in advance for helping

    we have a parent form with datagrid which opens a second form to edit this datagrid. how can we refresh the datagrid when the user has closed the second form after editing? We've tried reloading and/or refreshing both the datagrid and form and opening and closing forms but none seemed to work... >_< any help will be grateful.

  2. #2
    Frenzied Member mar_zim's Avatar
    Join Date
    Feb 2004
    Location
    Toledo Cebu City.
    Posts
    1,416

    Re: Refresh winform

    could you post your code about that scenario?

  3. #3
    Fanatic Member popskie's Avatar
    Join Date
    Jul 2005
    Location
    In my chair
    Posts
    666

    Re: Refresh winform

    try
    public static Form1 frmfirst =null;
    frmfirst = this;

    'call this to form2

    form1.frmfirst.datagrid.Your changes here;
    Last edited by popskie; Jul 19th, 2005 at 02:48 AM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width