PDA

Click to See Complete Forum and Search --> : Refresh Problem


sujatharaj
Jan 7th, 2000, 11:49 AM
I have two forms for viewing mails.
The first form lists all the mails in the mail box.
When the row in the first form is clicked, the second form is loaded.
The second form has the label and RichTextBox controls which show the details of the selected mail id.
But while loading the second form on the click event of the first forms, the second form could not be refreshed.
Some of the controls in the second form are invisible. After switching over to some other form and then coming back to the form,
the form works fine. Even the "Form.Refresh" command didnt work well.
Can anyone give me the solution for this.

JeffSM
Jan 9th, 2000, 07:16 AM
I guess that you can load this second form together the first but set his property Visible to False.

I had a problem more or less like your times ago.

Boa sorte.
Jefferson