void ddlFindCalc( CONTROL *ctl, char *OptnStr, char *ArgList);
/Cn - return first n values only
First, ddlFindCalc() creates the Calc-Object: IF <expression> SELECT <cx> ENDIF Then, in case 1: • Clears the collection <cx> [<table-name>]; • Performs the Calc-Object against all records in <table-name>; or, if <table-name> is not specified, against all records in all tables In case 2: • Copies the collection <cx> [<table-name>]; to a tempory collection • Clears the collection <cx> [<table-name>]; • Performs the Calc-Object against all records in the temporary collection; |
|
Copyright © 2019 , WhamTech, Inc. All rights reserved. This
document is provided for information purposes only and the contents hereof are
subject to change without notice. Names may be
trademarks of their respective owners.