Autofill

  • Auto fill dialog allows you to fill with information specified fields automatically when you add a new record or edit an existing record.

    So,
    you can make autoincrement fields.
    You can add any amount of different actions.
    You can add comments (lines, beginning from ";").

  • Examples:
    1. field1=field2*2*3.1415926
    2. field1=field2*field3
    3. field1=now()
    4. i=100
      field1=i
      i=i+1
    5. field1=i+reccount()
    6. field1=recno()

  • The following functions are available:
    NOW()
    DATE()
    TIME()
    RECCOUNT()
    RECNO()