Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Foxuser.dbf packed
Message
From
28/04/2002 08:24:55
 
 
To
28/04/2002 07:15:53
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00650119
Message ID:
00650122
Views:
16
This message has been marked as a message which has helped to the initial question of the thread.
Sorry I have no answer as to how to prevent packing but if you were to use a project hook to:
ProjectHook::BeforeBuild
set resource off
copy foxuser.dbf to foxsave.dbf
copy foxuser.fpt to foxsave.fpt

ProjectHook::AfterBuild
set resource off
copy foxsave.dbf to foxuser.dbf
copy foxsave.fpt to foxuser.fpt
This will save you from having to remember to do this each time.

Glenn


>Hello, everyone
>
>Well... I have one for today; not very bad, but annoying.
>
>If one include the database in the exe (that's it - right-click the database and select the 'Include' option from contextual menu), after first 'Build Executable' command, no matter if the 'Recompile all files' checkbox is checked or not, the Foxuser.dbf file is packed.
>
>I keep my IDE accurate - the windows have their own settings, and so on. Every build simply kill me.
>
>For the moment, I use a workaround: keep the database excluded, and before the final build I copy foxuser.dbf in some other place and after that copy it back.
>
>Anyone has a better solution here?
>
>Thank you.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform