ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

HBackward (Function)
Moves backward several records from the current position in the data file, according to a specified item.
HChangeDir (Function)
Changes the path to a data file (i.e. directory in which the file will be handled).
HNext (Function)
Sets the position on the next data file record according to a browse item.
HLinkMemo (Function)
Used to associate a file with a binary memo item or to cancel the existing link between a file and a binary item.
HTTPRequest (Function)
Starts an HTTP request on a server.
Passing parameters
The parameters can be passed to a procedure......
Native DB2 Connector: Specific features and remarks
The following paragraphs present the main aspects and specific features of the Native DB2 Connector......
HSynchronizeReplica (Function)
Synchronizes the master replica and the subscriber replica: the operations performed on one of the replicas are transferred into the other replica.
HExecuteQuery (Example)
Usage example of the HExecuteQuery function
SQLFirst (Example)
Usage example of the SQLFirst function
Errors while managing data files
When an HFSQL function fails (returns False for example), the corresponding error number is returned by HError......
Native Sybase Connector: Specific features and remarks
The following paragraphs present the main aspects and specific features of the Native Sybase Connector (also called Native Sybase Access)......
XMLExecuteXPath (Example)
Usage example of the XMLExecuteXPath function
Native SQLite Connector: Specific features and remarks
The following paragraphs present the main aspects and specific features of the Native SQLite Connector.
Label report
The report editor allows you to create "Label" reports......
CalculatedItemExpression (Property)
The CalculatedItemExpression property is used to: Find out the SQL expression that defines the value of a calculated item. This item was defined in the data model editor or through programming. Define the SQL expression returning the value of a calculated item (when describing the item through programming)....
HSeekFirst (Function)
Positions on the first file record whose value for a specific item is greater than or equal to a sought value.
iPrintReport (Function)
Prints a report created with the report editor.
HForward (Function)
Moves several records forward from the current position in the data file, according to a specified item.
HPass (Function)
Defines the password used to create or open a data file.
TableDisplay (Function)
Refreshes a Table or TeeeView Table control from a given position: for a control linked to a file: changes made in the linked data file are reflected in the control. for a control handled programmatically: the calculated columns are re-calculated....
Native Progress Connector: Specific features and remarks
Remarks and specific features of Native Progress Connector......
HIndex (Function)
Rebuilds the file index (".NDX" file).
SocketConnect (Function)
Connects a client computer to a given socket.
4. Simple printing
WINDEV Tutorial: WINDEV application: Managing data Lesson 4 - Simple printing - 20 min