Kipdole
|
| Posted: 03/13/2003, 1:03 PM |
|
I modified the module>Global Function
To get this code into common.asp I:
1. Generated the code.
2. Then went to the common tab and obtained the generated code.
3. Then modified the checkSecurity function as well.
Here is the problem: If I then modify the global Functions again and follow 1 and 2 from above I then loose what I did in 3 above, the checksecurity modification.
What is the best approach?
Thanks for your help.
|
|
|
 |
lneisius
|
| Posted: 03/13/2003, 2:07 PM |
|
As long as you do not change any of the remarks around the common functions, you can modify till your hearts content. If you make any changes to or remove the remarks in any function, CCS will regen the function.
|
|
|
 |
|