form3中:
procedure TForm3.Button1Click(Sender: TObject);
begin
......
form3.Previous;
form3.Close;
end;
问题是每次form3执行的时候,form1已经执行完,怎么解决?