Table of Contents

O4WResponse routine

Description

O4WResponse is used to generate a partial response (of the desired type), typically in response to an event on a form originally generated with O4WForm.

Syntax

O4WResponse(contentType)

Parameters

The function has the following parameters:

ParameterDescription
contentTypeThe URL of the stylesheet to be used.

Remarks

Either the O4WForm or O4WResponse call MUST be called before specifying any other controls or style information in your O4W project.

See Also

O4WForm routine