Be sure you have the right copy of _Utility.vcx in your project. Then, if
any of the classes in _Utility are based on classes in SomeVCX.vcx you will
need to add SomeVCX.vcx to your project also. The NavButtons look like a
likely candidate for the cause of your problems since they're in another
class library than _Utility.
--
Cindy Winegarden MCSD, Microsoft Visual FoxPro MVP
cindy.wi...@mvps.org, www.cindywinegarden.com
"Glen Wagner" <mozil...@hotmail.com> wrote in message
news:09fe01c32f7e$8aa85be0$a001...@phx.gbl...
I had time to look at the files you sent. I created a project and added the
PRG (commented out some irrelevant stuff to prevent errors) and the forms
and recompiled. The following files were pulled in:
_AutGraph.vcx
Automate.vcx
_Base.vcx
_Table.vcx
_Utility.vcx
SetObjRef.prg
All of these were located in the VFP6 FFC directory. Do you have all of
these added to your project?
--
Cindy Winegarden MCSD, Microsoft Visual FoxPro MVP
cindy.wi...@mvps.org, www.cindywinegarden.com
> Be sure you have the right copy of _Utility.vcx in your project. Then, if
> any of the classes in _Utility are based on classes in SomeVCX.vcx you
will
> need to add SomeVCX.vcx to your project also. The NavButtons look like a
> likely candidate for the cause of your problems since they're in another
> class library than _Utility.
> > Well this time I added a neet little Bell Curve graph to
This article says that the problem was fixed in a service pack. The last
service pack for VS6 was SP5. Do you have this service pack installed? You
should always keep your software up to date. The service pack is
downloadable from
http://msdn.microsoft.com/vstudio/downloads/updates/sp/vs6/sp5/sp5_fp_en.aspx.
It's made up of several very large files. I remember downloading each one of
them overnight until I had them all. Now I have a CD. ;-)
--
Cindy Winegarden MCSD, Microsoft Visual FoxPro MVP
cindy.wi...@mvps.org, www.cindywinegarden.com
"Glen Wagner" <mozil...@hotmail.com> wrote in message
news:064601c32f9b$c5141590$a101...@phx.gbl...
Anything else to try?
Glen \ps thanks for all your help so far ... dont think I
dont appriciate it
>.
>
Have you considered completely uninstalling VFP and reinstalling from the
ground up, including the service pack? Also, if you can install to the
default directory.
Do you have
SET CLASSLIB TO < each of the class libraries you are using > ADDITIVE
in your Main program?
--
Cindy Winegarden MCSD, Microsoft Visual FoxPro MVP
cindy.wi...@mvps.org, www.cindywinegarden.com
"Glen Wagner" <mozil...@hotmail.com> wrote in message
news:05cb01c32fb8$635fb350$a401...@phx.gbl...
>>>
VCX is corrupted. Or VCX is edited manfully and the Class or ClassLib fields
are cleared out inaccurately - it is empty, but with space or Enter left. In
Browse window when you clear memo field always assure "memo" starts from
lower-case "M". when it is "Memo" - it is not cleared.
>Anyone seen this before? [VFP6 SP5]
> Visual Class Library d:\vss\iflex-rsc\classes\iflexcls.vcx has the
following errors:
> Visual Class Library - Undefined
<<<
--
Cindy Winegarden MCSD, Microsoft Visual FoxPro MVP
cindy.wi...@mvps.org, www.cindywinegarden.com
"Glen Wagner" <mozil...@hotmail.com> wrote in message
news:05cb01c32fb8$635fb350$a401...@phx.gbl...
but
Like it works so I think I can live with a compelition
error as long as the end result is the graph exicutes
thank you so much for all your help
Glen
PS
Foxpro is still my favorite database language You guys are
doing great!
>.
>