timauld
Posts: 5
|
| Posted: 01/18/2005, 11:39 AM |
|
Hi,
The more I use CodeCharge, the more I find that I have a need to create custom common functions that can be used across all pages. If I add these functions to common .asp, am I running any risk of them being over written or otherwise causing problems to the base CC functionality?
Is it possible to set up a "custom.asp" that is automatically linked in the same as common.asp?
Regards ... Tim.
|
 |
 |
SteveS
Posts: 41
|
| Posted: 01/24/2005, 4:35 AM |
|
Im my experience you should try not to change codecharge's core files as when you re-generate the code or upgrade codecharge your code can get wiped out.
To minimise this effect I add one line in the common.asp file that simply includes another asp file which can include you custom code.
Stick to this and you should be better off.
SteveS
|
 |
 |
timauld
Posts: 5
|
| Posted: 01/24/2005, 5:56 AM |
|
Hi Steve,
Thanks for the input.
Regards ... Tim.
|
 |
 |
|