|
|
|
|
|
|
|
|
|
|
|
|
|
|
| The following steps must be performed to implement the requirements... |
|
|
|
|
|
|
|
| A data-bound report is used to print the records coming from a single data file (HFSQL Classic or Client/Server, accessed via a Native Access, ... |
|
|
|
|
|
|
|
| The Merge property is used to merge the cells of a Table or TreeView Table control. |
|
|
|
|
|
|
|
| Connects the current computer to an FTP server (File Transfer Protocol). This function is only available in subscription-based versions, starting with WINDEV Suite 2025 - Update 2. |
|
|
|
|
|
|
|
| When adding a record into a HyperFileSQL file (HAdd), three management modes are available for the automatic identifiers... |
|
|
|
|
|
|
|
| Propagates a non-fatal error that can be processed by the calling code if the management of non-fatal errors was enabled for this code (in the code editor or by ErrorChangeParameter). |
|
|
|
|
|
|
|
| The server that is hosting a HFSQL database engine can be very busy... |
|
|
|
|
|
|
|
| Internal components in practice |
|
|
|
|
|
|
|
| WINDEV allows you to programmatically manipulate ListView controls... |
|
|
|
|
|
|
|
| WEBDEV Tutorial - SCM for WEBDEV
Sharing your source code with the SCM - 30 min |
|
|
|
|
|
|
|
| To display the control characteristics, select "Description" in the context menu of the control... |
|
|
|
|
|
|
|
| The advanced management of instances is used to choose the mode for taking reference. This choice has a direct impact on the release of class objects: depending on the reference selected, the "Destructor" will not be called at the same time.. |
|
|
|
|
|
|
|
| List of constants used by page functions. |
|
|
|
|
|
|
|
| WINDEV allows you to programmatically manipulate ListView controls... |
|
|
|
|
|
|
|
| The report viewer allows you to see the report layout without printing it... |
|
|
|
|
|
|
|
| This document presents the different access modes to databases from a WINDEV Java application... |
|
|
|
|
|
|
|
| This third method uses the notion of class inheritance to simplify the interfacing between a C++ application and WINDEV... |
|
|
|
|
|
|
|
| Goes to the next row (i.e next record) of the query result. |
|
|
|
|
|
|
|
| A trigger is a WLanguage procedure automatically called by the HFSQL engine whenever a modification is performed (addition, deletion, modification, ... |
|
|
|
|
|
|
|
| An application is often intended to be used by several users connected via a network... |
|
|
|
|
|
|
|
| Context menus are often used in websites... |
|
|
|
|
|
|
|
| All developers appreciate the possibility to debug an application directly on the device... |
|
|
|
|
|
|
|
| To easily establish the universal replication between the data of a remote application and a central database, WINDEV and WEBDEV allow you to... |
|
|
|
|
|
|
|
| Checks whether a string matches the format defined by a regular expression. |
|
|
|
|
|
|
|
| There are two methods to populate Table and Looper controls programmatically... |
|
|
|
|
|
|
|
| The operations on the SCM can be performed from the SCM tab of WINDEV, WEBDEV or WINDEV Mobile. |
|
|
|
|
|
|
|
| An HFSQL view corresponds to a "memory image" of an HFSQL data file... |
|
|
|
|
|
|
|
| A report based on a variable is used to directly print the information found in a WLanguage variable... |
|
|
|
|
|
|
|
| In the document preview, end users can... |
|
|
|
|
|
|
|
| WINDEV, WEBDEV and WINDEV Mobile include several functions allowing you to perform an advanced management of sockets... |
|
|
|
|
|
|
|
| The diagram below presents the use of "programmed AJAX" in a WEBDEV website... |
|
|
|
|
|
|
|
| The Popup control is a control used to associate a popup with a page. This popup, displayed from the page into which it is inserted, is used to easily establish a dialog with the user. |
|
|
|
|
|
|
|
| List of functions for managing character strings |
|
|
|
|
|
|
|
| WINDEV Tutorial - An SCM for WINDEV
Sharing your source code with the SCM - 30 min |
|
|
|
|
|
|
|
| Queries are used to easily select records in one or more data files... |
|
|
|
|
|
|
|
| Several WINDEV functions allow you to retrieve documents from a Twain device... |
|
|
|
|
|
|
|
| Automatically associates each column of the query result with a control or with a variable of the application. |
|
|
|
|
|
|
|
| Checks whether a character string matches a specific format and retrieves the different substrings that match the format. |
|
|
|
|
|
|
|
| The use of bar codes to identify and manage products has become essential... |
|
|
|
|
|
|
|
| The Organizer control is used to display and handle organizers... |
|
|
|
|
|
|
|
| The sliding windows (also called sliding menus) are often used in the mobile applications... |
|
|
|
|
|
|
|
| The setup while taking the Push into account is used to deploy an application on all the client computers of a network from a single management computer... |
|
|
|
|
|
|
|
| The Organization Chart control is used to represent elements in a hierarchical way. For example: - the contributors of a company according to their position.
- the different branches of a group with their inter-dependencies.
- the different steps of a manufacturing process, ...
|
|
|
|
|
|
|
|
| WINDEV Mobile allows you to develop Android applications. Then, these applications can be easily deployed. |
|
|
|
|
|
|
|
| The pdfParameter type defines all the characteristics of the PDF file to be generated. |
|
|
|
|
|
|
|
| Running a project step-by-step allows you to start the debugger when launching the application... |
|
|
|
|
|
|
|
| Table controls allow you to display and/or enter data... |
|
|
|
|
|
|
|
| WINDEV Tutorial - Deploying an application
Creating the executable and the setup program - 30 min |
|
|
|
|
|
|
|
| WINDEV Mobile tutorial: Developing an Android and iOS application
Lesson 3 - Window orientation (layouts) - 15 min |
|
|
|
|
|
|
|
| A report based on an Organizer control is used to directly print the information displayed in the Organizer control |
|
|
|
|
|
|
|
WinSize:- returns or modifies the window display mode (maximized, minimized or normal),
- modifies the window height and/or width,
- moves the window and modifies a window's height and/or width.
|
|
|
|
|
|
|
|
| Several steps must be performed to develop an iPhone/iPad application: |
|
|
|
|
|
|
|
| WINDEV and WEBDEV support different SQL query execution modes depending on how the database was accessed.... |
|
|
|
|
|
|
|
| WINDEV Mobile Tutorial - My first Android/iOS application
Lesson 2 - First tests - 1 hr |
|
|
|
|
|
|
|
| You have the ability to create applications that access the HFSQL Client/Server databases... |
|
|
|
|
|
|
|
| Used to declare a list of variables whose values will be persistent between successive displays of Active WEBDEV Pages. |
|
|
|
|
|
|
|
| The report viewer allows end users to view reports before printing them... |
|
|
|
|
|
|
|
| A report based on a Scheduler control is used to directly print the information displayed in the Scheduler control... |
|
|
|
|
|
|
|
| Events can be used to synchronize the different threads of an application... |
|
|
|
|
|
|
|
| Creates a Table control from the items of a data file (view or query). |
|
|
|
|
|
|
|
| The TreeView control is a tree structure used to simplify the display of information that can be represented hierarchically... |
|
|
|
|
|
|
|
| The analysis allows you to define the structure of data files used by the project... |
|
|
|
|
|
|
|
| Android proposes several types of notifications to inform the user... |
|
|
|
|
|
|
|
| A trigger is a WLanguage procedure automatically called by the HFSQL engine whenever a modification is performed (addition, deletion, modification, ...) on a record of a data file. |
|
|
|
|
|
|
|
| An internal component is a set of elements from a project... |
|
|
|
|
|
|
|
| A report based on an HFSQL view is used to print records from an HFSQL Classic or Client/Server view... |
|
|
|
|
|
|
|
| WEBDEV Tutorial - WLanguage basics
Lesson 7 - Debugger - 30 min |
|
|
|
|
|
|
|
| WINDEV Mobile Tutorial - WLanguage basics
Lesson 7 - Debugger - 30 min |
|
|
|
|
|
|
|
| WINDEV Tutorial - WLanguage basics
Lesson 7 - Debugger - 30 min |
|
|
|
|
|
|
|
| The Navigation Bar control is used to create a menu area that can easily adapt to the browser size... |
|
|
|
|
|
|
|
Retrieves and/or changes the character set used:- by all the screen fonts.
- by all the operations performed on the character strings (functions and/or operators).
|
|
|
|
|
|
|
|
| One of the most common applications of the multi-touch feature is used to handle images... |
|
|
|
|
|
|
|
| Executes a server procedure without refreshing the page. |
|
|
|
|
|
|
|
| A report based on an SQL query with data accessed via a connection can print records from a database accessible via a specific ODBC driver or via a Native Connector... |
|
|
|
|
|
|
|
| Sends an HTTP request and waits for the response from the HTTP server. |
|
|
|
|
|
|
|
| The general options are used to configure the working environment of the product used... |
|
|
|
|
|
|
|
| Executes a server procedure without refreshing the page. |
|
|
|
|
|
|
|
| Starts a transaction on the data files (HFSQL or accessed via Native Access) and creates the transaction file. |
|
|
|
|
|
|
|
| Triggers the execution of a parallel task. |
|
|
|
|
|
|
|
| A server may encounter problems without any user (or developer) noticing anything. For example: - a scheduled task may fail,
- an automatic backup may fail,
- a node may become inactive in an HFSQL cluster, ...
|
|
|
|
|
|
|
|
| As soon as an image can be used (in a control, in a window, in a report, ... |
|
|
|
|
|
|
|
| Several WLanguage functions allow you to include log-based replication in your application and to customize it... |
|
|
|
|
|
|
|
| Custom context menus are created in the window editor and can be manipulated programmatically... |
|
|
|
|
|
|
|
| A component can be reused at any time in any application... |
|
|
|
|
|
|
|
| When the different languages supported by the application have been selected, the information displayed by the application must be translated into these different languages... |
|
|
|
|
|
|
|
| WINDEV Mobile allows you to develop applications for the Android operating system... |
|
|
|
|
|
|
|
| New features in WEBDEV 28 presented in the New Features brochure. |
|
|
|
|
|
|
|
| WINDEV and WEBDEV propose two methods for handling Excel files... |
|
|
|
|
|
|
|
| The TimeLine control can be used to represent chronologies of closely spaced events that may be parallel. |
|
|
|
|
|
|
|
| The ListView control is used to display a list of graphic elements (images, logos, etc. |
|
|
|
|
|
|
|
Performs a search in: - a Table control,
- a TreeView Table control,
- tables displayed in a Combo Box control.
|
|
|
|
|
|
|
|
| The Sliding Banner control is used to display several contents successively, either automatically, or further to an action performed by the Web user... |
|
|
|
|
|
|
|
| Sends an HTTP request and waits for the response from the HTTP server. |
|
|
|
|
|
|
|
| WINDEV, WEBDEV and WINDEV Mobile allow you to create applications for reading bar codes... |
|
|
|
|
|
|
|
| Here are the new features that you will discover in this version... |
|
|
|
|
|
|
|
| WINDEV and WINDEV Mobile include several options to manage required or invalid input, both in the window editor and programmatically... |
|
|
|
|
|
|
|
| WINDEV Mobile includes a User Groupware for Android and iOS applications... |
|
|
|
|
|
|
|
| The action plans group all actions that will be performed by the Software Factory.
|
|
|
|
|
|
|
|
| The automatic assisted replication is used to easily implement a replication on an existing application... |
|
|
|
|
|
|
|
| Starts a transaction on the data files (HFSQL or accessed via a Native Connector) and creates the transaction file. |
|
|
|
|
|
|
|
| Here are the new features and improvements that you will discover in this version... |
|
|
|
|
|
|
|
| To keep the value of global variables when switching from a page to another one, the AWP mode proposes a management of contexts... |
|
|
|
|
|
|
|
| WINDEV Mobile allows you to easily create and print all types of reports with the report editor. |
|
|
|
|
|
|
|
| WINDEV Tutorial: User Groupware
User authentication: User Groupware - 20 min |
|
|
|
|
|
|
|
| The generation of a WINDEV Mobile application for Android groups all project elements (windows, code, etc. |
|
|
|
|
|
|
|
| Discover the main actions that can be performed on the windows. |
|
|
|
|
|
|
|
| A report based on a memory area is used to print the records stored in a memory area... |
|
|
|
|
|
|
|
| Callback de la fonction PartageProximitéAttendConnexion1.Cb pour le paramètre CallbackResultat |
|
|
|
|
|
|
|
| A report based on a Looper control is used to directly print the information displayed in the control... |
|
|
|
|
|
|
|
| The assisted replication through programming is used to implement a replication on an existing application while controlling the synchronization in the application itself... |
|
|
|
|
|
|
|
| Opens an external file (ANSI or UNICODE) for programmatic manipulation. |
|
|
|
|
|
|
|
| Each WINDEV function is associated with a WINDEV DLL... |
|
|
|
|
|
|
|
| The Table allows users to easily view and enter data stored in memory or from a data file, view or query... |
|
|
|
|
|
|
|
| From now on, the Web sites can be viewed on several platforms ... |
|
|
|
|
|
|
|
| This help page explains how to create a page containing a header bar in Responsive Web Design mode... |
|
|
|
|
|
|
|
| WINDEV Tutorial - Reports and Queries
Distribute Reports and Queries with your applications - 10 min |
|
|
|
|
|
|
|
| The title of table columns is an important element of Table control... |
|
|
|
|
|
|
|
The InputMask property is used to:- get the input mask.
- set the input mask (from the masks available for the type).
|
|
|
|
|
|
|
|
| A report based on a Table control is used to directly print the information displayed in the control (data-bound or populated programmatically) ... |
|
|
|
|
|
|
|
| WINDEV Mobile Tutorial: Deploying an Android application
10 min |
|
|
|
|
|
|
|
| Connects the current computer to an FTP server (File Transfer Protocol). |
|
|
|
|
|
|
|
| Facebook is the world's most popular social network. It is commonly used by companies to reach their customers... |
|
|
|
|
|
|
|
| Here are the new features and improvements that you will discover in this version... |
|
|
|
|
|
|
|
| WINDEV includes advanced socket functions. |
|
|
|
|
|
|
|
| Facebook is the world's most popular social network. It is commonly used by companies to reach their customers... |
|
|
|
|
|
|
|
| The "Tools" tab in the SCM administrator allows you to... |
|
|
|
|
|
|
|
| WEBDEV proposes two modes for moving controls in a page... |
|
|
|
|
|
|
|
| An HFSQL application can operate in network mode or in Client/Server mode... |
|
|
|
|
|
|
|
| Running the test from the WEBDEV administrator (WDAdmin) is used to check ... |
|
|
|
|
|
|
|
| Starts a transaction on the data files (HFSQL or accessed via a Native Connector) and creates the transaction file. |
|
|
|
|
|
|
|
| The CtCursorOptions property gets the cursor type used when connecting to an external database. |
|
|
|
|
|
|
|
| When a site is on-lined, one of the main expectations of Web users is speed... |
|
|
|
|
|
|
|
| Applications are constantly evolving... |
|
|
|
|
|
|
|
| WINDEV Tutorial: Managing data in a WINDEV application
Lesson 2 - Searching and iterating over records - 30 min |
|
|
|
|
|
|
|
| WINDEV is provided with projects that contain components. |
|
|
|
|
|
|
|
Transforms the following elements into a specific format:- a structure (and its subelements),
- a class (and its subelements),
- an array (including the associative arrays),
- a queue,
- a stack,
- a list.
|
|
|
|
|
|
|
|
| The programming of timers, threads and delayed procedures is now automatically managed by the environment... |
|
|
|
|
|
|
|
| External component in practice |
|
|
|
|
|
|
|
| Opens an external file (ANSI or Unicode) so that it can be manipulated programmatically |
|
|
|
|
|
|
|
| Apple's In-House deployment allows you to overcome most of the constraints of the other two modes (App Store deployment and Ad Hoc deployment) and to widely distribute an application without the need to reference client devices in advance... |
|
|
|
|
|
|
|
| The stored procedures and the triggers are debugged from the environment, with real execution on the server... |
|
|
|
|
|
|
|
| WINDEV allows you to easily run queries in SQL code... |
|
|
|
|
|
|
|
| In a report based on a text file, the information to print is read from a text file or is directly assigned in the report controls... |
|
|
|
|
|
|
|
| New features in WINDEV Mobile 28 presented in the New Features brochure. |
|
|
|
|
|
|
|
| What's new in WINDEV Mobile 2024 in the 2024 New Features brochure. |
|
|
|
|
|
|
|
| Discover the main characteristics of the controls |
|
|
|
|
|
|
|
| The Scheduler control is used to automatically display and handle schedules. It is used to manage the display of multiple resources and it is used in several applications or sites. |
|
|
|
|
|
|
|
| WINDEV Tutorial: External components
Reusing code with external components - 40 min |
|
|
|
|
|
|
|
| What's new in WINDEV 2025 in the What's new 2025 brochure. |
|
|
|
|
|
|
|
| Starting with version 2025, our subscrption-based software includes many ready-to-use new features... |
|
|
|
|
|
|
|
| What's new in WINDEV Mobile 2025 is presented in the What's new 2025 brochure. |
|
|
|
|
|
|
|
| The Control Centers in WINDEV, WEBDEV and WINDEV Mobile provide project managers with several tools to manage a development project including... |
|
|
|
|
|
|
|
| The examples provided with WINDEV are intended to help you learn the features of WINDEV.
|
|
|
|
|
|
|
|
| List of functions for HFSQL management |
|
|
|
|
|
|
|
| The following SQL functions can be used on the queries written in SQL code (classified by theme)... |
|
|
|
|
|
|
|
| What's new in WEBDEV 2025 is presented in the What's new 2025 brochure. |
|
|
|
|
|
|
|
| New features in WINDEV/WEBDEV/WINDEV Mobile 28 presented in the New Features brochure. |
|
|
|
|
|
|
|
| New features in WINDEV/WEBDEV/WINDEV Mobile 27 presented in the New Features brochure. |
|
|
|
|
|
|
|
| What's new in WINDEV/WEBDEV/WINDEV Mobile 2025 in the What's new 2025 brochure. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|