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

Extracting information from the trace tree model – PB Docs 125 – PowerBuilder Library

Extracting information from the trace tree model – PB Docs 125

Extracting information from the trace tree model

To extract information from a tree model, you can use the EntryList function
to create a list of top-level entries in the model and then loop
through the list, extracting information about each node. For each
node, determine its activity type using the TraceActivity enumerated
datatype, and then use the appropriate TraceTree object to extract
information.

Example: trace tree model

The following simple example extracts information from an
existing trace tree model and stores it in a structure:

The of_dumpnode function takes
a TraceTreeNode object and a structure as arguments and populates
the structure with information about each node. The following code
shows part of the function:


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