Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Setup wizard problem
Message
 
 
À
22/04/2002 09:08:34
Information générale
Forum:
Visual FoxPro
Catégorie:
InstallShield
Divers
Thread ID:
00647511
Message ID:
00647528
Vues:
20
So many possibilities, so little time. < bg >

Did you include the CDX files with your tables? How about SET EXCLUSIVE OFF? In your forms, are you using private datasessions? If so, you need to read the Help file on the the topic of SET DATASESSION. You will need SET TALK, SET DELETED, SET DATABASE, etc., in your form base class so all these SET parms are run in each form with a private DS.

How are you handling the connection to the server? DSN? Programmatically?

Do you have necessary rights to the folder where you installed the app and data for testing? I assume so since you were able to install it there, but you may login as a different user than the one you ran the installation under.

>Hello Group,
>
>I am not sure what this forum is for but I am going to give it a try.
>
>I have a Visual FoxPro program that i used to create an application.
>I placed the application and all of the tables, database, code, and forms in a folder and ran the setup wizard. When I went and tested the setup program and tried to run the application on another machine. I receive errors of Sturctural CDX not found and Database CATC not open. The first few lines of my main program are
>
>on error do DevError with line()
>
>SET PROCEDURE TO jw_procedures ADDITIVE
>SET SAFETY OFF
>OPEN DATABASE CATC && open the database
>SET DATABASE TO CATC
>
>What am I doing wrong. This program is a front end for an SQL Server and uses a lot of remote views and ODBC connections.
>
>Thanks for your help.
>
>Jim
Mark McCasland
Midlothian, TX USA
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform