Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
CodeMine plus Stonefield DD
Message
General information
Forum:
Visual FoxPro
Category:
Third party products
Miscellaneous
Thread ID:
00299963
Message ID:
00300010
Views:
30
Hi Larry,

>I used the Stonefield data dictionary with FoxPro 5.0 and started using it with the early 6.0. Got lots of GPFs before installing the VFP service pack 3, and basically gave up.
>
>I'm now using CodeMine as a development framework, and am wondering if it is time to take another look at Stonefield...but I'm wondering how do the two products work together? Anybody else doing this?
>
>--- Larry

I'm using Stonefield Database Toolkit with CodeMine. Everything works well!

Here is what I did. I put the following code in BeforeReadEvents (AppApplication) of AppMain class



SET DATABASE TO AppData

PUBLIC oMeta
oMeta = newobject('DBCXMgr', 'DBCXMGR.VCX', '', .F.)
if type('oMeta') <> 'O' or isnull(oMeta)
* display an error message and exit, because DBCX cannot be used
endif type('oMeta') <> 'O' ...
oMeta.SetDatabase(dbc())

* Require successful logon before application may continue.
* If you dont care about secutity issues, you can remove this line.
RETURN IIF(ISNULL(THIS.oSecurity), .T., THIS.oSecurity.AutoLogonDialog())


HTH
*******************************************************
Save a tree, eat a beaver.
Denis Chassé
Previous
Reply
Map
View

Click here to load this message in the networking platform