|
FAQ FOR WINDEV, WEBDEV AND WINDEV MOBILE |
|
| |
|
| | |
FAQ #2580, published on 2002-10-15 |
| Is it possible to use a filter on one key, but browse the file on another? |
Yes with the HyperFileSQL files! You only need to use the parameter "hKeepFilter" at the beginning of the browse.
Here is an example of the Cedex file in the WD7 Stock project:
KeyFilter is string = HFilter(Cedex,"PostalCode='34500'") Info("Filter Key", KeyFilter) // Key = PostalCode
// Browsing on the key City HReadFirst(Cedex,City,hKeepFilter) Info(Cedex.City, Cedex.PostalCode) // displays Béziers, 34500 |
| |
| | | | | | Informations contained on this site are the exclusive property of PC SOFT. These informations and logos CANNOT be copied and/or used without a written authorization from PC SOFT. © PC SOFT 2004-2024.
|
| |
| |
| |
| |
| |
| |
|
|
|