ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Search results
25 results for: xbase file
xBase files: Limits
HDBSortType (Function)
Returns or modifies the sequence of text items in the xBase files.
HDBDescribeField (Function)
Describes through programming each item found in the structure of an xBase file described by HDBDescribeFile.
HDBIndex (Function)
Opens an xBase index file.
HDBOpen (Function)
Opens the xBase data file and the "memo" file if it exists.
HDBCreation (Function)
Ends the description of the structure of an xBase data file through programming.
HDBOpenNoLock (Function)
In single-user mode, opens an xBase data file without locking it.
Native xBase/FoxPro Connector
WINDEV and WEBDEV propose a Native xBase/FoxPro Connector (or Native xBase/FoxPro Access) module......
Limitations of WINDEV, WEBDEV and WINDEV Mobile
Native xBase/FoxPro Access: Specific features and remarks
This help page presents the specific features regarding the programming of Native xBase/FoxPro Access......
HInitHF55 (Function)
Used to access specific functions for managing xBase (or dBase) data if Native xBase Access provided with WINDEV or WEBDEV 14 is not available.
HDBDescribeFile (Function)
Describes a file in dBase3 format (most common format) through programming.
HSetTransaction (Function)
Enables or disables the management of transactions for one or more files.
H.NumRec (Variable)
Contains the number of the physical record loaded in memory (which means the number of the last record read).
HFree (Function)
Transforms the crossed records (HCross) into deleted records.
HSetLog (Function)
Enables or disables log management on a file.
HState (Function)
Used to find out the state of a record.
Type (Property)
The Type property is used to get: the type of element (data file or item) defined programmatically or in the data model editor, view or query. the type of object. the type of data held in a Variant....
HCross (Function)
Crosses a record in a data file.
HDescribeFile (Function)
Describes a data file programmatically.
WDConver : Use in interactive mode
Before you start using WDConver, you must have......
Connection (Type of variable)
The Connection type is used to describe one or more connections to external databases (HFSQL Client/Server, Native Connector, etc....
HIndex (Function)
Rebuilds the file index (".NDX" file).
WDMap: Characteristics of the files found in a database
WDMap is used to get various characteristics specific to......
WDSQL: Connecting to a database
The first operation to perform in order to use WDSQL is to establish the connection to a database......