Hi !
Need some help ...again
Is it in the program code possible to write code to set the attribute ReadOnly on fields?
Example:
I have several fields in a form and when I shall make changes to the form, two fields should be ReadOnly.
Is it possible to write some code in Opening Window:
Case LocalRequest
of ChangeRecord
xxx Field1 xxxxx
xxx Field2 xxxxx
END
My question is, what should I write
From the snow in Sweden
/Magne
Need some help ...again
Is it in the program code possible to write code to set the attribute ReadOnly on fields?
Example:
I have several fields in a form and when I shall make changes to the form, two fields should be ReadOnly.
Is it possible to write some code in Opening Window:
Case LocalRequest
of ChangeRecord
xxx Field1 xxxxx
xxx Field2 xxxxx
END
My question is, what should I write
From the snow in Sweden
/Magne