Connection Information

To perform the requested action, WordPress needs to access your web server. Please enter your FTP credentials to proceed. If you do not remember your credentials, you should contact your web host.

Connection Type

Specifying the target’s library search path – PB Docs 105 – PowerBuilder Library

Specifying the target’s library search path – PB Docs 105

Specifying the target’s library search path

The objects you create in painters are stored in PowerBuilder
libraries (PBLs). You can use
objects from one library or multiple libraries in a PowerScript target.
You define each library the target uses in the library search path.

PowerBuilder uses the search path to find referenced objects
during execution. When a new object is referenced, PowerBuilder
looks through the libraries in the order in which they are specified
in the library search path until it finds the object.

On the Library List tab page of the Target Properties dialog
box, you can modify the libraries associated with the current target.

proc.gif To specify the target’s library search
path:

  1. In the Workspace tab of the System Tree,
    right-click on the target containing your application and select
    Properties from the pop-up menu. The Target Properties dialog box
    displays.

  2. Select the Library List tab page.

    The libraries currently included in the library search path
    are displayed in the list.

  3. Do one of the following:

    • Enter
      the name of each library you want to include in the Library Search
      Path list, separating the names with semicolons.
    • Use the Browse button to include other libraries
      in your search path.

    You must specify libraries using an absolute path. To change
    the order of libraries in the search path, use the pop-up menu to
    copy, cut, and paste libraries.

    note.gif Make sure the order is correct When you select multiple libraries from the Select Library
    dialog box using Shift+Click or Ctrl+Click, the
    first library you select appears last in the Library Search Path
    list and will be the last library searched.

    To delete a library from the search path, select the library
    in the list and use the pop-up menu or press Delete.

  4. Click OK.

    PowerBuilder updates the search path for the target.

note.gif Where PowerBuilder maintains the library search path PowerBuilder stores your target’s library search
path in the target (.pbt) file in a line beginning
with LibList; for example:


Document get from Powerbuilder help
Thank you for watching.
Was this article helpful?
Subscribe
Notify of
guest
0 Comments
Oldest
Newest Most Voted
Inline Feedbacks
View all comments
0
Would love your thoughts, please comment.x
()
x