Versions Compared

Key

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

...

  1. Drag an Exc Search Form into pnMain
    1. Call it searchResult and set its Region to East and click Save in the Properties panel
    2. Click on Settings in the Properties panel
    3. Set Data Source to storeResult[List]
    4. Select First Name, Last Name, and ID as search criteria
    5. Click Save
    6. Click on TopBar in the Properties panel
    7. Add a button called Search with icon Magnifier
      1. Set Listeners to Click
        Set Fn to PageManager.searchForm_search_searchClientssearchResult
      2. Click Apply
    8. Add a button called Clear with icon Erase
      1. Set Listeners to Click
      2. Set Fn to PageManager.searchForm_clear_searchClientssearchResult
      3. Click Apply
    9. Click Save
  2. Click on Save Page at the top left of the screen, and click Ok to the Page Was Saved notification 

...