|
|
|
|
|
ControlNoSpace (Function) In french: ChampSansEspace
Warning
From version 17, FieldNoSpace is kept for backward compatibility. This function has been replaced with ControlNoSpace.
Specifies whether the space characters on the right of the value found in the control are deleted. The space characters found on the right of the control are not deleted by default. Remark: This function can be used on report, window or page controls.. This function is available for backward compatibility with the Hyper File files in 5.5 format containing space characters.
ResSuppEspace = ControlNoSpace(True)
Syntax
<Result> = ControlNoSpace(<Deletion of Space Characters>)
<Result>: Boolean - True if the spaces to the right of the controls were already removed (before ControlNoSpace was called),
- False otherwise.
<Deletion of Space Characters>: Boolean - True if the space characters found on the right of the controls (and in each table column) must be deleted,
- False otherwise.
Remarks - ControlNoSpace affects all project controls until the next call to ControlNoSpace
- ControlNoSpace does not affect Combo Box or List Box controls (editable or not).
- ControlNoSpace does not apply when the table columns are assigned by TableAdd.
- The ControlNoSpace function does not apply after user input: if the user types spaces at the end of the field, these spaces are recovered.
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|