PDA

Click to See Complete Forum and Search --> : [RESOLVED] Crystal to VB.NET Code


NPassero
Jun 20th, 2007, 10:12 AM
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.

NPassero
Jun 20th, 2007, 10:23 AM
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.)