Savekey Data

Restriction: This topic applies only when the AppMaster Builder AddPack has been installed, and applies only to Windows platforms.
User Commarea to Store Savekey
Check this to store savekey data in the program Commarea instead of storing it in a screen field.
Non-Repeated Savekey
Select a field from this list when your screen has a single occurrence of data only, with the Update, Delete, or Next action. The field to the right contains the size that the savekey screen field must be to store the database key.
Repeated Row Savekey
Select a field from this list when your screen has a repeated record block only, with the Update, Delete, Forward, or Backward action. The field to the right contains the size that the savekey screen field must be to store the database key.
For All Savekeys
Select a field from this list when your screen has both:
  • A single occurrence of data, with the Update, Delete, or Next action
  • A repeated record block, with the Update, Delete, Forward, or Backward action

The field to the right contains the size that the savekey screen field must be to store the database key.

Note: Each savekey field on your screen should have the Type attribute set to Protected and the Length attribute set to the sum of the bytes allocated for non-repeated and repeated row savekeys.