Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Localtablesenvironment and ..\h.dbf
Message
From
18/01/2000 19:37:57
 
 
To
18/01/2000 17:45:59
Gil Munk
The Scarborough Group, Inc.
Baltimore, Maryland, United States
General information
Forum:
Visual FoxPro
Category:
The Mere Mortals Framework
Miscellaneous
Thread ID:
00319653
Message ID:
00319672
Views:
13
>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.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform