Product Documentation
Cadence User Interface SKILL Reference
Product Version IC23.1, September 2023

hiStoreFormLocation

hiStoreFormLocation( 
s_formName 
l_location 
)
=> t

Description

Stores a form location coordinates so that the form can be restored later to the same position.

This function stores the name and associated xy position of a form in an internal table. The function hiDisplayForm accesses this information prior to displaying the form. The location is updated when the form is moved so that the form does not go back to its old location when closed and reshown. The information stored overrides any positional information specified in the hiDisplayForm function.

This function is primarily for restoring a saved session.

Arguments

s_formName

Name or base name of the form whose location is to be stored. This argument can contain either the form name or the base name passed by the argument in the hiCreateAppForm function.

l_location

Coordinates to be stored for the specified form.

Value Returned

t

The location of the form is stored successfully.

Related Topics

Form and Field Functions

hiCreateAppForm

hiDisplayForm


Return to top
 ⠀
X