CodeCharge Studio
search Register Login  

Web Reporting

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

YesSoftware Forums -> CodeCharge Studio -> ASP

 Integrating Manually Developed Pages with Code Charge Application

Print topic Send  topic

Author Message
buchibabu

Posts: 1
Posted: 06/29/2008, 10:54 AM

Hi,

Can any one tell me whether it is possible to integrate the manually developed web pages with Code Charge Application?

Thanks in Advance.

Buchibabu
View profile  Send private message
marcwolf


Posts: 361
Posted: 06/29/2008, 7:35 PM

It really depends on your term of 'integrating' as to how far you can or want to go.

Codecharge generates pure ASP, so it is easy to call codecharge functions if you incluse the Common.asp, Classes.asp etc.

One trick that I do is to store the connection string that CCS uses into an application variable so I can use it in small popup or AJAX pages that returns info to the Form.

Also you can easily call any of the CCS Library routines, once you understand what they are doing.


For example - if you include the Common.ASP into you non CCS code then you can do this to ensure the formatting of a variable to the Database

XYS = CCToSQL("StringToFormat", String)

and CCS Will format this into a string for placing into a Database. If you initialise a full DB class from within your application like this

Set DBAIMS_DB = New clsDBAIMS_DB
DBAIMS_DB.Open
Set Attributes = New clsAttributes

Then you have the FULL capabilities of using the CCS Database libraries.


Hope this give you some idea of how to proceed

Take Care

Dave

_________________
' Coding Coding Coding
Keep Those Keyboards Coding.
Raw Code!!!!!!!
View profile  Send private message
Vincent

Posts: 31
Posted: 06/30/2008, 9:39 AM

How about Iframes? I used them quite often on one of the site I've done with CCS. I had to create web version of clothing catalog which the creation of is time consuming as there is so many different product each time a new version is produced. I found a tool which creates catalog or galleries in a snap. the best way for me to integrate the generated catalog to my CCS site was to use Iframe as shown below.



Hope this helps as well,

Vincent
View profile  Send private message
Ramon Smitherman
Posted: 10/26/2008, 11:12 AM

I use iframes as the most simple way of integrating CCS apps in my existing
ecommerce system.
Have not had any negative repurcussions so far.

"Vincent" <Vincent@forum.codecharge> wrote in message
news:648690c541bb64@news.codecharge.com...
> How about Iframes? I used them quite often on one of the site I've done
> with
> CCS. I had to create web version of clothing catalog which the creation
> of is
> time consuming as there is so many different product each time a new
> version is
> produced. I found a tool which creates catalog or galleries in a snap.
> the best
> way for me to integrate the generated catalog to my CCS site was to use
> Iframe
> as shown below.
>
>
>
> Hope this helps as well,
>
> Vincent
> ---------------------------------------
> Sent from YesSoftware forum
> http://forums.yessoftware.com/
>

marcwolf


Posts: 361
Posted: 10/27/2008, 6:09 PM

Nice things about Iframes is that they can give a site an Web 2 type effect where only the pertinant information is updated

_________________
' Coding Coding Coding
Keep Those Keyboards Coding.
Raw Code!!!!!!!
View profile  Send private message

Add new topic Subscribe to topic   


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

Web Database

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.