|
Description
Modifying an Application object registered in a version control system is as simple as modifying any other registered object.
When you check out a registered Application object, PowerBuilder performs some background tasks to make the Application object in your work library the current application. When you check in an Application object, PowerBuilder performs similar tasks to make the Application object in the public library your current application.
Throughout the modification process, PowerBuilder remains connected to the version control system.
Purpose
You can modify the Application object more efficiently in PowerBuilder.
Usage
Always check out/check in the Application object by itself.
To check out the Application object, select Source>Check Out from the Library painter menu bar.
To check in the Application object, select Source>Check In from the Library painter menu bar.
See also
Modifying an Application object
|