Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Mr. Ramani,Slighthaze HELP...................building .exe in FVP 8.0

Status
Not open for further replies.

ridifvx

Programmer
Apr 10, 2003
34
ID

i make an app It's work fine at the VFP environment but when i tried to compile this project (become *.exe)
when i clicked the exe one an error occurs like this:

1. Table is read only so i can't add a records or something help!!! how can i to make the table is not read only :(

2. The worst one is when i clicked a button to show a report..FVP said this
Object "name" is not found (Error 1923)..
in reports i put a lot value which come from theform "name.frx"

3. One morething can i make setup file using with install shield LE 4 FVP 8.0 i without FVP runtime main form

i know i'm stupid..but anybody help me.............

sorry 4 my english
Thanks
 
If you're using a DBC, the first thing I would do is validate the database to ensure it is valid. The main reason for this is because of the object name error.

Secondly, make sure all the files have read/write attributes. If you copied them from a CD they would be read-only by default.

I don't know of any reason why VFP 8.0 would prevent you from building an exe, so I suspect is it something else preventing it.

To Validate the database.
Open it exclusively:
VALIDATE DATABASE

* to recover from an invalid database
VALIDATE DATABASE RECOVER

Jim Osieczonek
Delta Business Group, LLC
 
HI

When you compiled the execute, I feel you have included all the tables in the build. You should mark all the DBC/tables as exluded. For this, just right click over the tables one by one in the project and select excluded. Do the rebuilding and try.

:)

ramani :)
(Subramanian.G)
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top