Create a button that adds random data

Create a button that triggers the generation of random strings that populate the filterable list box.
  1. Create a button:
    1. In
      Project view
      , right-click
      MainWindow (type)
      and select
      New
      Base controls
      Button
      .
    2. Hover-over the button, select
      Edit
      Edit
      , and enter
      GenerateRandomStringsButton
      .
  2. Configure the button:
    1. In
      Properties
      , set
      Text
      to
      Generate Random Data
      .
    2. Next to
      MouseClick event
      , select
      Add
      Add
      and select
      ProjectName
      NetLogic
      GenerateRandomStrings
      RunQuery
      .
    3. Next to
      MouseClick event
      , select
      Add
      Add
      and select
      ProjectName
      UI
      MainWindow (type)
      RandomDataListBox
      Refresh
      .
Provide Feedback
Have questions or feedback about this documentation? Please submit your feedback here.