
Object variable or With block variable not set (Error 91)
This error is telling you that your data control cannot find the
dataset. Check the mapping to your datasets and make sure it is
setup the same on your client system, or that your path variable for
the data has been setup correctly.
On Fri, 12 Dec 1997 20:28:13 -0600, Tony Mulvenna
Quote:
>I have developed an application in MS VB5.0 Pro and it runs fine both
>from within the development environment and also as an exe on my own
>machine. I have created a portable installation disk using the Setup
>Wizard and installed this on another machine. The installation is
>successful but any of the forms that I try to load that have Data
>Controls on them give me the following error - Object variable or With
>block variable not set (Error 91) - any suggestions as to the problem or
>the solution ?
>Tony