Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Expand
titleAdd a Form
  1. Right-click on the dashboard and click Dashboard Options then click 
    Insert excerpt
    _bar_horizontal
    _bar_horizontal
    nopaneltrue
    . You can adjust how far up the screen the bar should be. PhixFlow automatically adds a scroll bar to the data table.
  2. Right-click on the lower white area, and select Create New Form, and enter the name Business Entry Form.
    PhixFlow adds an empty blue form area.
  3. In the bottom right of the PhixFlow window, click on the 
    Insert excerpt
    _palette
    _palette
    nopaneltrue
     icon and expand the section pft1 AppBuilder (Theme 1).
    A palette is a set of pre-made components, that make it quick and easy to lay out a form.
  4. Drag in Form Title and name it Title.
    This adds a header area to the form.
  5. Drag in Form Body and name it Business Body.
    This adds a split area and buttons to the form., which now looks like this:
    Image Added


Expand
titleAdd fields to the form
  1. Click on the BusinessData stream properties tab.
  2. In the stream properties, select the attributes UID through to Active
  3. Shift-drag the attributes onto the left area.
    PhixFlow creates a set of form fields for the attributes.
  4. Shift-drag the Description attribute onto the right area. 
    PhixFlow creates a field for the description. As this attribute has the type "bigstring", PhixFlow creates a field with an  editing toolbar, to make it easy to edit the description text.Your form should now look like this:
    Image Modified


The form is displaying the first data record. If you select different data records in the table, the form display does not change. But you want the form to display the currently selected record. To make this happen you need to connect the form to the data.

...