|
|
|
|
|
|
|
|
|
|
|
|
|
|
| The Page property is used to handle the page loaded in the WEBDEV Page control. |
|
|
|
|
|
|
|
| If an error occurs in the dynamic WEBDEV website, a standard error page is displayed by default. This page informs the Web user of the error that occurred in the site. |
|
|
|
|
|
|
|
| List of functions for managing pages |
|
|
|
|
|
|
|
| WEBDEV allows you to create a drop-down menu in your HTML pages... |
|
|
|
|
|
|
|
| When you design a quick prototype, you often create windows (or pages) without defining any data files... |
|
|
|
|
|
|
|
| You now have the ability to deploy site sections or individual pages... |
|
|
|
|
|
|
|
| WEBDEV allows you "suck up" the existing HTML pages... |
|
|
|
|
|
|
|
| Displaying a new page in a WEBDEV website can be done according to several methods ... |
|
|
|
|
|
|
|
| Several types of controls can be handled in a dynamic page ... |
|
|
|
|
|
|
|
| The "Internal Page" control is used to include a page (and its code) in a control of another page... |
|
|
|
|
|
|
|
| In WEBDEV, there are two methods to develop a site... |
|
|
|
|
|
|
|
| In a Windows application, the information relative to a window is stored with the window... |
|
|
|
|
|
|
|
| This help page explains how to apply the Responsive Web Design mode to an existing WEBDEV page... |
|
|
|
|
|
|
|
| Websites can be viewed on several platforms... |
|
|
|
|
|
|
|
| WEBDEV proposes two modes for moving controls in a page... |
|
|
|
|
|
|
|
| In some cases, you may have to propose the validation of a page via a button (or a link) found in a different frame... |
|
|
|
|
|
|
|
| Indicates if the page is displayed in a WEBDEV Page control in a window. |
|
|
|
|
|
|
|
| Specifies the custom HTTP code that will be returned to the client after the server code of the page is executed. |
|
|
|
|
|
|
|
| A custom property is a code element with two events... |
|
|
|
|
|
|
|
| Specifies the HTTP code that will be returned to the client after the Server code of the page is executed. |
|
|
|
|
|
|
|
| MyPage is used to handle the current page... |
|
|
|
|
|
|
|
| List of properties associated with windows, pages and controls |
|
|
|
|
|
|
|
Adds an additional HTTP header that will be returned to the browser: - during the next function for page display (PageDisplay, PageRefresh, ...),
- during the automatic return of the current page at the end of the current action.
|
|
|
|
|
|
|
|
| When creating a page, a validity period can be defined for this page... |
|
|
|
|
|
|
|
| Pages are the main interface of a WEBDEV website... |
|
|
|
|
|
|
|
| WINDEV, WINDEV Mobile and WEBDEV allow you to create custom interfaces with the window editor and the page editor... |
|
|
|
|
|
|
|
| The HTMLHeader property is used to get and change the HTML code inserted in the page header. |
|
|
|
|
|
|
|
| WEBDEV allows you to import Dreamweaver elements into your WEBDEV site... |
|
|
|
|
|
|
|
| Websites can be displayed on many devices (Android, iPhone, etc.)... |
|
|
|
|
|
|
|
| List of events associated with pages |
|
|
|
|
|
|
|
| Used to enumerate the subelements of a project element. |
|
|
|
|
|
|
|
| List of functions for managing pages (prefix syntax) |
|
|
|
|
|
|
|
| Two types of procedures are available... |
|
|
|
|
|
|
|
| From now on, with the new Web technologies, the sites can look more like Windows applications and display dialog boxes... |
|
|
|
|
|
|
|
Reinitializes:- all the controls found in the current window or page (including the groups of controls, the supercontrols and the internal windows).
- the controls found in a group of controls, a supercontrol, an internal window or an internal page.
|
|
|
|
|
|
|
|
| The HTMLEndPage property gets and sets the HTML code inserted at the end of the page. |
|
|
|
|
|
|
|
| Used to determine if the page currently run is an Active WEBDEV Page. |
|
|
|
|
|
|
|
Automatically updates:- the value of the items in a data file with the value of the controls in the page.
- the value of the WLanguage variables with the value of the page controls.
|
|
|
|
|
|
|
|
| The "Peeling Corner" control is used to create a visual effect in a page by presenting an image partially covered by another one... |
|
|
|
|
|
|
|
| The different operations that can be performed on the framesets are as follows... |
|
|
|
|
|
|
|
| In order for your site to get visitors, the Web users must be able to find it... |
|
|
|
|
|
|
|
| Reads and returns one or more HTTP headers received by the current page (these headers are sent by the client to the server in the current request). |
|
|
|
|
|
|
|
| A global procedure can be used in all the processes or events of the project. |
|
|
|
|
|
|
|
Automatically updates:- the value of the items in a data file with the value of the controls in the page.
- the value of the WLanguage variables with the value of the page controls.
|
|
|
|
|
|
|
|
| From now on, the Web sites can be viewed on several platforms ... |
|
|
|
|
|
|
|
| WINDEV, WINDEV Mobile and WEBDEV manage the following events by default (order of appearance... |
|
|
|
|
|
|
|
| The following events are associated with Kanban controls...... |
|
|
|
|
|
|
|
| WINDEV Mobile Tutorial - Developing an Android and iOS application Lesson 6 - Printing the product... |
|
|
|
|
|
|
|
| The Caption property is used to get and change the text of an element. |
|
|
|
|
|
|
|
| The gglPhoneNumber type is used to describe and modify the phone number of a contact... |
|
|
|
|
|
|
|
| The X property is used to get and change the X-coordinate of an element. |
|
|
|
|
|
|
|
| The Y property is used to get and change the the Y-coordinate of an element. |
|
|
|
|
|
|
|
| Once the site installed, you can define the site connection options...... |
|
|
|
|
|
|
|
| WINDEV Tutorial: WINDEV application: Managing data Lesson 4 - Simple printing - 20 min |
|
|
|
|
|
|
|
| WINDEV Tutorial: WINDEV overview Lesson 2 - My first window - 30 min |
|
|
|
|
|
|
|
| The Map control is using the Google Maps API library. The Map control displays data coming... |
|
|
|
|
|
|
|
| A report based on an SQL query with data accessed via a connection can print records... |
|
|
|
|
|
|
|
| List of constants used by the functions for managing the User Groupware.... |
|
|
|
|
|
|
|
| The following paragraphs present the main aspects and specific features of the Native DB2... |
|
|
|
|
|
|
|
| The code is collapsed to improve readability, by only displaying the comments in front of the lines... |
|
|
|
|
|
|
|
| The following files are automatically created when logging an HFSQL Client/Server data file...... |
|
|
|
|
|
|
|
| Creates a specific type of chart. |
|
|
|
|
|
|
|
| From the monitor, you can change the configuration options...... |
|
|
|
|
|
|
|
| The static audit is a feature of the environment that analyzes a project to detect potential issues... |
|
|
|
|
|
|
|
| Versions 27 and later include a Private Store...... |
|
|
|
|
|
|
|
| WINDEV Mobile tutorial: Developing an Android and iOS application Lesson 7 - Consuming a web... |
|
|
|
|
|
|
|
| WINDEV Mobile tutorial: Deploying an iOS application 10 min |
|
|
|
|
|
|
|
| A report based on a data file is used to print the records coming from a single data file (HFSQL... |
|
|
|
|
|
|
|
| The report viewer allows you to copy text from the report and paste it to a file in another... |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|