Method Html3():browseRow() Professional
Create the row of a browse view.
:browseRow( <aData>, [<aLookup>] ) --> NIL
The return value of the method :browseRow() is always NIL.
The method creates the HTML code for one data row in the Browse view. In case the browse view is editable, a pushbutton invokes the Edit view for that record when clicked. In the standard package DLL, following array is used for <aLookup>:
If the brwose is editable, the first column in the Browse view displays pushbuttons for each record. Furthermore the second parameter <aLookup>is mendatory as this parameter holds the name value pair for each pushbutton.
The method must be enclosed by calls to the methods :browseHeader() and :browseHeader().
Refer to the file ALASKA1.PRG in the ..\SAMPLES\WAA\ALASKA1 directory for usage examples.
If you see anything in the documentation that is not correct, does not match your experience with the particular feature or requires further clarification, please use this form to report a documentation issue.