|
|
|
|
|
- Example: Looping through customers by name in descending order
Example: Looping through customers by name in descending order // Read the last record found in Customer file HReadLast(Customer, Name) WHILE NOT HOut() // Check whether the customer is a prospect IF IsCustomer = 0 THEN // Add the record into the TreeView control TreeAdd(TREE_Prospect, Customer.Name) END // Read the previous record HReadPrevious(Customer, Name) END
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|