CodeCharge Studio
search Register Login  

Visual Web Reporting

Visually create Web Reports in PHP, ASP, .NET, Java, Perl and ColdFusion.
CodeCharge.com

YesSoftware Forums -> Archive -> CodeCharge.Discussion

 right justifying a grid cell

Print topic Send  topic

Author Message
Shawn Mason
Posted: 07/23/2002, 12:24 PM

Using CC2.05, ASP+Templates, is there a way to right-justify a cell without
going outside the CC system? (i.e. not having to customize the html and tell
CC not to generate it again?).

--
Kindest Regards,

Shawn Mason,CCD,MCP
I.S. Software Design Associates

Ken Hardwick
Posted: 07/24/2002, 9:16 AM

I keep the following two function in my global functions...

Function CenterIt(strCenter)
CenterIt = "<p align=center>" & cstr(strCenter)
end Function

Function RightIt(strRight)
rightIt = "<p align=right>" & cstr(strRight)
end Function

To use...make sure the field is marked "html"

Then in the before show and/or open....

fldField = RightIt(fldField)


Shawn Mason <shawn@issda.com> wrote in message
news:ahkagj$b4d$1@news.codecharge.com...
> Using CC2.05, ASP+Templates, is there a way to right-justify a cell
without
> going outside the CC system? (i.e. not having to customize the html and
tell
> CC not to generate it again?).
>
> --
> Kindest Regards,
>
> Shawn Mason,CCD,MCP
> I.S. Software Design Associates
>
>

Shawn Mason
Posted: 07/24/2002, 2:25 PM

Kewl! Thanks, Ken.

"Ken Hardwick" <ken@kenhardwick.com> wrote in message
news:ahmjso$9tq$1@news.codecharge.com...
> I keep the following two function in my global functions...
>
> Function CenterIt(strCenter)
> CenterIt = "<p align=center>" & cstr(strCenter)
> end Function
>
> Function RightIt(strRight)
> rightIt = "<p align=right>" & cstr(strRight)
> end Function
>
> To use...make sure the field is marked "html"
>
> Then in the before show and/or open....
>
> fldField = RightIt(fldField)
>
>
> Shawn Mason <shawn@issda.com> wrote in message
>news:ahkagj$b4d$1@news.codecharge.com...
> > Using CC2.05, ASP+Templates, is there a way to right-justify a cell
> without
> > going outside the CC system? (i.e. not having to customize the html and
> tell
> > CC not to generate it again?).
> >
> > --
> > Kindest Regards,
> >
> > Shawn Mason,CCD,MCP
> > I.S. Software Design Associates
> >
> >
>
>


   


These are Community Forums for users to exchange information.
If you would like to obtain technical product help please visit http://support.yessoftware.com.

MS Access to Web

Convert MS Access to Web.
Join thousands of Web developers who build Web applications with minimal coding.

CodeCharge.com

Home   |    Search   |    Members   |    Register   |    Login


Powered by UltraApps Forum created with CodeCharge Studio
Copyright © 2003-2004 by UltraApps.com  and YesSoftware, Inc.