

Use the right and left arrows to specify the relationship of the forms in your application.Repeat steps 1 through 5 for each form in your application.For more information about using Visual Query Builder, see Using Visual Query Builder. Use Visual Query Builder to specify the data source, tables, and fields to include in the form, and then click Save to save the query.Click Edit Master Page, Edit Detail page, or Edit Master Section, depending on the type of form you are creating.Select the page type (master, detail, or master/detail).In the Name text box, enter the name for the page.In your application, you can link master, detail, and master/detail pages as follows: You can create master, detail, or master/detail pages. The Form Layout dialog box lets you specify the pages to use in your application. The data source is configured in the ColdFusion Administrator.Īlthough you specify one default data source at this point, you can access data from other data sources in your application.

Select the RDS server on which you want the application to reside.To load the settings from an application you previously created using the ColdFusion/Flex Application wizard, select the configuration file, and then click Load ColdFusion/Flex Application Wizard Settings.After reading the introductory text, click Next.Under ColdFusion Wizards, select ColdFusion/Flex Application wizard, and then click Next.In Eclipse or Flex Builder, select File > New > Other.For more information, see Configuring RDS. Start the ColdFusion/Flex Application wizard You may find it helpful to draw a diagram of the tables and fields that you want to include in your application, including which ones to display in your application, as the following image shows: A master/detail page in which the master page lists the works of art by the artist selected on the List of Artists master page, and a detail page that contains details about the artwork selected on the Artwork master page.In this example, your application contains the following pages: When the user then selects a work of art, a page that contains details about that piece of art appears. When a user selects an artist, a page that lists all the works by that artist appears. The first page lists all the artists that your gallery represents. In the following example, you create an application for an art gallery. The fields that connect one page to another.Whether each page is a master, detail, or master/detail page.Designing your applicationīefore starting the ColdFusion/Flex Application wizard, you should determine which pages to include in your application, including the following: The wizard lets you use Visual Query Builder to generate the SQL statements. You specify the master, detail, and master/detail pages to include in the application, and the relationship between the application's pages. The ColdFusion/Flex Application wizard creates ColdFusion and Flex files for a create, read, update, delete (CRUD) application.
