Sample 'Customers' application (None Specified)
At 06 JAN 1999 01:31:54PM Nick wrote:
I downloaded the customers application because I wanted to take a look at it and possibly come up with some new things for our application. After downloading it, I unzipped it into a temporary directory and created a new application in our application, called customer. I then tried to do an appbackup as per instruction but am unable to get the dictionaries to load. All of the forms load but the data tables are inaccessible. Can anyone please provide me with some instruction on how to implement this sample application so that I can review it ?
Thank you.
At 06 JAN 1999 03:08PM Rob Revelation wrote:
Nick–
I would check to see if the .lk and .ov files are flagged Read Only. If so do an attrib *.* -r from the DOS prompt. Then do the APPBACKUP and make sure that the COPY DATA TABLES check box is checked.RobRevelation
At 06 JAN 1999 07:31PM Nick Urdiales wrote:
Thanks Rob, that solved it.