Sign up on the Revelation Software website to have access to the most current content, and to be able to ask questions and get answers from the Revelation community

At 26 AUG 2005 03:14:54PM Matt Sorrell wrote:

Okay, so I'm trying to generate a report, and I'm using Fmt() to make sure my columns line up.

I having one difficulty in that I'm trying to include the % symbol in one of my column headers (Contrib %, as in "Contribution Percentage").

The % character is getting dropped. I first had it as Fmt("Contrib %", "L#11"), then changed it to Fmt("Contrib %%", "L#11") and then changed it to Fmt("Contrib " : Char(25), "L#11"). Neither one of these seems to be working.

Can I not include the % symbol? I am pretty sure I've done this before . . . . .

msorrel@greyhound.com

Greyhound Lines, Inc.


At 26 AUG 2005 04:38PM Matt Sorrell wrote:

Okay, so I just dropped Fmt() altogether for that column header and everything works fine now.

msorrel@greyhound.com

Greyhound Lines, Inc.


At 30 AUG 2005 09:24AM Hippo wrote:

Suppose Contrib is a variable, not the headding text …

Fmt(Contrib, "L#10"):"%"

should work fine

View this thread on the forum...

  • third_party_content/community/commentary/forums_nonworks/2e87a7b03cc84718852570690069bc5b.txt
  • Last modified: 2023/12/28 07:39
  • by 127.0.0.1