trichview.com

trichview.support




Re: Error "list index out of bounds (0)"


Return to index


Author

Message

Sergey Tkachenko

Posted: 10/24/2002 12:59:00


I can suggest a workaround.

In the design time, clear DataSource property of rwTest.


In TfrmTest.OnActivate, write:


procedure TFrmTest.FormActivate(Sender: TObject);

begin

  rwTest.DataSource := FrmMainTest.DataSource1;

end;






Powered by ABC Amber Outlook Express Converter