Article Details
Id: | 11932 |
Product: | finPOWER Connect |
Type: | NEW |
Version: | 2.01.00 |
Opened: | 03/06/2014 |
Closed: | 03/06/2014 |
Released: | 27/06/2014 |
Job: | J013369 |
Page Sets; Ability to show right-click menu on TextBox and DBComboBox to list records
The ability to list record codes, e.g., Account Ids upon right-clicking a Page Object has been added to TextBox and DBComboBox type Page Objects.
The following Script code configures a Page Object to list Accounts when right-clicking and would most likely reside in the Initialise method of the Page Set:
txtAccounts.ContextMenuListObjectType = "Account"
Valid object types are:
- Account
- Client
- SecurityStmt
NOTE: Upon calling the psh.FormShowRangeLookupFromStandardRange method from the Script, the right-click menu is automatically configured to list the correct record type. However, before this method has been called, the right-click menu will not list the correct record types unless the Page Object is configured as shown above.