Subject Cannot find data in dropbox
From Winston Doyle <winston@winstondoyle.com>
Date Tue, 12 Sep 2017 19:32:07 -0400
Newsgroups dbase.getting-started

My executable is in C:\myprogs.
Database aliases are in C:\USERS\Dropbox\Tables and C:\users\dropbox\datamodules.
My starting program finds the data e.g. USE :tables:stock
But the same command in the .wfm file sees the program expecting to find the data in c:\myprogs.

The program also cannot find the .dmo files.

Yet  ? b.databaseFound( "TABLES" ) and  ? b.databaseFound( "DATAMODULES" ) proves that the aliases are correct.