Hi Jonny
The simplest solution is to change the frame contents to use the clarion CHOOSE
function.
For example.
=choose(month(INV:Date),
'Jan','Feb','Mar','Apr','May','Jun','Jul','Aug','Sep','Oct','Nov','Dec')
You can use you own functions but that is a bit more complicated.
Hope that helps.
|