thomas
|
| Posted: 02/25/2002, 11:10 PM |
|
hi,
i found the article to get more than one database connected to one project.
i defined in the page properties as "custom includes event" the different connections with
include ("./common2.php");
iam looking for a solution to get that work with forms. So that i have in one project, one page with 3 forms from 3 different databases.
is that possible ?
thomas
|
|
|
 |
Nicole
|
| Posted: 02/26/2002, 6:25 AM |
|
Thomas,
I suppose it is possible but it is not so easy as create forms with CC. Try to include both common files to this page. While the same functions and sub names are using rename them in common2.php, e.g. to dLookUp2(), etc.
Create Custom Show event for all the forms in order to use renamed functions. And create Custom Action events if there record type forms are present.
|
|
|
 |
|