GenerateHTMLForm

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.

NoteObsolete method GenerateHTMLForm is obsolete and should not be used.

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 } } )

Returns

Returns 1 if the method succeeds and –1 if an error occurs.

If any argument is null, the method returns null.