Re: Power Objects questions

From: Michael Kranzdorf <mikek_at_krt.com>
Date: 1995/09/01
Message-ID: <mikek-0109951243200001_at_franklin-tty19.jvnc.net>#1/1


In article <425tp1$59p_at_agate.berkeley.edu>, "Larry M. Jones" <ljones_at_mindseye.berkeley.edu> wrote:

> I keep getting the message, too, and not only with lstObj.UpdateList().
> A couple of times my capitalization was off, so check that carefully. I...

As Rich said, OPO is case insensitive: foo.updatelist() works just as well as Foo.UpdateList(). If you get an "Object Value Required" message, there's probably an unexpected NULL involved. The debugger/watcher works surprisingly well - use it. msgbox is also a quick and dirty debugging aid ("msgbox foo" puts up a message box when foo = a data value or null, generates an error when foo = an object value).

Michael Kranzdorf                      ---           mikek_at_krt.com
Director of Information Systems        ---                NYSE:KRT
Kranzco Realty Trust                   ---            610.941.9292
Received on Fri Sep 01 1995 - 00:00:00 CEST

Original text of this message