ONLINE HELP WINDEV, WEBDEV AND WINDEV MOBILE
Version: 151617181920212223242526
Number of records found, -1 if an error occurred. HError returns more details about the problem. Native XML Connector: the number of records depends on the use of <Source>.ActivateAutoFilter/<Source>.DeactivateAutoFilter:If the filtering is enabled, only the records belonging to the current parent are taken into account.If the filter is not active, the records found in the XML file are taken into account.The filtering is enabled by default.
Name of data file, HFSQL view or query used.
Configures the type of record to count.hStateActive(default value)Number of active records (not crossed or deleted).hStateCrossedNumber of crossed records. This option is not available.hStateDelNumber of deleted records (does not include the crossed records).hStateAllTotal number of records in the data file (hStateActive + hStateCrossed + hStateDel).Versions 24 and laterhBrowsableNonBlockingNew in version 24hBrowsableNonBlockinghBrowsableNonBlockingNumber of records in the view or query that can currently be browsed (no record locking). This constant is available for the views and queries in HFSQL Classic or Client/Server.This constant has no effect for the data files and for the Native ConnectorshNonBlockingNumber of records retrieved in the view or query without waiting for the view or query to be entirely filled. To find out whether the execution of the view or query is completed, use ..ExecutionCompleted.This constant is available for the views and queries in HFSQL Classic or Client/Server.This constant has no effect for the data files and for the Native Connectors This parameter is ignored. The number of records calculated by <Source>.NbRec always corresponds to the total number of records found in the table, on the database.This number can differ from the number of displayed records if records have been added or deleted by another user. To view these new records, reinitialize a browse by using one of the following functions: <Source>.ReadFirst, <Source>.ReadLast, <Source>.First, <Source>.Last. Access by JDBC This parameter is ignored. The number of records calculated by <Source>.NbRec always corresponds to the total number of records found in the table, on the database.This number can differ from the number of displayed records if records have been added or deleted by another user. To view these new records, reinitialize a browse by using one of the following functions: <Source>.ReadFirst, <Source>.ReadLast, <Source>.First, <Source>.Last.
Limitations
xBase
Number of records processed by the INSERT/UPDATE/DELETE updates
Last update: 09/23/2020
Send a report | Local help
Searching...
I accept the terms of the license agreement
All you have to do is configure your product as follows: