Shorthand Notation (None Specified)
At 11 NOV 1999 07:11:54PM Claude Mansutti wrote:
I've noticed the use of shorthand notation in some samples of OI code and was wondering if there is documentation for it.
e.g.
Client_No=.client_code_.text
.lead_manager-]required=req_prop
I realise it replaces Get_Property and Set_Property, but if I try to use it in my stored procedures, I get illegal expression….
Claude
At 12 NOV 1999 04:20AM Oystein Reigem wrote:
Claude,
I think that syntax is allowed in user events only. I think that's why I decided not to use it. I often try out stuff as user events, and then move the programming to stored procedures later.
- Oystein -