CodeCharge Studio
search Register Login  

Web Reports

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

YesSoftware Forums -> Archive -> CodeCharge.Discussion

 FieldTypes

Print topic Send  topic

Author Message
Adolf Hetper
Posted: 03/19/2001, 11:35 AM

Hi!
Is there a way, to add two Fieldtypes, http:// and mailto:, into CodeCharge?
Or better, is there a way to include some code, eg. into the common.asp?
It's a lot more work to do this every time by hand after the generator was
running.

hope- and respectfully
adolf

CodeCharge
Posted: 03/19/2001, 8:22 PM

There are many Field Types that can be added to CodeCharge, but there is a
universal solution, which you may see in the Employee Directory example
provided with CodeCharge.
To display clickable email URLs on the page, we used "Before Show" Event,
where we entered the following code:
fldemail="<a href=mailto:" & fldemail & ">" & fldemail & "</a>"
(email is the name of the database field we use in this example, CodeCharge
creates variables by prefixing field names with "fld")
You will also need to specify in Field Properties that this is an "Html"
field.


"Adolf Hetper" <adolf@hetper.at> wrote in message
news:995n2u$jal$1@mail.tankhill.com...
> Hi!
> Is there a way, to add two Fieldtypes, http:// and mailto:, into
CodeCharge?
> Or better, is there a way to include some code, eg. into the common.asp?
> It's a lot more work to do this every time by hand after the generator was
> running.
>
> hope- and respectfully
> adolf
>
>


   


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

PHP Reports

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

Home   |    Search   |    Members   |    Register   |    Login


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