> --
> You received this message because you are subscribed to the Google Groups "InterSystems: MV Community" group.
> To post to this group, send email to Cac...@googlegroups.com
> To unsubscribe from this group, send email to CacheMV-u...@googlegroups.com
> For more options, visit this group at http://groups.google.com/group/CacheMV?hl=en
On Mar 22, 2012, at 12:00 PM, Bill Farrell wrote:
and the Get accessor is:
Method EntryDateGet() As %MV.Date [ Language = mvbasic ]
{
theRecord = @ME->Record
Result = IConv( @ME->Key[5,2] : '/' : @ME->Key[7,2] : '/' :
@ME->Key[1,4], "D" )
return Result
}
exactly as I've done since 2011. (IIRC it also worked fine on 2012.1 FT1).
I'm wondering if there is a change in the way SQL gets built around the
file/global/class. I did try recoding the Get() accessor builder to mark
the methods as ClassMethods, but I got another error "ERROR #5477: Keyword
signature error in Weather.Observations:Method:EntryDateGet, keyword
ClassMethod must be '0'".
Darned if I do, darned if I don't. Odd.
B
Thanks Ed,
B