|
|
|
|
|
ControlNoSpace (Function)
Advertencia
A partir de la versión 17, FieldNoSpace se conserva por motivos de compatibilidad. Esta función ha sido reemplazada por 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.
ResDelSpace = ControlNoSpace(True)
Sintaxis
<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.
Observaciones - 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.
Esta página también está disponible para…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|