Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Error Message
Message
 
À
14/03/1999 09:08:32
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Titre:
Divers
Thread ID:
00197240
Message ID:
00197367
Vues:
18
Jason,

It looks like your problem is with the sace in the database name. The wizard classes are not taking the possibility of a space in the name into consideration. You could rewrite the wizard code to put quotes around the databse name or you could change the name of your database to Voices2010 without the space in it.

I created a database named voices 2010 (with the space) and these all worked fine;

OPEN DATABASE "Voices 2010"
SET DATABASE TO "Voices 2010"

But these failed;

OPEN DATABASE Voices 2010
* When it was open
SET DATABASE TO Voices 2010
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform