External Interfaces > RealWeb > RealWeb API > Forms > Form Definition > RW_START_FORM

Comment on this topic

Documentation Comments

Use this form to comment on this topic. You can also provide any general observations about the Online Documentation, or request that additional information be added in a future release.

RealityV15.1Online Documentation (MoTW) Revision 7

RW_START_FORM (RealWeb) (rw_start_form.htm)

To

Reality

Version

Topic

Submitted by

Company

Location

Email address

Comment

 

 

RW_START_FORM


Use of this subroutine is now deprecated - it can still be used, but for new developments it is recommended that you use RW_START_HTML_FORM for enhanced functionality.

Purpose

Defines an HTML FORM, with its METHOD attribute set to POST, and its ACTION attribute set to the URLClosed contained in ActionSub. This URL is invoked when the user clicks the form's Submit button.

Syntax

RW_START_FORM(ActionSub)

Parameters

ActionSub The URL to be invoked when the user clicks the form's Submit button.

Dependencies

Requires a subsequent call to RW_END_FORM.

RealityV15.1 (MoTW) Revision 7Comment on this topic