Method Html3():editHeader() Professional
Create the header of a remote edit view.
Syntax
:editHeader( <cTitle>, [<cAlert>] ) --> NIL
Parameters
<cTitle>
The parameter <cTitle> is displayed as the title of the Edit view.
<cAlert>
<cAlert> is an emphasized subtitle that is displayed when the standard package DLL reaches Bof() or Eof().
Return
The return value of the method :editHeader() is always NIL.
Description
This method must be enclosed by calls to the methods :header() and :footer().
Refer to the file ALASKA1.PRG in the ..\SAMPLES\WAA\ALASKA1 directory for usage examples.
Feedback
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.