% Character (percent)

Ask a Question related to Coldfusion Database Access, Design and Development.

  1. #1

    Default % Character (percent)

    When reading a memo field from db, if % character is present into the field,
    returns everythink ok but the char % as nothing.

    DB field containing = 85% percent of people does not eat healthy
    Returns = 85percent of people does not eat healthy

    Any ideas would be appreciated.

    Thanks in advance

    borbolla Guest

  2. Similar Questions and Discussions

    1. formatting as percent
      hi. i have a query that returns two values -- one that i want to divide into another and display the ratio as a percent. i got so far as dividing...
    2. Percent completed
      Hi all, I have created a cfm that tracks the stages in projects. Once the user clicks a checkbox next to a stage in the project, it stamps that...
    3. win32 percent CPU used?
      Hello... Is there a Perl way to record the load on the CPU in a Win32 system? Win32::SystemInfo does a good job with memory, but not with CPU...
    4. Cut your debt by up to 60 percent
      Okay heres the deal, Want to say see you later to your debt? Want some assistance? What if we combined your bills into one manageable, low...
    5. Select Top - percent range?
      I don't know the best way to go about selecting ranges of data. I want to be able to have the user select data from the table in 20% ranges of the...
  3. #2

    Default Re: % Character (percent)

    Hi borbolla,

    Aside from the grammar issue ("% percent" is redundant), what do you see in
    the source of the returned page? (Please paste it in your reply.) Are you
    using any functions to transform the memo content? The percent sign is used in
    URL-encoded variables; are you passing the memo contents through the URL scope?

    philh Guest

  4. #3

    Default Re: % Character (percent)

    hi philh ,

    I though the problem was CF, but I just discovered that the problem is in
    flash since I'm loading variables from CF and showing the results. I did the
    cfoutput from a cfm page and displays it ok, the problem is when Flash reads
    the variables values and doesn't show the "%" character.

    I know this forum in not for Flash but, do you have any ideas ?

    Thanks for your reply.

    borbolla Guest

Posting Permissions

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

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139