|
-
Jun 20th, 2007, 10:12 AM
#1
Thread Starter
Hyperactive Member
[RESOLVED] Crystal to VB.NET Code
Code:
ToText ({Rpt_Activity.Price}, {Rpt_Activity.zMask}, {Rpt_Activity.NumDec})
I am converting Crystal to DevExpress and need to change it to VB.Net code. I don't have any information in the database and it's just an empty report. Can't really decipher the crystal code.
Last edited by NPassero; Jun 20th, 2007 at 10:44 AM.
-
Jun 20th, 2007, 10:23 AM
#2
Thread Starter
Hyperactive Member
Re: Crystal to VB.NET Code
ToText(x,y,z)
Number and Currency values (formatting):
x is a Number or Currency value to be converted into a text string; it can be a whole or fractional value.
y is a text string used to indicate the format for displaying the value in x.
z is a whole number indicating the number of decimal places to carry the value in x to. (This argument is optional.)
Last edited by NPassero; Jun 20th, 2007 at 10:28 AM.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|