8.1. Create new and modify project.
VX+ support 8 step to design a project.
8.1.1. Create structure Table.
In this tab, you can create new Table or modify created Table:
- Field Name input box: uppercase character, alpha charater or number. Max length
- Field Type: VX+ suport 5 type character:
    + Character: C
    + Number : N
    + Date : D
    + Logic : L
    + Memo : M

- Field Width input box:
    + Character: C width 1-254 character.
    + Number : automatic width is 8 byte ,
    + Date : automatic width is 8 byte
    + Logic : automatic width is 1 byte
    + Memo : automatic width is 10 byte



8.1.2. Formula Field.
- This tab have 3 attributes for edit form:
    + Calculator field input: this field use formular to receive value (it can not edit).
    Example:=field1+field2
    + Hint label input: this is note of input field or hint of label.
    + Alias field input: this is alias label of field (secord or other name), it use when design form input data.

Click Apply to write. Clear to cancel.



8.1.3. Format Field.
You can create format input box when edit or change data of table:

- For Character :
    + Input type: text, directory, save, open, password).
    + Pattern : @A,!!!,A,B...
    + width, height

- For Number :
    + Input type: number.
    + Pattern, select item from TextBox :
    - #,##0.00
    - #,##0.00;(#,##0.00)
    - #,##0.00 "CR";#,##0.00 "DB"
    - $#,##0.00;($#,##0.00)
    + width : 2-19

- For Date :
    + Input type: date.
    + Pattern, select item from TextBox :
    M/d/yyyy
    M/dd/yyyy
    M/ddd/yyyy
    M/dddd/yyyy
    M/dddddd/yyyy

    m/dd/yyyy
    mm/dd/yyyy
    mmm/dd/yyyy
    mmmm/dd/yyyy

    dd/mm/yyyy hh:nn:ss AM/PM
    MM/dd/yyyy
    yyyy/MM/dd
    MM/dd/yy
    dd/MMM/yy
    + width : 10-32

- For Memo :
    + Input type: textarea.
    + width, height of textarea.
This field is html webpage: text, hyperlink, video, image, any object...

- Checkbox Readonly. Click Apply to write.
8.1.4. Attribute Field.
Select attribute font (color,size, style....) for edit form.
It not use in multi-device platform.



8.1.5. Script is Html page.



8.1.6. Edit Form.
Call edit form dialog. In this dialog you can create edit form. See topic 7.3.1. Edit Form.
See topic 7.3.1. Edit Data.



8.1.7. Report Form.
Call report form dialog. In this dialog you can create report form. See topic 7.3.2. Report Form.



8.1.8. Label Form.
Call label form dialog. In this dialog you can create label form. See topic 7.3.3. Label Form.