|
|
|
|
|
|
|
You can start developing your application as soon as the WINDEV project is defined as being a Java project... |
|
|
|
|
|
|
A Java application is an application entirely compiled in Java... |
|
|
|
|
|
|
This document presents the different access modes to databases from a WINDEV Java application... |
|
|
|
|
|
|
WINDEV allows you to generate a Java application without even knowing the Java language... |
|
|
|
|
|
|
You can use Java code: - in Java applications generated with WINDEV.
- in Android applications generated with WINDEV Mobile.
This allows you to create global procedures in Java. |
|
|
|
|
|
|
When your Java application is developed, you can run the test of the Java project and compile it before creating the archive... |
|
|
|
|
|
|
WINDEV allows you to generate a Java application without even knowing the Java language... |
|
|
|
|
|
|
WINDEV allows you to generate a Java application without even knowing the Java language... |
|
|
|
|
|
|
Restores the error process of a process. |
|
|
|
|
|
|
Restores the exception process of a process. |
|
|
|
|
|
|
Returns the number of the last error caused by a Finxxx function (financial functions). |
|
|
|
|
|
|
WINDEV, WEBDEV and WINDEV Mobile propose several functions used to perform statistical calculations...... |
|
|
|
|
|
|
Inserts a string into another character string at a given position. |
|
|
|
|
|
|
Converts a UTC date and time to local time (time zone, summer time, winter time). |
|
|
|
|
|
|
Returns the date of the last day for the specified month. |
|
|
|
|
|
|
Indicates whether the code is run from a code written in a user macro-code. |
|
|
|
|
|
|
Returns the time of the last update for the index statistics. |
|
|
|
|
|
|
Deletes a row at a given position:
from a two-dimensional array.
from the advanced array property (array of gglCalendar events, etc.)
The array size is automatically reduced.... |
|
|
|
|
|
|
Exports the records found in a data file (HFSQL or OLE DB), view or query to an XML file. |
|
|
|
|
|
|
Checks if a stop request has been sent to the running thread. |
|
|
|
|
|
|
The NbPendingThread property is used to get the number of pending threads in a queue or in a stack. |
|
|
|
|
|
|
Indicates a continuation parallel task that will be run once the first task is completed in an array of parallel tasks. |
|
|
|
|
|
|
Waits for the execution of a parallel task. |
|
|
|
|
|
|
Allows you to find out the rights granted to a user or group of users on a server. |
|
|
|
|
|
|
Starts a stopwatch to measure the duration of a process (in milliseconds) and resets a running stopwatch. |
|
|
|
|
|
|
Denies all new connections to a database or to all databases. |
|
|
|
|
|
|
Deletes the HFSQL data files (.fic, .ndx, .ftx and .mmo files if they exist) from the server. |
|
|
|
|
|
|
Returns the list of current or interrupted transactions on the server for the specified connection. |
|
|
|
|
|
|
Executes a procedure on each element of a source array and returns the results in a WLanguage array. |
|
|
|
|
|
|
List of constants used by the financial functions.... |
|
|
|
|
|
|
Immediately ends the execution of the current task: the task is flagged as ptsCanceled. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|