Results 1 to 2 of 2

Thread: [RESOLVED] Crystal to VB.NET Code

  1. #1

    Thread Starter
    Hyperactive Member NPassero's Avatar
    Join Date
    May 2007
    Location
    NJ
    Posts
    272

    Resolved [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.

  2. #2

    Thread Starter
    Hyperactive Member NPassero's Avatar
    Join Date
    May 2007
    Location
    NJ
    Posts
    272

    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
  •  



Click Here to Expand Forum to Full Width