|
|
|
|
|
|
|
|
|
|
|
|
|
|
| Before deploying your dynamic WEBDEV website, we recommend that you run the final tests from a test sever... |
|
|
|
|
|
|
|
| Opens a WINDEV window and closes all other previously open windows. |
|
|
|
|
|
|
|
| Pauses playback of the media file previously opened (MCIOpen). |
|
|
|
|
|
|
|
| Enables a menu option (context menu or drop-down menu). |
|
|
|
|
|
|
|
| Disables (grays out) a menu option (context menu or drop-down menu). |
|
|
|
|
|
|
|
| Returns information about a component. |
|
|
|
|
|
|
|
| Returns the number of elements found in a memory area. |
|
|
|
|
|
|
|
| Fixes the format used to define the position in a media file (opened by MCIOpen). |
|
|
|
|
|
|
|
Adds a row in: - a Table control,
- a TreeView Table control,
- a Combo Box control "with table" (Table control displayed in a Combo Box control).
|
|
|
|
|
|
|
|
| To use an Oracle database with the Native Connector (or "Native Access"), you can use SQL functions... |
|
|
|
|
|
|
|
| WINDEV and WEBDEV offer an optional Native SQL Server Connector (also called Native SQL Server Access)... |
|
|
|
|
|
|
|
| The following paragraphs present the main aspects and specific features of the Native SQL Server Connector... |
|
|
|
|
|
|
|
| In some cases, it may be useful to execute the same stored procedure multiple times by changing one or more parameters... |
|
|
|
|
|
|
|
| For compatibility with previous versions of the SQL Server Native Connector (also known as SQL Server Native Access), it is still possible to configure the connection in the WDSQSINS software (delivered with the SQL Server Native Connector)... |
|
|
|
|
|
|
|
| To use an SQL Server database with Native Connector, the structure of SQL Server tables must be imported into the data model analysis... |
|
|
|
|
|
|
|
| To use an SQL Server database with the Native Connector (or "Native Access"), you can use SQL functions... |
|
|
|
|
|
|
|
The Native SQL Server Connector is used to:- specify the input values during the call to a stored procedure.
- retrieve the output values after a call to a stored procedure.
|
|
|
|
|
|
|
|
| Creates an Excel file with the data from a Table or TreeView Table control. |
|
|
|
|
|
|
|
| WINDEV and WEBDEV offer a Native Connector for MySQL... |
|
|
|
|
|
|
|
| To manage the video sequence being transmitted by the web camera installed on the current computer, WINDEV includes ... |
|
|
|
|
|
|
|
Adds a row in: - a Table control,
- a TreeView Table control.
|
|
|
|
|
|
|
|
| Returns the height (in pixels) of a media file used to display images. |
|
|
|
|
|
|
|
| Positions on the first element of a memory area and returns the value of this first element. |
|
|
|
|
|
|
|
| Positions on the element found before the current element of a memory area and returns the value of this element. |
|
|
|
|
|
|
|
Seeks an element in a memory area:- on the value added by MemAdd or on the value modified by MemModify,
- on the return value.
|
|
|
|
|
|
|
|
| The different steps for translating the project messages with WDMSG are as follows: |
|
|
|
|
|
|
|
| You can create multilingual projects in WINDEV, WEBDEV or WINDEV Mobile... |
|
|
|
|
|
|
|
| WDTRAD is automatically installed along with WDMSG and/or WDINT. |
|
|
|
|
|
|
|
| Moves a column in a Table or TreeView Table control. |
|
|
|
|
|
|
|
| Positions on the next element of a memory area and returns the value of this element. |
|
|
|
|
|
|
|
| Once the translation of framework libraries ("... |
|
|
|
|
|
|
|
| To translate the text used in your project: |
|
|
|
|
|
|
|
| Opens the edit window of User Macro-Code for the current window. |
|
|
|
|
|
|
|
| WDDIXIO License Agreement |
|
|
|
|
|
|
|
| Encrypts a string in binary format or in ASCII format. |
|
|
|
|
|
|
|
| WINDEV and WEBDEV offer an optional Native Connector to DB2... |
|
|
|
|
|
|
|
| Retrieves the return value of an element found in a memory area. |
|
|
|
|
|
|
|
| Deletes an element from a memory area. |
|
|
|
|
|
|
|
| Gets or changes the label of a menu option (context or drop-down menu). |
|
|
|
|
|
|
|
| WINDEV and WEBDEV propose an optional Native Connector to Informix (also called Native Access... |
|
|
|
|
|
|
|
| Clears and deletes a memory area. |
|
|
|
|
|
|
|
| Stops the manual iteration of data file linked to a Table control based on a data file. |
|
|
|
|
|
|
|
| Sorts the elements found in a memory area. |
|
|
|
|
|
|
|
| Checks whether the sought element was found. |
|
|
|
|
|
|
|
| To use a Progress database with the Native Connector, you must... |
|
|
|
|
|
|
|
| Events can be used to synchronize the different threads of an application... |
|
|
|
|
|
|
|
Returns for a given position in a Table or TreeView Table control (coordinates of a control point):- the name of the column displayed for the specified position.
- the index of the row or column for the specified position.
|
|
|
|
|
|
|
|
| WINDEV and WEBDEV offer an optional Native SAP ASE Connector... |
|
|
|
|
|
|
|
| To use a Sybase database with Native Connector, the structure of Sybase tables must be imported into the WINDEV or WEBDEV analysis... |
|
|
|
|
|
|
|
| Returns the value (added or modified by MemAdd or MemModify) of the current element in a memory area. |
|
|
|
|
|
|
|
| Converts all characters in a string to lowercase according to the region settings defined in Windows. |
|
|
|
|
|
|
|
| Converts a numeric value (integer, real or currency) to a string according to a specified format. |
|
|
|
|
|
|
|
| Opens a modal WINDEV window. |
|
|
|
|
|
|
|
Inserts a row into: - a Table control,
- a TreeView Table control.
|
|
|
|
|
|
|
|
| Opens a non-modal child window. |
|
|
|
|
|
|
|
Modifies a row in: - a Table control,
- a TreeView Table control,
- tables displayed in a Combo Box control.
|
|
|
|
|
|
|
|
| Opens a non-modal sibling window. |
|
|
|
|
|
|
|
| WDTestSite is used to run different tests on a WEBDEV website... |
|
|
|
|
|
|
|
| In some cases, it may be useful to execute the same stored procedure multiple times by changing one or more parameters... |
|
|
|
|
|
|
|
| Positions at the end of a media file that was opened beforehand MCIOpen. |
|
|
|
|
|
|
|
| Returns or changes the size of a media file previously opened (MCIOpen). |
|
|
|
|
|
|
|
| Finds the Xth position of a string within another string. |
|
|
|
|
|
|
|
| Runs an MCI command (Media Control Interface). |
|
|
|
|
|
|
|
| Returns or changes the current position in a media file previously opened (MCIOpen). |
|
|
|
|
|
|
|
| The remote administrator is an optional tool provided with WEBDEV Application Server... |
|
|
|
|
|
|
|
| WEBDEV allows you to print from a WEBDEV website on a printer connected to the web server... |
|
|
|
|
|
|
|
| WEBDEV Administrator: Apache 1.3.x and 2.0.x server configuration for CGI protocol and WEBDEV sites. |
|
|
|
|
|
|
|
| Returns information about the Windows version used on the current computer. |
|
|
|
|
|
|
|
| WEBDEV is a full development environment devoted to Internet and Intranet... |
|
|
|
|
|
|
|
The SAP ASE Native Connector (also called Sybase Native Connector) allows you to: - specify the input values during the call to a stored procedure.
- retrieve the output values after a call to a stored procedure.
|
|
|
|
|
|
|
|
| Returns the number of tracks found in a media file that was opened beforehand (MCIOpen). |
|
|
|
|
|
|
|
Deletes a row from: - a Table control,
- a TreeView Table control,
- a table displayed in a Combo Box control.
|
|
|
|
|
|
|
|
| Returns the index of the selected element in the Table or TreeView Table control. |
|
|
|
|
|
|
|
| Returns the status of a media file that was opened beforehand MCIOpen. |
|
|
|
|
|
|
|
| Returns the width (in pixels) of a media file used to display images. |
|
|
|
|
|
|
|
| Decrypts a string that was encrypted by Encrypt. |
|
|
|
|
|
|
|
| Updates or adds the record bound to the current row in the Table or TreeView Table control. |
|
|
|
|
|
|
|
| Converts all characters in a string to uppercase according to the region settings defined in Windows. |
|
|
|
|
|
|
|
| Opens and enables an MDI child window. |
|
|
|
|
|
|
|
| Positions the memory area on an element. |
|
|
|
|
|
|
|
| Positions at the beginning of a media file that was opened beforehand MCIOpen. |
|
|
|
|
|
|
|
| Returns the current track of a media file previously opened (MCIOpen). |
|
|
|
|
|
|
|
| Retrieves the DC (Device Context) of a window, control or screen. |
|
|
|
|
|
|
|
| Converts the value stored in a Variant variable. |
|
|
|
|
|
|
|
| Returns the path of a system directory. |
|
|
|
|
|
|
|
| Interrogates an electronic HASP key (HASP-3, HASP-4, MemoHasp or NetHasp). |
|
|
|
|
|
|
|
| Enables (or disables) the remote control for the current multi-user WINDEV application. This is an advanced function. |
|
|
|
|
|
|
|
| List of constants used by the system functions. |
|
|
|
|
|
|
|
| Opens the trace window or saves the trace information in a text file. |
|
|
|
|
|
|
|
| The list below presents the error messages that are displayed in the remote setup wizard (for the site manager)... |
|
|
|
|
|
|
|
| Plays a sound in WAV format. |
|
|
|
|
|
|
|
| The scenario is a text file (".WCN" extension) containing all the operations performed when recording the scenario. This scenario is run by WDTestSite. |
|
|
|
|
|
|
|
| Opens the standard window for color selection and selects the specified color. |
|
|
|
|
|
|
|
| The "Sites" tab provides information about the dynamic WEBDEV websites installed on the computer... |
|
|
|
|
|
|
|
Allows you to:- find out and/or modify the behavior of the application or site when some errors are generated.
- optimize the calls to the functions declared externally.
- find out and/or change how the application uses JITc.
- find out and/or modify the management mode of low references for all the instantiated objects.
|
|
|
|
|
|
|
|
| Reads the content of an INI file (or the content of a file structured like .INI files). |
|
|
|
|
|
|
|
| Runs an Automatic Application Feature (AAF) on a control or window. |
|
|
|
|
|
|
|
| Retrieves information about the current exception. |
|
|
|
|
|
|
|
| List of various functions found in WINDEV, WINDEV Mobile and WEBDEV. |
|
|
|
|
|
|
|
Deletes all rows from: - a Table control populated programmatically,
- a TreeView Table control populated programmatically,
- tables displayed in a Combo Box control.
|
|
|
|
|
|
|
|
| This page presents the main terms specific to WEBDEV used in the documentation... |
|
|
|
|
|
|
|
| WWSurveillance (the monitoring robot) is used to monitor a Web server that runs dynamic WEBDEV sites... |
|
|
|
|
|
|
|
| Selects a row in a Table or TreeView Table control. |
|
|
|
|
|
|
|
| Opens a document in its associated application. |
|
|
|
|
|
|
|
| To use WEBDEV, a Web server must to be found on the computer where WEBDEV is installed... |
|
|
|
|
|
|
|
| Returns the number of selected elements in a Table or TreeView Table control (especially multi-selection controls). |
|
|
|
|
|
|
|
| Executes a program (an executable file, for example) from the current application. |
|
|
|
|
|
|
|
| For backward compatibility with the earlier versions of Native Oracle Connector (also called Native Oracle Access), the connection can still be configured in WDORAINS (supplied with Native Oracle Connector)... |
|
|
|
|
|
|
|
| Deselects a row from a Table or TreeView Table control. |
|
|
|
|
|
|
|
| Constants used by functions that handle threads, critical sections, semaphores, mutexes, etc. |
|
|
|
|
|
|
|
| The WEBDEV administrator is a module used to manage dynamic WEBDEV websites (in Session or AWP mode). |
|
|
|
|
|
|
|
| The remote WEBDEV administrator is a WEBDEV website, installed on the Deployment Web server... |
|
|
|
|
|
|
|
| List of constants used by the functions for video management. |
|
|
|
|
|
|
|
| This help page presents the different error messages that can be displayed in the browser... |
|
|
|
|
|
|
|
| Enables input in the search area in the column title of the Table or Treeview Table control. |
|
|
|
|
|
|
|
| Retrieves the specified information about the version of an executable or DLL. |
|
|
|
|
|
|
|
| Indicates whether or not a Table or TreeView Table control is in edit mode. |
|
|
|
|
|
|
|
| Remarks and specific features of the Native Oracle Connector |
|
|
|
|
|
|
|
| Replaces all occurrences of a specified substring in a string with another specified substring. |
|
|
|
|
|
|
|
| Dynamically compile a Procedure whose source code is supplied (dynamic compilation). |
|
|
|
|
|
|
|
| Displays a Table or TreeView Table control from a specified row or returns the index of the first row displayed in a Table or TreeView Table control. |
|
|
|
|
|
|
|
| Modifies the title of next window to open. |
|
|
|
|
|
|
|
| To create a scenario, the following elements must be installed on the current computer... |
|
|
|
|
|
|
|
| Changes the size and position of the display window of a media file previously opened (MCIOpen). |
|
|
|
|
|
|
|
| Modifies the title of the current window (returned by CurrentWin) and the title bar. |
|
|
|
|
|
|
|
Returns a character string without the space characters: - from the left and right side of the initial string.
- within the string.
|
|
|
|
|
|
|
|
| Finds the position of a specified string within another string. |
|
|
|
|
|
|
|
| To create the log files required to calculate the statistics for site traffic, a specific setting must be performed in the WEBDEV administrator... |
|
|
|
|
|
|
|
Modifies a row in: - a Table control,
- a TreeView Table control.
|
|
|
|
|
|
|
|
| Randomly generates an image with geometric shapes. This image can be used to temporarily fill an Image control, for example. |
|
|
|
|
|
|
|
| Clears the content of an Image variable or Image control and fills it with the specified color. |
|
|
|
|
|
|
|
| WDStatistics can be used once the log files have been imported... |
|
|
|
|
|
|
|
| Converts an OEM string (DOS) to an ANSI string (Windows). |
|
|
|
|
|
|
|
| WDStatistics is a tool used to perform statistical calculations regarding the traffic of your dynamic WEBDEV websites... |
|
|
|
|
|
|
|
| The use of SQL functions to handle Sybase data does not require importing the file structure into the analysis... |
|
|
|
|
|
|
|
| The following paragraphs present the main aspects and specific features of the Native SAP ASE Connector (also called Native Sybase Access)... |
|
|
|
|
|
|
|
Inserts a row into: - a Table control,
- a TreeView Table control,
- tables displayed in a Combo Box control.
|
|
|
|
|
|
|
|
| At runtime, an application runs in a main thread... |
|
|
|
|
|
|
|
| WDTRAD is a tool for entering the translation of messages associated with a WINDEV, WEBDEV or WINDEV Mobile application... |
|
|
|
|
|
|
|
| WINDEV and WEBDEV offer an optional Native Connector to Progress ... |
|
|
|
|
|
|
|
The Native Oracle Connector is used to:- specify the input values during the call to a stored procedure.
- retrieve the output values after a call to a stored procedure.
|
|
|
|
|
|
|
|
Extracts: - a substring from a string starting at a specified position.
- part of a buffer starting at a specified position.
|
|
|
|
|
|
|
|
| The use of SQL functions to handle Progress data does not require importing the file structure into the analysis... |
|
|
|
|
|
|
|
| Returns the index of a column in a Table or Treeview Table control. |
|
|
|
|
|
|
|
| In some cases, it may be useful to run the same query multiple times while modifying one or more parameters... |
|
|
|
|
|
|
|
| Remarks and specific features of Native Progress Connector... |
|
|
|
|
|
|
|
| The use of SQL functions to manipulate Informix data does not require importing the file structure into the analysis... |
|
|
|
|
|
|
|
| To use an Informix database with the Native Connector, import the structure of Informix tables into the WINDEV or WEBDEV analysis... |
|
|
|
|
|
|
|
| Remarks and specific features of Native Informix Connector |
|
|
|
|
|
|
|
| Used to find out whether a checkmark is displayed in front of a menu option (context menu or drop-down menu). |
|
|
|
|
|
|
|
| Extracts the left part (i.e., the first characters) from a string or buffer. |
|
|
|
|
|
|
|
| The use of SQL functions to handle DB2 data does not require importing the file structure into the analysis... |
|
|
|
|
|
|
|
| Returns the name of a column found in a Table or Treeview Table control. |
|
|
|
|
|
|
|
| WDDIXIO is automatically installed along with WDMSG or WDINT... |
|
|
|
|
|
|
|
Allows you to:- extract a substring from a string based on a specified string separator.
- search for substrings in a string based on a specified string separator.
|
|
|
|
|
|
|
|
| The following paragraphs present the main aspects and specific features of the Native DB2 Connector... |
|
|
|
|
|
|
|
| To use a DB2 database with Native Connector, the structure of DB2 tables must be imported into the WINDEV or WEBDEV analysis... |
|
|
|
|
|
|
|
| Makes a menu option invisible (context menu or drop-down menu). |
|
|
|
|
|
|
|
| Sorts a Table or TreeView Table control on one or more columns (lexicographical sort). |
|
|
|
|
|
|
|
| To use an Oracle database with the Native Connector, the structure of ORACLE tables must be imported into the WINDEV or WEBDEV analysis... |
|
|
|
|
|
|
|
| WINDEV and WEBDEV offer an optional Native Oracle Connector (also called Native Oracle Access... |
|
|
|
|
|
|
|
| Identifies the state of an option in a context or drop-down menu, i.e., active, disabled or invisible. |
|
|
|
|
|
|
|
| All the text form the translation file can be reintegrated into a project... |
|
|
|
|
|
|
|
| Extracts the last characters from a string or string buffer. |
|
|
|
|
|
|
|
| The text files created by WDMSG use a specific format... |
|
|
|
|
|
|
|
| A secondary thread cannot directly open a window with the standard WLanguage functions such as... |
|
|
|
|
|
|
|
| The following text can be extracted... |
|
|
|
|
|
|
|
| A project was already created and translated... |
|
|
|
|
|
|
|
Performs a search in: - a Table control,
- a TreeView Table control,
- tables displayed in a Combo Box control.
|
|
|
|
|
|
|
|
| WINDEV and WINDEV Mobile propose several functions used to perform an advanced management of threads. |
|
|
|
|
|
|
|
| The comparison between source and target text helps you find translation errors... |
|
|
|
|
|
|
|
| Adjusts the title and size of columns found in a Table or TreeView Table control. |
|
|
|
|
|
|
|
| Returns a character string of a specified length. |
|
|
|
|
|
|
|
| To use a MySQL database with the Native Connector (or Native Access), import the structure of MySQL tables into the WINDEV or WEBDEV analysis... |
|
|
|
|
|
|
|
| The Native MySQL Connector (also called "Native MySQL Access") creates "InnoDB" tables to support locks and transactions on a MySQL database... |
|
|
|
|
|
|
|
| Creates the image of the specified window in a BMP file. |
|
|
|
|
|
|
|
| Remarks and specific features of the Native MySQL Connector |
|
|
|
|
|
|
|
| Starts a stopwatch to measure the duration of a process (in milliseconds) and resets a running stopwatch. |
|
|
|
|
|
|
|
| Creates a Word file (.RTF) from the data found in a Table or TreeView Table control. |
|
|
|
|
|
|
|
| Indicates the procedure to run during an event of Drag/Drop. |
|
|
|
|
|
|
|
| Minimizes a WINDEV window. |
|
|
|
|
|
|
|
| Stops a stopwatch and returns the time elapsed (in milliseconds) since the start of timing (call to ChronoStart). |
|
|
|
|
|
|
|
Calculates: - the number of occurrences of a specific character string (by respecting the search criteria) in another character string.
- the number of occurrences of a set of strings in an array.
|
|
|
|
|
|
|
|
| Creates an XML file from the data found in a Table or TreeView Table control. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|