External Interfaces > RealWeb > RealWeb API > Forms > Form Elements > RW_SUBMIT

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_SUBMIT (RealWeb) (rw_submit.htm)

To

Reality

Version

Topic

Submitted by

Company

Location

Email address

Comment

 

 

RW_SUBMIT


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

Purpose

Defines a form's Submit button. When a user clicks the Submit button, data from the form is sent to the server for processing.

Syntax

RW_SUBMIT(Name, Break)

Parameters

Name Specifies the text that is displayed on the button.

Break If non-zero, specifies that the text field should followed by a line break.

Dependencies

Requires a previous call to RW_START_HTML_FORM.

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