Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Localtablesenvironment and ..\h.dbf
Message
De
18/01/2000 19:37:57
 
 
À
18/01/2000 17:45:59
Gil Munk
The Scarborough Group, Inc.
Baltimore, Maryland, États-Unis
Information générale
Forum:
Visual FoxPro
Catégorie:
The Mere Mortals Framework
Divers
Thread ID:
00319653
Message ID:
00319672
Vues:
12
>The cursorsource of everyone of my otableobjects is '..\h.dbf' and at another time they were all '[[tablename]]' which didn't work either. I deleted the tables thru the builder and saved the class, reopened it and added all the tables thru the builder again and now everyone is using the h.dbf cursorsource.
>
>What's happening here? I have also been experiencing some very strange things occuring in the vcx's everywhere when using the bizobj builder.
>
>Any help would be appreciated.

I have been experiencing the same phenomenom. There is a definate bug somewhere. I found that modifying the ccursor object in cDataenv helps.
Change the following code in CCursor.Initialize():

Change…
IF NOT EMPTY(This.CursorSource)

To…
IF NOT EMPTY(This.CursorSource) AND NOT '[' $ This.CursorSource

Although this will solve some of your problems, I found that it is not 100% reliable. I'm sure kevin is aware of the problem, and hopefully he is hard at work coming up with a solution.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform