In dire need of some Help----Formatting issues 
Author Message
 In dire need of some Help----Formatting issues

I have an entry in a database - sql-2000 that's defined as decimal
with a length of 22,0. I'm trying to retieve this field and display it
in Crystal Report. I'm currently doing this from crystal report
designer. It shows up as 2E21. I've tried formatting the fields using
format field from the format menu. But the best i can do is display it
still in terms of maybe 2.0029E+21.

How can i display these values as say exactly how i view them as in
sql server - 298292829928291829989.

Maybe the best way would be convert them into a string value ...But
how do i do that. I'v  tried also a formula field and setting values
using TOTEXT({field}) but it still truns up that way 2e+21
??

Right now i'm experienceing this problem from Crystal designer. I
tried it out in VB and i'm still getting the same problem
In dire need of help

Thank You



Tue, 18 Jan 2005 16:03:17 GMT  
 In dire need of some Help----Formatting issues
i think your field is not big enough. try streching it.

lloyd

Quote:
>-----Original Message-----
>I have an entry in a database - sql-2000 that's defined
as decimal
>with a length of 22,0. I'm trying to retieve this field
and display it
>in crystal report. I'm currently doing this from crystal
report
>designer. It shows up as 2E21. I've tried formatting the
fields using
>format field from the format menu. But the best i can do
is display it
>still in terms of maybe 2.0029E+21.

>How can i display these values as say exactly how i view
them as in
>sql server - 298292829928291829989.

>Maybe the best way would be convert them into a string
value ...But
>how do i do that. I'v  tried also a formula field and
setting values
>using TOTEXT({field}) but it still truns up that way 2e+21
>??

>Right now i'm experienceing this problem from Crystal
designer. I
>tried it out in VB and i'm still getting the same problem
>In dire need of help

>Thank You
>.



Tue, 18 Jan 2005 23:27:08 GMT  
 In dire need of some Help----Formatting issues
Blueey,

You might try creating a view in sql and cast the field as something else in
it - maybe varchar or num, and run a report off of that instead of straight
off of the table and see if it works that way.

Create view Blueey as select cast(mytable.myfield as varchar) from mytable


Quote:
> I have an entry in a database - sql-2000 that's defined as decimal
> with a length of 22,0. I'm trying to retieve this field and display it
> in crystal report. I'm currently doing this from crystal report
> designer. It shows up as 2E21. I've tried formatting the fields using
> format field from the format menu. But the best i can do is display it
> still in terms of maybe 2.0029E+21.

> How can i display these values as say exactly how i view them as in
> sql server - 298292829928291829989.

> Maybe the best way would be convert them into a string value ...But
> how do i do that. I'v  tried also a formula field and setting values
> using TOTEXT({field}) but it still truns up that way 2e+21
> ??

> Right now i'm experienceing this problem from Crystal designer. I
> tried it out in VB and i'm still getting the same problem
> In dire need of help

> Thank You



Wed, 19 Jan 2005 03:03:46 GMT  
 
 [ 3 post ] 

 Relevant Pages 

1. I am in dire need of help!

2. In Dire Need of Help!

3. run-time error 430 (HELP!! IN DIRE NEED)

4. In Dire need of Help!

5. novice in dire need

6. in dire need of control!!!!!!!!

7. Need help - ASP build issue

8. Need help on Read Only issue

9. Need help with ADO recordset sorting issue

10. Help needed on VB6 issue

11. Winsock application issue: NEED HELP

12. annoying clipboard issue...need some help

 

 
Powered by phpBB® Forum Software