Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Error 12 variable ccol not found
Message
General information
Forum:
Visual FoxPro
Category:
Stonefield
Environment versions
Visual FoxPro:
VFP 9
OS:
Windows XP SP2
Network:
Windows 2003 Server
Database:
Visual FoxPro
Application:
Desktop
Miscellaneous
Thread ID:
01390912
Message ID:
01390925
Views:
39
>Below is a snippet of code that errors with the above error
>
>lcDBC=JUSTFNAME(lcDBC)
>*- Create StoneField Object
>oMeta = NEWOBJECT('DBCXMgr', 'DBCXMGR.VCX')
>IF TYPE('oMeta') <> 'O' OR ISNULL(oMeta)
>	=MESSAGEBOX("Unable To Create Data Control Object"+CHR(13)+;
>		"Serious Error, Cannot Run",64,"CANNOT PROCEED")
>	RETURN .F.
>ENDIF
>oMeta.SetDatabase(lcDBC)
>lcDBCText=lcDBC+'!ALL'
>oMeta.oSDTmgr.lQuiet=.F.
>oMeta.oSDTmgr.UPDATE(lcDBCText)
>oMeta.oSDTmgr.REINDEX(lcDBCText)
>
>
>What I'm doing wrong?
>
>TIA,
>Mike

Check Doug's message #1345100
Previous
Reply
Map
View

Click here to load this message in the networking platform