Windev 24
Windev 24
Application Features
The automatic features included
in your applications developed with
®
Automatic features
WinDev 19 - Version 1--04-14
Automatic Features of a WinDev 19 Application 3
Summary
SUMMARY
GET THE BEST OUT OF YOUR SOFTWARE
AUTOMATIC FEATURES OF YOUR APPLICATION
The windows .....................................................................................................................................................................................................................6
Resizing a window .............................................................................................................................................................................................6
The popup menu................................................................................................................................................................................................8
Delay button.................................................................................................................................................................................................... 11
Create your keyboard shortcuts .................................................................................................................................................................... 12
The tables ...................................................................................................................................................................................................................... 13
The popup menu............................................................................................................................................................................................. 14
The tooltip of the scrollbar ............................................................................................................................................................................. 17
Modifying the height of the rows in the table............................................................................................................................................... 18
Resizing the columns ..................................................................................................................................................................................... 19
Changing the order of the columns............................................................................................................................................................... 20
Sorting the columns ....................................................................................................................................................................................... 20
Storing the sorts performed........................................................................................................................................................................... 21
Performing a search in the columns ............................................................................................................................................................. 21
Filtering the content of the columns ............................................................................................................................................................. 22
Storing the filters performed.......................................................................................................................................................................... 23
Fixing the columns.......................................................................................................................................................................................... 23
Restoring the last layout of a table! .............................................................................................................................................................. 24
The edit controls ........................................................................................................................................................................................................... 24
Edit controls corresponding to a file path..................................................................................................................................................... 29
The Image controls ....................................................................................................................................................................................................... 30
The Combo Box controls .............................................................................................................................................................................................. 30
The popup menu............................................................................................................................................................................................. 30
The tooltip of the scrollbar ............................................................................................................................................................................. 31
Resizing the expanded combo box................................................................................................................................................................ 32
Restoring the last layout of an expanded combo box!................................................................................................................................. 32
The charts ...................................................................................................................................................................................................................... 33
Print preview ................................................................................................................................................................................................................. 36
Standard toolbar............................................................................................................................................................................................. 37
Move toolbar ................................................................................................................................................................................................... 37
Export toolbar.................................................................................................................................................................................................. 37
Annotation toolbar.......................................................................................................................................................................................... 38
Search toolbar ................................................................................................................................................................................................ 38
Managing the data ....................................................................................................................................................................................................... 39
Automatic optimization of the data files....................................................................................................................................................... 39
Managing the most common problems........................................................................................................................................................ 39
WINDEV FEATURES IMPLEMENTED AT YOUR OWN REQUEST!
Managing a password and the access levels ............................................................................................................................................................ 40
Locking an application ................................................................................................................................................................................................. 40
Tips and tricks ............................................................................................................................................................................................................... 41
The windows .................................................................................................................................................................................................................. 42
Organizing your window: the "splitters"......................................................................................................................................................... 43
The "?" menu ................................................................................................................................................................................................................. 44
The edit controls ........................................................................................................................................................................................................... 45
The Combo Box controls .............................................................................................................................................................................................. 47
UMC (User Macro Code) ............................................................................................................................................................................................... 49
What is the UMC (User Macro-Code)? ........................................................................................................................................................... 49
How do I know whether the UMC is available in my application?............................................................................................................... 49
Adding a User Macro-Code to customize the application............................................................................................................................ 49
Transmitting the User Macro-Codes.............................................................................................................................................................. 50
The reports ..................................................................................................................................................................................................................... 50
Creating your own reports ............................................................................................................................................................................................ 51
Automatically sending suggestions and bugs about your application ................................................................................................................... 52
Installing the application on a mobile device (Pocket PC or SmartPhone) or on Internet ................................................................................... 53
w ww . win de v. c om
4 Automatic Features of a WinDev 19 Application
Summary
To help you get the best out of your software, this documentation presents many automatic features included in your
applications. These features apply to the windows, the controls and the printed reports.
You are interested in some features found in this documentation and you would like to implement them in your appli-
cation?
Nothing’s easier: get in touch with your application provider. In most cases, these features can be easily added to
your WinDev application without any specific development.
Caution! The fact that a feature is easy to integrate does not mean that you can have it right now! Indeed, the develo-
pers have schedules and current tasks, and distributing a new version requires several design and test steps! Even if
some actions only require a few minutes, the process for implementing a new application version requires much
more time!
www.windev.com
6 Automatic features of a WinDev 19 application
Automatic features of your application
The main automatic features found in a WinDev application are described in the following paragraphs.
The windows
Many interesting features are proposed by default in the WinDev windows.
Resizing a window
The windows found in your WinDev application can be resized: to do so, use the sizing handle. This handle is found in
the bottom right corner of your window. For example:
The size and position of the window controls must automatically adapt when the window is resized. This feature is
called control anchoring.
Get in touch with your application provider if the controls found in your windows are not anchored and if they do not
automatically adapt when the window is resized.
[Developer Tip: to implement this feature, check the "Resizable" box in the "GUI" tab of the window description. Don’t
forget to anchor the controls whose size and/or location may change ("GUI" tab of the control description).]
www.windev.com
8 Automatic features of a WinDev 19 application
Automatic features of your application
For example:
This feature (called DDW for Dim Disabled Window) can be enabled or disabled via "Gray the window if it is inactive
(DDW)" from the popup menu of the window (right mouse click on the window).
This feature can be enabled or disabled via "Store the size and position of the window" from the popup menu of the
window (right mouse click in the window).
Note: Once the size and position of the window have been modified, you have the ability to restore its default size
and position. To do so, select "Restore the default size and position" from the popup menu of the window (right
mouse click on the window).
For example:
This feature can be easily disabled via "Disable the window animations" from the popup menu of the window (right
mouse click in the window).
[Developer Tip: to animate the windows of your application, configure the different animations ("Animations of win-
dows" button) in the "Advanced" tab of the project description.]
www.windev.com
10 Automatic features of a WinDev 19 application
Automatic features of your application
For example:
This feature can be enabled or disabled via "Best Fit" from the popup menu of the button (right mouse click in the
window).
[Developer Tip: to enable (or not) the transparency effect of your windows, check "Vista transparency and fuzzy
effect" in the "Image" tab of the window description and configure the shaded area of your windows.]
In the window that opens, enter the word or the expression to find as well as the characteristics of the search. Click
the "Next" button to start the search. The sought word will be automatically selected if it is found.
Delay button
A window may remain opened indefinitely, waiting for the user to click. In some cases, if the user does not end the
current action (modification of information regarding a customer, …), the corresponding information may be locked
for the other users.
A delay button (also called ’Automatic validation’ button) is used to automatically validate (or cancel) an action after a
given period of time (between 1 second and 5 minutes).
This feature is also very useful for the confirmation windows.
www.windev.com
12 Automatic features of a WinDev 19 application
Automatic features of your application
The popup menu of the button (displayed via a right mouse click on the button) is used to:
• enable this feature via "Automatic validation". A window allows you to configure the time required to validate the
button:
These feature can be easily implemented via "Choose a keyboard shortcut" from the popup menu of the button (right
mouse click on the button).
A window allows you to specify the shortcuts to use. Press the selected keys directly: the selected keys appear, and
all you have to do is validate.
Notes:
•If the selected shortcut is already used in the window, a message indicates that the selected shortcut cannot be
used.
•The custom shortcut is automatically displayed in the static and in the tooltip of the relevant button.
•A custom keyboard shortcut can be modified via "Modify the shortcut" from the popup menu of the button (right
mouse click on the button).
•If the "<None>" shortcut is selected, the default behavior of the button (intended by the developer) will be restored.
The tables
Your application enables you to display data in tables? You can now benefit from the power of tables.
The tables found in a WinDev application enable you to easily customize the display of the data:
• Operations performed via the popup menu (right mouse click in the table): select columns, copy, transfer data
to Excel, display charts, …
• Ability to resize the table and to modify the layout of the table columns.
• Sort and search operations performed in the columns.
These features are described in the following paragraphs. Interested in one of these features? Get in touch with your
the provider of your application. No specific development is required.
www.windev.com
14 Automatic features of a WinDev 19 application
Automatic features of your application
The popup menu of the table enables you to select the columns to display ("Company", "Name", "City" and
"Country"):
Interested in this feature? Get in touch with the provider of your application. This feature can be implemented
straightaway: all you have to do is check a box.
[Developer Tip: to add this feature, check "Menu Select the columns…" in the "Details" tab of the Table description.]
•Handling the table data with Excel, Word, Open Office, ... to perform simulations:
You want to perform simulations with Excel, Word, Open Office, ...? Nothing’s easier. All you have to do is "export the
table" to the relevant software. The corresponding file is automatically created from the table content and it can be
used by another software.
For example, to export the table to Excel:
1. Display the popup menu of the table (right mouse click) and select "Export the table to Excel".
2. Specify the name and location of the Excel file to create.
3. The created file can be displayed immediately.
You have the ability to perform a search, a simulation, a specific calculation, statistics on the data displayed in your
favorite spreadsheet.
Note: If the Excel file already exists, you can overwrite the existing file or merge it with the file currently created. The
merge operation allows you to keep all the modifications performed in your spreadsheet (format of cells,
formula, …).
The table can also be exported to Word:
www.windev.com
16 Automatic features of a WinDev 19 application
Automatic features of your application
•Displaying the total, the average, ... of the data displayed in a table column:
This feature is automatically implemented when one of the table columns is a numeric column. To do so, select
"Automatic calculation (sum, average, …)" from the popup menu and choose the type of calculation to perform. The
result will be automatically displayed at the bottom of the table.
www.windev.com
18 Automatic features of a WinDev 19 application
Automatic features of your application
When the scrollbar box is moved, the tooltip is automatically refreshed with the information corresponding to the
future position of the scrollbar box.
This feature enables you to easily browse the data displayed in a table.
[Developer Tip: to implement this feature, check "Tooltip of vertical scrollbar" in the "Details" tab of the Table descrip-
tion.]
[Developer Tip: to implement this feature, check "Move per pixel" in the "Details" tab of the Table description.]
A table cell contains a multi-line text and a single line is displayed? Why not directly modify the height of the row?
This operation is straightforward:
1. Hover the row separator.
2. When the cursor tuns into a double arrow , keep the left mouse button down.
3. Move the row separator to resize the row.
[Developer Tip: to implement this feature, check the "Height of rows resizable" box in the "Details" tab of the table
description.]
Example:
Note: To automatically adjust the size of the column to the longest text found in this column, all you have to do is dou-
ble-click the column separator (on the right of the title of the column to adjust).
[Developer Tip: to implement this feature, check the "Adjustable" box in the "General" tab of the column descrip-
tion.]
www.windev.com
20 Automatic features of a WinDev 19 application
Automatic features of your application
In this example, the NAME column found before the COMPANY column moves after …
Interested in this feature? Get in touch with the provider of your application.
[Developer Tip: to implement this feature, check the "Moveable" box in the "General" tab of the column description.]
Interested in this feature? Get in touch with the provider of your application.
[Developer Tip: to implement this feature, check the "Sortable" box in the "General" tab of the column description.]
3. Perform the requested sorts in your table. The last sorts currently performed in the table when closing the win-
dow are automatically stored and they will be automatically re-applied during the next opening of the window.
You want to find an element in a column of your table? All you have to do is click the magnifier found in the column
title and type the first letters of the sought element. The table is automatically sorted according to the search column
and the first corresponding element is automatically selected in the table.
For example:
www.windev.com
22 Automatic features of a WinDev 19 application
Automatic features of your application
You also have the ability to select "Find" from the popup menu of the column title with the magnifier (right mouse
click on the header of the column). The edit control is displayed instead of the column title, allowing have to type the
first letters of the sought element.
[Developer Tip: to implement this feature, check the "Searchable" box in the "General" tab of the column description.
Note: the item linked to the column must be a key item.]
3. Perform the requested filters in your table. The last filters currently performed in the table when closing the
window are automatically stored and they will be automatically re-applied during the next opening of the window.
A short message will be displayed to remind you of the existing filters.
www.windev.com
24 Automatic features of a WinDev 19 application
Automatic features of your application
Example:
Interested in this feature? Get in touch with the provider of your application.
[Developer Tip: to implement this feature, check the "Adjustable" box in the "General" tab of the column description.]
[Developer Tip: to implement this feature, check "Store the config. of columns" in the "Details" tab of the relevant
table.]
These features can be accessed from the popup menu of the control (right mouse click). Some examples:
•Selecting the entire content of the control ("Select all"). To select the content of the control, press [CTRL + A] or
click the control three times successively.
•Displaying a RTF formatting bar ("RTF formatting bar"). If the edit control enables you to format the text entered
(underlined, italic, and so on), select "RTF formatting bar" to display the formatting bar above the control. This tool-
bar is as follows:
The keyboard shortcuts that can be used to format the text are as follows:
• Italic: CTRL + I
• Bold: CTRL + G or CTRL + B
• Underlined: CTRL + U or CTRL + _ (underscore, below the 8)
• Struck out: CTRL + - (dash, below the 6)
• Highlighted: CTRL + H
When the selected text corresponds to an option of the RTF toolbar (underlined text for example), the corresponding
button is pressed in the toolbar.
The "Color" button does not reflect the color of the selection: it corresponds to the last selected value.
If the word processor used is Word, the spelling checker of Word can be automatically started on the edit controls
("Spelling")
www.windev.com
26 Automatic features of a WinDev 19 application
Automatic features of your application
Note: This option is proposed only if Word is installed on the current computer.
If the word processor used is OpenOffice Writer, the spelling checker is automatically performed in the edit controls
and in the table columns: the words not found in the dictionary of OpenOffice Writer are automatically underlined in
red.
The popup menu of the underlined word enables you to select one of the proposed words or to add the word into
the dictionary.
Note: This option is proposed only if OpenOffice and its dictionary are installed on the current computer. By default,
the dictionary is not installed with OpenOffice Writer; see the documentation about this software for more details.
[Developer Tip: to implement this feature, check "Check the spelling" in the "Details" tab of the relevant control.]
This operation can also be performed via [CTRL + F]. In this case, the search is performed in all the controls of the
window.
For example:
This option is available for the edit controls and for the table columns.
Note: In an edit control that displays a date, you have the ability to easily modify this date: the "+" and "-" key of the
numeric keypad allow you to go to the next day or to the following day.
www.windev.com
28 Automatic features of a WinDev 19 application
Automatic features of your application
Tip: To quickly increase or reduce a numeric value found in an edit control, use the mouse wheel.
The increment step is set to 1 by default: when the value is selected in the control, each action performed on the
wheel modifies the value by 1.
If the cursor is positioned in the value, the increment or decrement operation will be performed on the digit found
on the left of the cursor. For example, if the cursor is positioned between the hundreds and the thousands, the
increment or decrement operation will be performed on the thousands (+1000 or -1000).
•Storing the last value entered in a control ("Storage .. Store the last value entered"):
You work with large numbers? The last value entered can be stored by the control!
This feature is also available for all the controls in which data can be entered or selected.
This option is not available for the edit controls with formatting (ability to modify the font, to write in bold, …) and for
the multi-line edit controls.
•Displaying the last information entered ("Storage .. Store the history of inputs"):
When typing the first characters, the values previously entered in the control are automatically displayed.
For example:
These options are not available for the edit controls with formatting (ability to modify the font, to write in bold, …)
and for the multi-line edit controls.
For example:
[Developer Tip: to implement this feature, log the relevant data file. This feature will be automatically added to the
next automatic modification of the data files.]
Additional features can also be added to the edit controls. See “WinDev features implemented at your own request!”,
page 40 for more details.
Furthermore, when the selected file corresponds to an image or to a PDF document, a resizable thumbnail is automa-
tically displayed when the file path is entered or hovered. This enables you to check whether the selected image is
correct.
www.windev.com
30 Automatic features of a WinDev 19 application
Automatic features of your application
Note: This feature can be disabled via "Disable the image preview" found in the popup menu of the image path.
[Developer Tip: to implement this feature, check "Allow the menu for handling images to be displayed (AAF)" in the
"Details" tab of the control description.]
•propose the last values entered ("Storage .. Store the history of inputs"):
The last values entered are automatically added to the list of elements in the combo box.
This option is available for the editable combo boxes only.
When the scrollbar box is moved, the tooltip is automatically refreshed with the information corresponding to the
future position of the scrollbar box.
This feature enables you to easily browse the data displayed in a combo box.
[Developer Tip: to implement this feature, check "Tooltip of vertical scrollbar" in the "Details" tab of the Combo Box
description.]
www.windev.com
32 Automatic features of a WinDev 19 application
Automatic features of your application
[Developer Tip: to implement this feature, check the "Resizable" box in the "Details" tab of the relevant combo box.]
[Developer Tip: to implement this feature, check "Store the size" in the "Details" tab of the relevant combo box.]
Additional features can also be added to the Combo Box controls. See “WinDev features implemented at your own
request!”, page 40 for more details.
The charts
If your WinDev application displays a chart, don’t forget to use the popup menu of this chart (right mouse click). This
menu is displayed by default.
Donut chart
Line chart
Bar chart
www.windev.com
34 Automatic features of a WinDev 19 application
Automatic features of your application
•display the chart in 3 dimensions: "Spatial 3D vision" is used to display the chart in 3 dimensions.
This display mode also enables you to handle the chart with the mouse. To do so, keep the left mouse button down
and move the chart.
Some examples:
•configure the style of chart: viewing raised effects, smoothing the lines, displaying gradient colors, …
When the zoom is enabled, the chart can be handled via one of the following methods:
• Using the vertical and horizontal scrollbars: you have the ability to specify the area to zoom by moving the boxes
of the scrollbars.
• Pressing the CTRL key with the mouse wheel: the are pointed by the mouse is automatically zoomed. To stop
the zoom, press the ESC key.
• Using the lasso of the mouse: the area selected by the lasso of the mouse is automatically zoomed.
www.windev.com
36 Automatic features of a WinDev 19 application
Automatic features of your application
Print preview
The document to print can be previewed in a preview window. This preview window contains several default options.
Caution: Some options may have been disabled for security reasons.
Standard toolbar
The standard toolbar proposes the following actions:
The zoom can be configured. When a click is performed on the 100% value, you have the ability to select the reques-
ted zoom and to view the pages one by one or two by two.
The full-screen mode is used to display the report without title bar and without toolbar. To go back to the standard
mode, all you have to do is press the [ESC] key.
The thumbnails displayed by the browser mode allow you to print the requested page directly.
Move toolbar
The move toolbar is used to easily browse the different pages found in the report.
Export toolbar
The export toolbar is used to export the current document in different formats. This feature enables you to calculate
statistics and to perform sorts and searches in different formats:
www.windev.com
38 Automatic features of a WinDev 19 application
Automatic features of your application
You can:
• Cancel or redo an action.
• Draw ("Pen" icon). To do so, click the icon and start drawing.
• Draw an arrow ("Arrow" icon). To do so, click the icon and define the start point and the end point of the arrow
via simples clicks in the report. The top of the arrow will be drawn at the end of the line.
• Insert a text ("Text" icon). To do so, click the icon and click the location where the text must be inserted. A speci-
fic toolbar is displayed to define the characteristics of the inserted text (size, color, …).
• Insert an image ("Image" icon). To do so, click the icon and define the area where the image must be inserted.
The file picker is automatically opened to enter the path of the image to insert.
• Define the size of the line used by default ("Lines" icon).
• Define the color used by default ("Color" icon).
To delete an annotation, all you have to do is select the requested annotation and press the [DEL] key.
Note: The annotations can only be moved within the page displayed.
Search toolbar
You want to find a specific information in the report? All you have to do is start a search. The search toolbar is used to
specify the expression sought as well as its conditions (whole word, case sensitive or not). The "Next" and "Previous"
buttons are used to move in the preview according to the sought criterion.
[Developer Tip: to increase the maximum number of records for running the automatic optimization, display the des-
cription window of the project ("Project .. Project description", "Files" tab) and modify the indicated number.]
www.windev.com
40 Automatic features of a WinDev 19 application
WinDev features implemented at your own request!
This part presents the features that can be easily added to a WinDev application.
Interested in these features? Get in touch with the provider of your application. Your application can be optimized in
just a few mouse clicks.
Caution! the fact that a feature is easy to integrate does not mean that you can have it right now! Indeed, the develo-
pers have schedules and current tasks, and distributing a new version requires several design and test steps! Even if
some actions only require a few minutes, the process for implementing a new application version requires much
more time!
[Developer Tip: to implement this feature, check "Enable the management of the user groupware" in "Workshop ..
Configure the user groupware".]
Locking an application
Your applications use sensitive data? Why not ask to automatically lock your application. If the lock of the application
is enabled, all the windows found in the application will be minimized and made invisible after a specified time-out.
Therefore, nobody will be able to read the data displayed on your screen when you leave your desk for a few minutes.
When restoring the application, a window automatically asks you to enter a password:
[Developer Tip: to implement this feature, check "Lock the application if it is inactive" and specify the time-out in
minutes.]
[Developer Tip: to implement this feature, click the "Animations of controls" button in the "Advanced" tab of the pro-
ject description, then select "Enable the animation of controls on the project".]
www.windev.com
42 Automatic features of a WinDev 19 application
WinDev features implemented at your own request!
The windows
Several automatic features are available, allowing the application provider to simplify the use of the application win-
dows.
Some examples:
•Animations of controls:
The controls of an application are not animated by default.
Animation effects can be added to the controls of an application on some actions. Some examples:
- when changing tab.
- when scrolling a table.
- when handling a calendar.
[Developer Tip: to implement this feature, click the "Animations of controls" button in the "Advanced" tab of the pro-
ject description, then select "Enable the animation of controls on the project".]
[Developer Tip: to implement this feature, check "Move by the background" in the "GUI" tab of the window descrip-
tion.]
•Dialog box:
Does your application sometimes ask you to confirm an operation (addition, modification, deletion, …)? You must
read the question several times before you really understand it?
These interrogative windows (called "dialog boxes") can be improved and therefore easily understood.
For example:
[Developer Tip: to implement this feature, use the function named Dialog.]
The splitters enable you to easily customize your WinDev application. Several splitters can be found in the same win-
dow.
To resize an area, all you have to do is select the splitter and modify its position.
For example:
Using a splitter
[Developer Tip: to implement this feature, all you have to do is add "Splitter" controls to the window. Don’t forget to
anchor the controls whose size and/or location may change ("GUI" tab of the control description).]
www.windev.com
44 Automatic features of a WinDev 19 application
WinDev features implemented at your own request!
[Developer Tip: to implement this feature, select "Windows .. Main menu .. Add the ’?’ menu" and answer the ques-
tions asked by the wizard.]
•convert the file paths and the site addresses into clickable links:
When entering a file path or a site address, these addresses can be automatically converted into clickable URL
links. Then, all you have to do is click the link to open the file or the site. This feature can be easily implemented in
your application.
Example:
www.windev.com
46 Automatic features of a WinDev 19 application
WinDev features implemented at your own request!
For the date edit controls, you have the ability to display an icon used to automatically open a calendar.
For the numeric edit controls, you have the ability to display an icon used to automatically open a calculator.
[Developer Tip: to implement this feature, check "Mandatory input" in the "Details" tab of the control description.]
www.windev.com
48 Automatic features of a WinDev 19 application
WinDev features implemented at your own request!
[Developer Tip: to implement this feature, click the "User Macro-Code" button in the "Charter" tab of the project des-
cription and check "Yes - Allow the input of User Macro-Code".]
3. Specify the type of action affected by the custom process: Action on a control or on a key combination.
4. If you want to perform a process on a control:
•Select the relevant control. A table lists the controls found in the application as well as their caption. You can
also directly select the control in the window via "Select the control".
•Select the action to customize and its execution time.
•A simplified code editor is displayed, allowing you to enter the title of the macro and the WLanguage code of
the User Macro-Code.
www.windev.com
50 Automatic features of a WinDev 19 application
WinDev features implemented at your own request!
[Developer Tip: to import "User Macro-Codes" into your project, select "File .. Import .. User Macro-Codes".]
The reports
The reports correspond to all the documents that can be printed from your application: invoices, estimates, list of
customers, …
Several automatic features are available, allowing the application provider to simplify the use of the application
reports.
Some examples:
•Clickable area:
When printing an invoice, you want to display all the details regarding the selected customer or all the characteris-
tics of the products ordered? All you have to do is click the report to get this information!
For example, a click performed on the caption of the product opens the product form:
In the print preview, the clickable areas can be easily identified by the symbol . Furthermore, these areas are
colored in yellow when they are hovered by the mouse cursor.
Note: Reports and Queries enables you to directly define the clickable areas of your reports.
[Developer Tip: the report controls are now associated with a click process. To open a window or to start a specific
program, enter the corresponding code in this process.]
•Link:
Your invoices are emailed in HTML format to your customers? You want your customers to be able to access the
company website directly from these invoices? All you need is a link control!
A click performed on this link will start the Internet site of your company.
In the print preview, the links can be easily identified by the sign . Furthermore, these links are colored in yellow
when they are hovered by the mouse cursor.
Note: Reports and Queries enables you to directly add link controls into your reports.
[Developer Tip: to implement this feature, add a link control to your reports and configure the destination in the
control description.]
[Developer Tip: to provide Reports and Queries with your application, check "Include "Reports and queries" in the
setup" when creating the setup procedure of your application. Don’t forget to read the license agreement of WinDev
before redistributing this program.]
www.windev.com
52 Automatic features of a WinDev 19 application
WinDev features implemented at your own request!
[Developer Tip: to implement this feature, include the "Feedback" component in your application. This feature can
also be automatically added to your application by including the "?" menu.]
www.windev.com
54 Automatic features of a WinDev 19 application
WinDev features implemented at your own request!