Support for Tab Sequence, Enabled, and Show Focus Rectangle Properties

These properties are supported in the PowerBuilder Classic DataWindow. PowerBuilder .NET WPF DataWindow supports only Tab Sequence and Enabled. The Tab Sequence property is not expressionable, but Enabled and Show Focus Rectangle are.

  • The default value of Tab Sequence is zero for all non-column controls, replicating the previous behavior. You can edit it as needed.

  • The default value for the Enabled property is "yes."

  • The default value of the Show Focus Rectangle property is "no."

Note: The Show Focus Rectangle property is supported only in PowerBuilder Classic.

The following DataWindow controls now have the Tab Sequence, Enabled, and Show Focus Rectangle properties:

  • Button (Show Focus Rectangle does not apply)

  • Computed Field

  • Graph

  • Picture

  • TableBlob

  • Text

The Column control does not have the Enabled property because it has existing mechanisms which achieve the same effect. PowerBuilder Classic supports these properties for OLE Objects and OLE Database Blobs.