Group Browsing Data
APPBROWSE
Creates an Application Part to browse databases If a numeric value is used for <size1> and/or <size2> in conjunction with the key word PERCENT, the values are interpreted as percentage of the parent window's height and/or width.
APPBROWSE [ INTO <oAppBrowse> ] [ FIELDS <cFieldNames,...> ] [ PARENT <oParent> ] [ POSITION <pos1> [, <pos2>] ] [ SIZE <size1> [, <size2>] [ PERCENT ] ] [ TITLE <cTitle> ] [ COLOR <nForeGround1> [, <nBackGround1> ] ] [ FONT <cFontCompoundName> ] [ HILITE <nForeGround2> [, <nBackGround2> ] ] [ STYLE PLAIN | 3D | FANCY | <nStyle> ] [ ALIAS <cAlias> ] [ FOR <lForCondition> ]
APPFIELD
Specifies a database field to be displayed in an Application Part.
APPFIELD <cFieldName> | <memvar> := <expression> [ INTO <oApp> ] [ TYPE <cType> ] [ LEN <nLen> ] [ DEC <nDec> ] [ FONT <cFontCompoundName> ] [ COLOR <nForeGround1> [, <nBackGround1>] ] [ HILITE <nForeGround2> [, <nBackGround2>] ] [ ALIGN LEFT | CENTER | RIGHT ] [ WIDTH <nWidth> ] [ READONLY ] [ HEADING | CAPTION <cHeading> [ FONT <cFontCompoundName> ] [ COLOR <nForeGround> [, <nBackGround>] ] [ ALIGN LEFT | CENTER | RIGHT> ] ] [ FOOTING | COMMENT <cFooting> [ FONT <cFontCompoundName> ] [ COLOR <nForeGround> [, <nBackGround>] ] [ ALIGN LEFT | CENTER | RIGHT ]
Browse()
Displays data records from a work area in a window.
Browse( [<nTop>], [<nLeft>], [<nBottom>], [<nRight>] ) --> lSuccess
DacPagedDataStore()
Class
Class function of the DacPagedDataStore class.
DbSkipper()
Skipper function for a XbpBrowse or TBrowse object using database files as the data source.
oTBrowse:skipBlock := {|nSkip| DbSkipper(nSkip) } oXbpBrowse:skipBlock := {|nSkip| DbSkipper(nSkip) }
TBApplyKey()
Processes a key code (Inkey() value) for a TBrowse object.
TBApplyKey( <oTbrowse>, <nKey> ) --> nBrowseDirection
TBColumn()
Class
Class function of the TBColumn class.
TBHandleEvent()
Processes event codes (such as those returned by the function AppEvent()) for a TBrowse object.
TBHandleEvent( <oTBrowse>, <nEvent>, [<mp1>], [<mp2>], [<oXbp>]) --> nBrowseDirection
TBrowse()
Class
Class function of the TBrowse class.
TBtoMousePos()
Moves TBrowse cursor to the location clicked with the left mouse button.
TBtoMousePos( <oTBrowse>, <nMouseRow>, <nMouseCol> ) --> nBrowseDirection
XbpBrowse()
Class
Class function of the XbpBrowse class
XbpColumn()
Class
Class function of the XbpColumn class
XbpQuickBrowse()
Class
Class function of the XbpQuickBrowse class