Please enable JavaScript to view this site.

ESL Documentation

Navigation: » No topics above this level «

FAQs_dbAssist_Q06_01_List.inc

Scroll Prev Top Next More

invisible modeless dialog box List_DB

    size 183 140 at 198 71

    in desktop

    dialog border

    title bar "Employee List"

    system menu

 

static text Select_ST

    size 80 8 at 13 128

    in List_DB

    font "system"

    text "Select an employee:"

    word wrap

 

readonly table List_TBL

    size 158 89 at 13 33

    in List_DB

    vertical scroll bar

    column grid invisible

    column headings hide

    row grid invisible

    row headings hide

    single row selection

    font "system"

     insert string column Name_COL

        width is 148

        text size 80

     insert integer column ID_COL

        width is 10 

 

default push button Edit_PB

    size 44 14 at 13 6

    in List_DB

    font "system"

    text "~Edit..."

 

push button View_PB

    size 44 14 at 70 6

    in List_DB

    font "system"

    text "~View..."

 

cancel push button Cancel_PB

    size 44 14 at 127 6

    in List_DB

    font "system"

    text "Cancel"