I have a VB 6.0 appl, that creates a commodities list and
shows the list in crystal report viewer. When the user
select the print button in the crystal report viewer they
get the error:
Runtime Error 91: Object variable or With Block Variable
not set
Any ideas? I haven't been able to find anything.
Thanks for any help.
Karen
This happens why your try something like:
sCaption = SomeObject.SomeProperty
...where SomeObject is an object type that has not been instanced.
> Any ideas? I haven't been able to find anything.
You really only have one option -- debug your application. Find the line on
which that runtime error is being generated, and you'll most likely find the
reason why it's happening.
if so, send them to www.microsoft.com/data
and have them DL and install Mdac 2.7 and Jet 4.0
D?
"Karen" <tdavi...@msn.com> wrote in message news:45fa01c1fd18$fa063dc0$3aef2ecf@TKMSFTNGXA09...