- Finding out the value returned by a child window
- Limits
ReturnedValue (Property) In french: ValeurRenvoyée
Versions 18 and later New in version 18 Syntax
Finding out the returned value Hide the details
<Result> = <Element name>..ReturnedValue
<Result>: Any type Value that will be returned:- when closing the current window or page.when closing the current window, page or report.
- if the option is selected in the radio button.
<Element name>: Character string (with or without quotes) Name of element used:- Name of the window or page used. This window or page must be opened.Name of the window, page, report or internal report used. This window, page or report must be opened.
- Name of the option in the radio button. This name has the following format: <Name of Radio Button>[<Option number>].
Modifying the returned value Hide the details
<Element name>..ReturnedValue = <New value>
<Element name>: Character string (with or without quotes) Name of element used:- Name of the window or page used. This window or page must be opened.Name of the window, page or report used. This window, page or report must be opened.
- Name of the option in the radio button. This name has the following format: <Name of Radio Button>[<Option number>].
<New value>: Any type New value to return.
Versions 15 and laterFrom version 15, the following types can be used: - structure
- dynamic structure
- class
- advanced type
- array
- associative array
- queue
- stack
- list
New in version 15From version 15, the following types can be used: - structure
- dynamic structure
- class
- advanced type
- array
- associative array
- queue
- stack
- list
From version 15, the following types can be used:- structure
- dynamic structure
- class
- advanced type
- array
- associative array
- queue
- stack
- list
Remarks Versions 18 and later New in version 18
Related Examples:
|
Unit examples (WINDEV): Popup calendar
[ + ] Using a calendar that can be used by the OpenPopup function. The PopCalendar window is very useful in the applications containing date controls. Indeed, the PopCalendar window allows you to choose a date visually. The risk of error is reduced as the user can see the day of the week corresponding to the selected date. Then, the date control is filled with the value returned by the PopCalendar window.
|
This page is also available for…
|
|
|