Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Free table in Business Object
Message
General information
Forum:
Visual FoxPro
Category:
The Mere Mortals Framework
Miscellaneous
Thread ID:
00610932
Message ID:
00612001
Views:
26
Francisco,

>anyway, i do this job without the MM using hard coding :), please Kevin take note of this issue.

Here's a few things for you...

First of all, you can create views that access FoxPro 2.6 tables...this may go a long way towards helping you out.

Secondly, I just found an "issue" today with the latest version of the Framework when it comes to loading free tables...to fix this problem, change the following code in CCursor.OpenTable():

Change…
lcAlias = IIF(EMPTY(This.Alias), lcCursorSource, This.Alias)

To…
lcAlias = IIF(EMPTY(This.Alias), JUSTSTEM(lcCursorSource), This.Alias)

If you're using an older version of the Framework, you may already have JUSTSTEM() in this line of code.

Regards,
Kevin McNeish
Eight-Time .NET MVP
VFP and iOS Author, Speaker & Trainer
Oak Leaf Enterprises, Inc.
Chief Architect, MM Framework
http://www.oakleafsd.com
Previous
Reply
Map
View

Click here to load this message in the networking platform