DtvLong dal_mas_set_max_sel (max)

Temporarily sets the maximum size of the field query buffer.

Input Parameters Significance
DtvLong max maximum size of the field query buffer

Output Parameters Significance
none -

Return Code Significance
0 no error
1 value is smaller than the general maximum value

Via this function the programmer can temporarily increase the maximum value set by the default variable QUERYSIZE (unlimited).

The value will be reset to the original one after the function dal_mas_wri_sel has been called.