In this step, you change the WEB_MAP again, but instead of removing the list from the page and adding it again, you will generate the XSL for all WebRoutines.
- Change the field definitions in the DEF_LIST command to input, or do not specify a display mode so they default to input.
Def_List Name(#emplist) Fields(#empno #givename #surname #address1 #phonehme) Type(*working) Entrys(*max)
- Save your changes.
- Open the Compile options dialog by clicking the Menu button on Compile section of the Home ribbon.
- Make sure Generate XSL is checked and check All WebRoutines.
- Click OK.
- Open ListMain in the Design view again. Notice the list fields are all input capable again.
Remember: When you generate the XSL for All WebRoutines, changes you have made to ANY WebRoutines in the WAM will be lost.

