Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Free table in Business Object
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
The Mere Mortals Framework
Divers
Thread ID:
00610932
Message ID:
00612001
Vues:
27
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
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform