|
|
|
|
|
- Code Editor control overview
- Create a Code Editor control
- Code Editor control features
Code Editor control overview The Code Editor control allows end users to write WLanguage code... New in version 2025 New in version 2025CAUTION: This Code Editor field is independent: it knows neither the analysis linked to the project, nor the associated data files.. To access the data, use HDeclareExternal, for example. Example: IF NOT HDeclareExternal(fDataDir() + fSep() + "CLIENTS.FIC", "CLIENTS") THEN
Error(HErrorInfo())
RETURN
END
HReadSeekFirst(CLIENTS,"CODECLI","0018300")
Info(CLIENTS.NOM1)
Create a Code Editor control New in version 2025Note: The dimensions of the field created are optimized to occupy the space available at the position indicated.. If the field size doesn't suit you, use the Ctrl + Z key combination: the field will return to its default size. To view the characteristics of the control, select "Description" in the context menu.
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|