Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Error Message
Message
 
To
14/03/1999 09:08:32
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Miscellaneous
Thread ID:
00197240
Message ID:
00197367
Views:
17
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
Previous
Reply
Map
View

Click here to load this message in the networking platform