Versions Compared

Key

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

...

  1. Create a new WAM.

         Name: iiiUsingCSS
         Description: Using CSS
         Layout weblet: iiilay01

...


  1. Replace the default RDMLX code with the source provided in WAM100. Appendix. Appendix. It is a simple WAM that looks like the following. It displays a list of employees as a browse list or a grid.

    Image Modified

...


  1. Compile your WAM. Open

...

  1. the begin WebRoutine in the design view:

...

    1. Extend the table containing Employee Surname by adding a row.

...

    1. Add a push button to each new cell and set up the push button properties as follows:

      Property

      Value

      Caption

      List

      on_click_wrname

      Emplist

      Caption

      Grid

      on_click_wrname

      empgrid

...

    1. Save your changes.

...


  1. Open the empgrid WebRoutine in the Design view. Add a Grid weblet to the page and link it to list EMPLIST.

...


  1. Save your changes.

...


  1. Run the begin WebRoutine in the web browser.
    1. Enter a

...

    1. partial surname such as "S" or "B"

...

    1. Click the List push button to display a list of employees.

...

    1. Click the Grid push button to display a grid of employees.