|
|
|
|
|
|
|
By default, WDMap displays the records found in a data file by using the following rules...... |
|
|
|
|
|
|
WDMap allows you to perform simple operations (addition, modification or deletion) on the records found in a data file...... |
|
|
|
|
|
|
This help page presents the special display cases in WDMap...... |
|
|
|
|
|
|
WDMap is used to get various characteristics specific to...... |
|
|
|
|
|
|
Defines and enables a "Contains" filter on a data file, view or query. |
|
|
|
|
|
|
Defines and enables a "Contains" filter on a data file, view or query. |
|
|
|
|
|
|
The Year property is used to:
Get the year from a Date or DateTime variable or item.
Change the year in a Date or DateTime variable or item.... |
|
|
|
|
|
|
Sets the position on the first record according to a browse item. |
|
|
|
|
|
|
Sets the position on the next data file record according to a browse item. |
|
|
|
|
|
|
WDMAP allows you to print the records found in a data file...... |
|
|
|
|
|
|
Enables the filter that was previously created for the specified data file (view or query). |
|
|
|
|
|
|
Enables the filter that was previously created for the specified data file (view or query). |
|
|
|
|
|
|
A sub-query is a query whose result is used by another query...... |
|
|
|
|
|
|
New features in WINDEV/WEBDEV/WINDEV Mobile 28 presented in the New Features brochure.... |
|
|
|
|
|
|
New features in WINDEV/WEBDEV/WINDEV Mobile 28 presented in the New Features brochure.... |
|
|
|
|
|
|
A report provides a custom view of data...... |
|
|
|
|
|
|
The editor of Select queries is used to limit the number of records that will be displayed in the result of the query.... |
|
|
|
|
|
|
The windows represent the main interface of a WINDEV application...... |
|
|
|
|
|
|
The keyword "Query" is used to describe: |
|
|
|
|
|
|
Begins, commits or rolls back a transaction:
on the files of a database opened by SQLConnect,
on the files of a database opened by a connection (OLE DB or Native Access/Native Connector) described in the data model editor or by HOpenConnection.... |
|
|
|
|
|
|
Transfers the result of a query to a Table control populated programmatically (a List Box or Combo Box control), with the possibility of Partial Fetch (the result is retrieved by blocks of rows). |
|
|
|
|
|
|
The following paragraphs present...... |
|
|
|
|
|
|
Returns the characteristics of all the columns (or items):
for a given table.
for a given query.... |
|
|
|
|
|
|
A query created in the query editor can contain several types of items...... |
|
|
|
|
|
|
Used to lock:
The entire data table, in read and write mode. Its data cannot be accessed by other computers.
The records selected by the query. This data cannot be accessed by the other computers. This method can be used to update records for example.... |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|