Re: Power Objects questions

From: Debbie Klinksiek <dklinksi_at_strider.sps.mot.com>
Date: 1995/09/01
Message-ID: <dklinksi-0109951338200001_at_klinknsiekmac.sps.mot.com>#1/1


> >2) I am trying to update a listbox in a button Click() event (following
> >the example in the help page for UpdateList()). However I get the message
> > BAS-01010 - Object value required
> >for the InsertRow() method. I can see no obvious spelling errors (I even
> >got another pair of eyes to look at it). What does this message mean?

The solution to this problem was emailed to me. Michael Kranzdorf said the problem was that GetRecordset() was returning NULL. I added None=None to the Translation attribute and added a DeleteRow() to the OnLoad() method. Everything worked fine.

NOTE: My code (similiar to the help text) works without the extra parentheses as suggested.

Thanks to everyone for the suggestions!
Debbie Received on Fri Sep 01 1995 - 00:00:00 CEST

Original text of this message