Try This !numbervar x:= abs({table.field});stringvar y:= strreverse(totext(x,10,"")); numbervar z:= tonumber(y); numbervar c:= len(totext(z,0,""));Example:Suppose Price is 0.1023000strreverse(totext({Price},7)) ==> 0003201.0 tonumber( 0003201.0 ) ==> 3201.0 Round(tonumber( 3201.0 )) ==> 3201 len(totext( 3201 ,0)) ==> 4 ,
so set decimal places to 4
Thursday, May 23, 2013
Count Decimal on Crystal Report
Wednesday, April 3, 2013
Registry REGEDIT Run Command URL Link
Registry For File Explorer when you run in command run :
HKEY_CURRENT_USER>>Software>>Microsoft>>Windows>>CurrentVersion\Explorer\TypedPaths
Then
Choose your URL, you can be modified and update even delete it as you want !
HKEY_CURRENT_USER>>Software>>Microsoft>>Windows>>CurrentVersion\Explorer\TypedPaths
Then
Choose your URL, you can be modified and update even delete it as you want !