[mapguide-users] King Oracle provider use in MapGuide Studio 2009

2009-08-04 Thread florent
Hi all, I try to use concat function in MapGuide but i got a error message. Is it possible to use Concat function with number data type? In the same way, i don't understand why geometric functions aren't available. Is there any plan to include these features in feature release? Regards,

Re: [mapguide-users] King Oracle provider use in MapGuide Studio 2009

2009-08-04 Thread Jackie Ng
If you can't use numbers with Concat() then use ToString() to convert it to a string eg. Concat('Value: ', ToString(MYNUMBERPROPERTY)) The expression editor in MapGuide Studio is probably interrogating the capabilities of the current provider to determine what expression functions are available