开发者

Crystal Report value Convertion?

开发者 https://www.devze.com 2022-12-11 03:33 出处:网络
i have to crystal report made from Dataset,and wehave to one formulafield i wrote Add() but that formula field show cancatination like 10+20=1020

i have to crystal report made from Dataset,and we have to one formula field i wrote Add() but that formula field show cancatination like 10+20=1020 i realiz开发者_JAVA百科e they need to convert that field in sight formula how to overcome this one? anybody help me ?

Advance wishes...


You can try using CStr in the formula

CStr(10)+CStr(20)
0

精彩评论

暂无评论...
验证码 换一张
取 消