Question : Number format in oracle

99.9999

Does this truncate leading zero in case the data is 4.0530?
If I want that zero what format do I need to use?

Answer : Number format in oracle

I understand the problem and it does that in my program as well.  I use the method I posted earlier and have no problems.  
crysReport.FileName will always include the rassdk:// so you have to set a value to the fixed file name and then load the report
cyrsReport.load(CleanCrystalReportFileName(crysReport.FileName))

You could also verify the path is accurate (system.io.file.exists(CleanCrystalReportFileName(crysReport.FileName))


If that doesn't help, can you post the code where the error occurs?

Random Solutions  
 
programming4us programming4us