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

Which objects are not copied to the executable file – PB Docs 2022 – PowerBuilder Library

Which objects are not copied to the executable file – PB Docs 2022

Which objects are not copied to the executable file

When creating the executable file, PowerBuilder can identify
the associations you made in the painter, because those references
are saved with the object’s definition in the library, and direct
references in scripts, because the compiler saves this
information.

However, it cannot identify objects that are referenced
dynamically through string variables. To do so, it would have to
read through all the scripts and process all assignment statements
to uncover all the referenced objects. The following examples show
objects that are not copied to the executable file:

  • If the DataWindow object d_emp is associated with a
    DataWindow control dynamically using the following statement,
    d_emp is not copied:

  • The bitmap files assigned dynamically in the following
    script are not copied:

  • The reference to window w_go in a string variable in the
    following window script is not found by PowerBuilder when
    building the executable file, so w_go is not copied to the
    executable file:


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