|
Table Of Contents
|
Path : Home » ColdFusion Products » Database Management » UDI - Universal Database Interface » How to's (Common Problems Solved) » How to: Use the Wizard
UDI - How to: Use the WizardTo access UDI's wizard for building/modifying your database interface, you need to add the line: currentTemplatePath="#getCurrentTemplatePath()#" editInterface="yes" to you code. If starting from scratch, just type the following on a blank page, then view the page in your browser: <cf_dcCom COMPONENT="UDI" currentTemplatePath="#getCurrentTemplatePath()#" editInterface="yes"></cf_dcCom> ... this will cause a button "Edit Interface" to appear on the toolbar. When you click this button, the wizard interface for UDI will be open in a new window. Using this interface you can easily define all the fields and options for the interface and it will program itself for you!
|