To continue with this content, please log in with your Data Access ID or create a new account.
Cancel Data Access ID
You may not be authorized to see this content. Please contact Data Access Europe for more information.
Cancel Data Access Europe
You are not authorized to see this content.
Cancel Data Access Europe
Next lesson:
Compile and run the application
Cancel

DataFlex - Studio Tour

Lesson 6: The Designer

  1. Press F7 on the keyboard to go into the designer.

  2. The designer is a panel that can be docked to the studio but it can also float on top of the studio. The designer works together with the rest of the studio, so if you click on one of the control within the designer you will see that the code explorer also high lights this control and the properties panel does this as well.

  3. Double clicking on one of the controls will make the cursor jump to the corresponding object in the source code.
  4. To change the user interface, simply move or resize the objects within the designer. The arrow indicates where the object will go.

  5. To create a new object select the ‘Class Palette’.

  6. And drag the object into the designer. The arrow indicates where the object will appear after releasing the mouse button.

  7. To customize the object, select it and use the properties panel. Here you can customize for example the name to ‘oExtraDetail’ and the label to Detail:.

  8. The designer and source code will immediately reflect the changes made in the Properties panel.
  9. Some items in the properties panel are highlighted. Highlighted items are set on the object, while non-highlighted items have a default value based on the class.
  10. In this case this object is based on the ‘cWebForm’ class.

  11. Another important panel is the DDO Explorer, which can be found under view > DDO Explorer.

  12. It shows up as a panel, usually at the same place as the properties panel.

  13. It shows the DDO structure, the structure of data dictionary objects within a view. 
  14. From here you can drag new fields onto the view. 
  15. For example, select the ‘Title’ and ‘Checked’ field, and drag them onto the view.

  16. This will generate the data entry object that belongs to these table fields, it’s an easy and quick way to design a view.