Ask a Question related to Coldfusion Database Access, Design and Development.
-
borbolla #1
% 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
-
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... -
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... -
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... -
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... -
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... -
philh #2
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
-
borbolla #3
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



Reply With Quote

