Connection Information

To perform the requested action, WordPress needs to access your web server. Please enter your FTP credentials to proceed. If you do not remember your credentials, you should contact your web host.

Connection Type

FormFieldGetDeletable – PB Docs 2022 – PowerBuilder Library

FormFieldGetDeletable – PB Docs 2022

FormFieldGetDeletable

PowerScript function

Description

Gets the deletable setting of the specified form field. The type of
the form field may be FormFieldCheckBox, FormFieldComboBox, FormFieldText,
and FormFieldDate.

Applies to

RichTextEdit control

Syntax

Argument

Description

fieldID

The unique ID assigned to the form field.

Return value

Integer. The following are the possible return values and their
description:

1 (Default value) — The form field can be deleted by pressing the
keyboard key, or by calling the corresponding delete function (for
example, FormFieldDelete, or ClearAll).

0 — The form field cannot be deleted by pressing the keyboard key,
but can be deleted by calling the corresponding delete function (for
example, FormFieldDelete, or ClearAll).

-1 — Failure.

-2 — The field ID does not exist, is illegal or is not a form
field.

null — Null argument.

Examples

This example gets the deletable setting of the specified form
field.


Document get from Powerbuilder help
Thank you for watching.
Was this article helpful?
Subscribe
Notify of
guest
0 Comments
Oldest
Newest Most Voted
Inline Feedbacks
View all comments
0
Would love your thoughts, please comment.x
()
x