trichview.support
Re: Error "list index out of bounds (0)" |
Author |
Message |
C.C |
Posted: 10/25/2002 4:14:57 Hi, I have already solved this prolem. Thank you. C.C "Sergey Tkachenko" <[email protected]> wrote in message news:[email protected]... > 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