a5_ServerSide_FilterOrder_Get Function
Syntax
P a5_ServerSide_FilterOrder_Get(P tbl )
Arguments
- tbl
Pointer
Description
Gets information about the server side query
Discussion
Gets information about the server side query of an active-link table
Example
t = table.open("customers")
p = a5_ServerSide_FilterOrder_Get(tbl)