Using Crystal Reports 4.6... that is packaged with VB 5.0 however using VB 6.0. Passing a decimal parameter via VB to Crystal Reports which then calls SQL Server 6.5 stored procedure. Problem is Crystal treats the decimal value as an integer by truncated it. How do I pass a valid decimal parameter to this stored procedure without it getting truncated?