Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Database design
Message
From
16/07/1999 17:07:53
 
 
To
16/07/1999 17:00:21
General information
Forum:
Visual FoxPro
Category:
Project manager
Title:
Miscellaneous
Thread ID:
00242589
Message ID:
00242600
Views:
17
>I want to do following
>
>1) create a project
>2) create different databases for different customers which will have same table structures,relationships etc.
>3) The directory structure is like
> Project directory
> then dbf,report,qurry etc
> then one directory for each customer which will have all customer related tables
>4) I created form with radio buttons to select a customer.
>5) based on the selection i set the path.
> e.g. dbf,report,query,customer1
> This SET PATH TO is there in click event for each button selection.
>6) Now I want to create a form using form wizard.
>
> It ask for the table to include.
>My problem is, though the table name is same for all customers. But I want to include table name from respected database.
>
>IN short I want to use the same form for all customers.
>
>Please help me

As long as you support the same structure, you shouldn't worry about actual database location, i.e. you may pick up any one to do development. In run-time you will adjust to real database location using Database property of Dataenvironment.Cursors :
***DE.BeforeOpentable event (simplified)
Thisform.Setall("Database",cActualdbcpathname,"Cursor")
Edward Pikman
Independent Consultant
Previous
Reply
Map
View

Click here to load this message in the networking platform