C
cp2599
I'm trying to lock fields; change tabstop and backstyle using a
module; however, I can't seem to get the correct datatype defined.
Any help would be appreciated.
Public Function LockField (chrFieldName as ????)
chrFieldName.locked = true
chrFieldName.backstyle = 0
chrFieldName.tabstop = false
end function
LockField (Me.NameOfField)
module; however, I can't seem to get the correct datatype defined.
Any help would be appreciated.
Public Function LockField (chrFieldName as ????)
chrFieldName.locked = true
chrFieldName.backstyle = 0
chrFieldName.tabstop = false
end function
LockField (Me.NameOfField)