Once again, bring up the 4D Explorer. This time, click on Project Methods and then click the New button (highlighted by a red circle in the picture).
You will again be asked if the method is to be a Listing or a Flowchart; always choose Listing. The Method Name you should enter is "Compiler_WEB". Please type the following into your new Compiler_WEB method:
TRACE
C_TEXT(WSC_t_FormItem1)

Your Compiler_WEB method should now look like the one in the picture.
Compiler_WEB is a special method. Any method that begins with "COMPILER_" will contain declarations of variables for 4D Compiler. You may want to read up on the Compiler Commands.
Please close the Compiler_WEB method before proceeding.