In this step you will:
Property | Value |
|---|---|
Caption |
|
left_relative_image |
|
on_click_wrname |
|
submitExtraFields |
|
|

Define Field(#sc) Reffld(#skilcode)
Def_List Name(#empskls) Fields((#SKILCODE *out) #GRADE #COMMENT #DATEACQ (#dateacqr *hidden) (#empno *hidden) (#sc *hidden)) Type(*Working) Entrys(*max)Select Fields(#empskls) From_File(pslskl) With_Key(#empno)#sc := #skilcode
Add_Entry To_List(#empskls)Endselect
When (= S)Selectlist Named(#empskls)
#skilcode := #scIf (#dateacqr *NE *zeroes)Update Fields(#empskls) In_File(pslskl) With_Key(#empno #skilcode) Val_Error(*next)Endif
Upd_Entry In_List(#empskls)EndselectIf_Status Is(*okay)Message Msgtxt('Skills for ' + #empno + ' were changed')EndifEndcase
Compile your WAM.
Open the Details WebRoutine in the Design view.
On the Skills tab, select the grid and move to the right using the cursor keys and press enter. This will position the cursor immediately below the grid.
Use the context menu, Insert HTML, Table to insert a table with one row and two columns.
Click in each cell of the new table and change the align property to left.
Drag and drop a Push Button with Image into the right hand cell and set it up as follows:
Property | Value |
|---|---|
caption |
|
left_relative_image |
|
on_click_wrname |
|
submitExtraFields |
|
|
