Description
Creates an HTML Form element containing columns for one or more rows in a DataWindow control or DataStore. This method also returns an HTML Style element containing style sheet information.
Obsolete method
GenerateHTMLForm is obsolete and should not be used, because the Web DataWindow technology is obsolete.
Applies to
DataWindow type |
Method applies to |
---|---|
PowerBuilder |
DataWindow control, DataWindowChild object, DataStore object |
Syntax
PowerBuilder
integer dwcontrol.GenerateHTMLForm ( string syntax, string style, string action { , long startrow, long endrow, integer startcolumn, integer endcolumn {, DWBuffer buffer } } )
Return value
Returns 1 if the method succeeds and -1 if an error occurs.
If any argument is null, the method returns null.