SetPageFieldPageFieldName

Mon 01 January 2018

Syntax

SetPageFieldPageFieldName(Page.PageName, Record.RecordName, Field.FieldName, PageFieldName)

Description

Use the SetPageFieldPageFieldName function to add or change a page field name for a field. The page field name is set on the General tab of the page field properties. Changing a name to itself is not supported.

The first ...

read more

SetPanelControlStyle

Mon 01 January 2018

Syntax

SetPanelControlStyle(style)

Description

Use the SetPanelControlStyle function to specify a String value that updates the system with styles that control the state of the left and right panels.

Important! Use this function within fluid applications only.

Parameters

Field or Control

Definition

style

Specifies the styles for the panel controller ...

read more

SetPasswordExpired

Mon 01 January 2018

Syntax

SetPasswordExpired(NewValue)

Description

Use the SetPasswordExpired function to set the password expired status for the current user. When the user's password expired flag is set to True, they can only access the page that allows them to change their password. The function returns the old value, that is ...

read more

SetPostReport

Mon 01 January 2018

Syntax

SetPostReport()

Description

Use the SetPostReport function to create a reference to a PostReport object. After you’ve created this object, you can assign values to its properties, then use the Put method to initiate the posting of the files to the Report Repository.

Parameters

None.

Returns

A reference to ...

read more

SetRecFieldEditTable

Mon 01 January 2018

Syntax

SetRecFieldEditTable(Record.RecordName, Field.FieldName, EditTable [, TableEditType])

Description

Use the SetRecFieldEditTable function to set the edit table value for a record field. This overwrites the value for the edit table for the record field. Use the SetEditTable Record method to just set the edit table value at runtime.

If ...

read more

SetRecFieldKey

Mon 01 January 2018

Syntax

SetRecFieldKey(Record.RecordName, Field.FieldName, Key)

Description

Use the SetRecFieldKey function to specify whether a field on a record is a key field or not.

Use the IsKey field class property to determine whether or not the field is already a key.

Note: Because performing this operation changes records ...

read more

SetReEdit

Mon 01 January 2018

Syntax

SetReEdit(reedit_on)

Description

Use the SetReEdit to switch re-edit mode on and off. When re-edit mode is on, definitional edits (such as translate table and prompt table edits), as well as FieldEdit PeopleCode, are run on each editable field in the component when the component is saved. If an ...

read more

SetSearchDefault

Mon 01 January 2018

Syntax

SetSearchDefault([recordname.]fieldname)

Description

Use the SetSearchDefault function to set system defaults (default values set in record field definitions) for the specified field on search dialog boxes. It does not cause the FieldDefault event to fire.

Note: This function remains for backward compatibility only. Use the SearchDefault field property ...

read more

SetSearchDialogBehavior

Mon 01 January 2018

Syntax

SetSearchDialogBehavior(force_or_skip)

Description

Use the SetSearchDialogBehavior function in SearchInit PeopleCode to set the behavior of search and add dialog boxes before a page is displayed, overriding the default behavior. There are two dialog behavior settings: skip if possible (0) and force display (1).

Important! Do not use SetSearchDialogBehavior in ...

read more

SetSearchEdit

Mon 01 January 2018

Syntax

SetSearchEdit([recordname.]fieldname)

Description

Use the SetSearchEdit function to enable system edits (edits specified in the record field definition) for the specified [ recordname .] fieldname , for the life of the search dialog box, or until the ClearSearchEdit function is called with that same field.

Note: This function remains for backward ...

read more