Please add your comments and suggestions as a Reply to this thread.

PB/WIN - CONTROL GET TEXT statement
Purpose

PB/WIN - CONTROL GET TEXT statement
Purpose
Get the text from a control.
SyntaxCONTROL GET TEXT hDlg, id& TO txt$
RemarkshDlg refers to the dialog that owns the control.
id& is the unique control identifier as assigned to the control with a CONTROL ADD statement. Any text in the control is placed into the txt$ variable.
With combo boxes, CONTROL GET TEXT returns the text entered in the edit portion of the control. To retrieve the selected text from the list portion of a combo box or a list box control, use the COMBOBOX GET TEXT statement or LISTBOX GET TEXT statement respectively.
See Alsoid& is the unique control identifier as assigned to the control with a CONTROL ADD statement. Any text in the control is placed into the txt$ variable.
With combo boxes, CONTROL GET TEXT returns the text entered in the edit portion of the control. To retrieve the selected text from the list portion of a combo box or a list box control, use the COMBOBOX GET TEXT statement or LISTBOX GET TEXT statement respectively.
Dynamic Dialog Tools, COMBOBOX GET TEXT, CONTROL SET TEXT, LISTBOX GET TEXT, LISTVIEW GET TEXT, TREEVIEW GET TEXT
ReferencesCONTROL ADD:
CONTROL ADD "custom-control" statement
CONTROL ADD BUTTON statement
CONTROL ADD CHECK3STATE statement
CONTROL ADD CHECKBOX statement
CONTROL ADD COMBOBOX statement
CONTROL ADD FRAME statement
CONTROL ADD GRAPHIC statement
CONTROL ADD IMAGE statement
CONTROL ADD IMAGEX statement
CONTROL ADD IMGBUTTON statement
CONTROL ADD IMGBUTTONX statement
CONTROL ADD LABEL statement
CONTROL ADD LINE statement
CONTROL ADD LISTBOX statement
CONTROL ADD OPTION statement
CONTROL ADD SCROLLBAR statement
CONTROL ADD TEXTBOX statement
CONTROL ADD BUTTON statement
CONTROL ADD CHECK3STATE statement
CONTROL ADD CHECKBOX statement
CONTROL ADD COMBOBOX statement
CONTROL ADD FRAME statement
CONTROL ADD GRAPHIC statement
CONTROL ADD IMAGE statement
CONTROL ADD IMAGEX statement
CONTROL ADD IMGBUTTON statement
CONTROL ADD IMGBUTTONX statement
CONTROL ADD LABEL statement
CONTROL ADD LINE statement
CONTROL ADD LISTBOX statement
CONTROL ADD OPTION statement
CONTROL ADD SCROLLBAR statement
CONTROL ADD TEXTBOX statement