Results 1 to 5 of 5

Thread: Currency symbol in Format=[currency]

  1. #1
    Avnish Guest

    Currency symbol in Format=[currency]

    Hi,

    I want to format my data in the table using magiccell and specify the format to be currency. But I dont want ASPdb to take the currency symbol from the regional settings. Rather I want to supply this. Could you give me the format to be specified for this?

    Thanks
    Avnish

  2. #2
    Mark Guest

    Currency symbol in Format=[currency] (reply)

    Avnish,

    Try something like this:
    dbMagicCell = "(;|[]@)FieldNum||$format=[###,###,###];"

    Of course, you may substitute any symbol you want in place of the "$"

    See View/Pro Programming Example 4a at:
    http://www.aspdbtest.com/

    I hope that helps.
    Mark



    ------------
    Avnish at 7/11/2002 11:52:45 AM

    Hi,

    I want to format my data in the table using magiccell and specify the format to be currency. But I dont want ASPdb to take the currency symbol from the regional settings. Rather I want to supply this. Could you give me the format to be specified for this?

    Thanks
    Avnish

  3. #3
    frank Guest

    Currency symbol in Format=[currency] (reply)

    I think format[$$$$$###,###,###] or [###,### Yen] will work too, would it?

    FK


    ------------
    Mark at 7/11/2002 3:08:21 PM

    Avnish,

    Try something like this:
    dbMagicCell = "(;|[]@)FieldNum||$format=[###,###,###];"

    Of course, you may substitute any symbol you want in place of the "$"

    See View/Pro Programming Example 4a at:
    http://www.aspdbtest.com/

    I hope that helps.
    Mark



    ------------
    Avnish at 7/11/2002 11:52:45 AM

    Hi,

    I want to format my data in the table using magiccell and specify the format to be currency. But I dont want ASPdb to take the currency symbol from the regional settings. Rather I want to supply this. Could you give me the format to be specified for this?

    Thanks
    Avnish

  4. #4
    Avnish Guest

    Currency symbol in Format=[currency] (reply)

    None of the suggestions work, both give an error 'Error: magic wrapper [#] -> [Format=[$###]'

    Please help ASAP....

    Thanks
    Avnish


    ------------
    frank at 7/20/2002 8:42:25 AM

    I think format[$$$$$###,###,###] or [###,### Yen] will work too, would it?

    FK


    ------------
    Mark at 7/11/2002 3:08:21 PM

    Avnish,

    Try something like this:
    dbMagicCell = "(;|[]@)FieldNum||$format=[###,###,###];"

    Of course, you may substitute any symbol you want in place of the "$"

    See View/Pro Programming Example 4a at:
    http://www.aspdbtest.com/

    I hope that helps.
    Mark



    ------------
    Avnish at 7/11/2002 11:52:45 AM

    Hi,

    I want to format my data in the table using magiccell and specify the format to be currency. But I dont want ASPdb to take the currency symbol from the regional settings. Rather I want to supply this. Could you give me the format to be specified for this?

    Thanks
    Avnish

  5. #5
    Mark Guest

    Currency symbol in Format=[currency] (reply)

    Avnish,

    Be sure you redefine the delimiters as I described previously:

    dbMagicCell = "(;|[]@)FieldNum||$format=[###,###,###];"
    The (;|[]@) is IMPORTANT!

    Mark


    ------------
    Avnish at 7/25/2002 10:55:08 AM

    None of the suggestions work, both give an error 'Error: magic wrapper [#] -> [Format=[$###]'

    Please help ASAP....

    Thanks
    Avnish


    ------------
    frank at 7/20/2002 8:42:25 AM

    I think format[$$$$$###,###,###] or [###,### Yen] will work too, would it?

    FK


    ------------
    Mark at 7/11/2002 3:08:21 PM

    Avnish,

    Try something like this:
    dbMagicCell = "(;|[]@)FieldNum||$format=[###,###,###];"

    Of course, you may substitute any symbol you want in place of the "$"

    See View/Pro Programming Example 4a at:
    http://www.aspdbtest.com/

    I hope that helps.
    Mark



    ------------
    Avnish at 7/11/2002 11:52:45 AM

    Hi,

    I want to format my data in the table using magiccell and specify the format to be currency. But I dont want ASPdb to take the currency symbol from the regional settings. Rather I want to supply this. Could you give me the format to be specified for this?

    Thanks
    Avnish

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •