Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Adding properties to Favorites
Message
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Environment versions
Visual FoxPro:
VFP 9
OS:
Windows XP SP2
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01011617
Message ID:
01012017
Views:
16
>Now I found the problem.
>
>The location of the BUILDER.DBF is apparently stored in the Resource File. And I copied over my old Resource File to VFP9 from my old pre-VFP9 version. So the "BUILDERS" entry in my FOXUSER.DBF was still pointing to the old pre-VFP9 BUILDER.DBF file.
>
>So this is what I did to fix:
>
>
>USE (SET("RESOURCE",1)) AGAIN
>LOCATE FOR ID="BUILDERS"
>IF NOT EOF()
>  REPLACE Data WITH HOME()+"WIZARDS\BUILDER.DBF"
>ENDIF
>
>
>Now everything works as it should. (Though, as I said, I'm not going to use the _MemberData stuff).
>
>--Brad
>
>
In my case it's not that simple. I'm still working on that problem. I think, after I ran BuilderB application, something was set wrongly. I unzipped XSource Builder application, so I'm going to trace...
If it's not broken, fix it until it is.


My Blog
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform