Hello,
I have a table with a character field that needs to be right justified after a user enters data.
It is displayed in a grid using a textbox. Previously this field was accessed using the @...get routine
with the FUNC "J" clause for right justification. This then saved the data to the table with the right justification.
The FUNC "J" does not work by putting .format="J". Even though the "M" still works for lists of valid entries.
Can't use the valid to modify the data appropriately because of the way this form is used for many different tasks.
The grid is set up using parameter arrays containing the column and button info.
UNLESS there is a way to direct .VALID= to use an external function?
Any thoughts would be appreciated!
Clyde
I have a table with a character field that needs to be right justified after a user enters data.
It is displayed in a grid using a textbox. Previously this field was accessed using the @...get routine
with the FUNC "J" clause for right justification. This then saved the data to the table with the right justification.
The FUNC "J" does not work by putting .format="J". Even though the "M" still works for lists of valid entries.
Can't use the valid to modify the data appropriately because of the way this form is used for many different tasks.
The grid is set up using parameter arrays containing the column and button info.
UNLESS there is a way to direct .VALID= to use an external function?
Any thoughts would be appreciated!
Clyde