Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
DataClas/VFP
Message
General information
Forum:
Visual FoxPro
Category:
Third party products
Title:
Miscellaneous
Thread ID:
00649842
Message ID:
00652530
Views:
13
Hi Randy,

>Is anyone else using Dataclas/VFP? I have found a bunch of features that aren't documented in the included reference manual and was wondering if anyone else has any thoughts on taking advantage of these items, namely the logon screen an user level settings.

One of the primary things to keep in mind is that DataClas/VFP is the data object. While we provide a free framework with the product, you don't have to use it. You won't find much in the way of docs on the framework because it's really just there to show you how to build a DataClas/VFP app. Does it work? Absolutely! Could it be extended to be more robust? Sure, that's why we give you the source for free!

>and a few things bother me, like the hard coding of drive paths in the main.prg.

Again, the framework is provided free of charge for you to use if you want. The drive paths you mention are all relative paths to be used by the app.

LOCAL lcClass_Path
lcClass_Path = "Classlibs\"

That just makes it easier to do things like

SET CLASSLIB TO (lcc_ClassPath + "MyClasses1") ADDITIVE
SET CLASSLIB TO (lcc_ClassPath + "MyClasses2") ADDITIVE
SET CLASSLIB TO (lcc_ClassPath + "MyClasses3") ADDITIVE

and so on without having to worry about pathing if you decide to move your source code to another directory.

Hope this helps...

Anyone else interested in seeing the "correct" way to develop VFP / SQL Server applications? Yes?? Head over to www.redmatrix.com and download the DataClas/VFP Evaluation Edition and see what DataClas/VFP is all about!
Jim Duffy
Microsoft MVP
INETA Speaker
TakeNote Technologies
Developer's Choice Award Winner for Best Training Company
Specializing in VB.NET, ASP.NET, VFP, and SQL Server Training and Development
Previous
Reply
Map
View

Click here to load this message in the networking platform