help urgent - Ryan
|
| Posted: 03/05/2002, 1:21 AM |
|
I am evaluating Code Charge
http://www.gotocode.com/art.asp?art_id=99& claims that
codecharge can support more than 3 security levels in
page scope (if I'm not mistaken)
The thing is logging as a developer (access level 2),
I must be ONLY permitted to view the things I developed,
that is if I am A Developer, then only A Projects should
be outputted on that page I will be redirected. This
must also apply to a lot of developers.
It also follows that there are certain tasks that I require
or do not require to enter, like on my projects I have
certain tasks, reports, etc. that obviously must take
me to a different page ALLOWING MY SESSION VARIABLE OR
UNIQUE SESSION ID TO BE RETAINED as I move back and forth to MY ALLOWED
pages.
This is how Developer A moves from page to page.
Developer A logs-in---> Developer A View His Projects Only--->
Developer A Modifies his projects --> Developer A Modifies his tasks -->
Developer A Modifes his reports --> Developer A Re-modifies his tasks -->
Developer A re-modifies his reports --> Developer A Re-Modifies his projects -->
Developer A logs-out
(Note that Developers B, C, D, and so on DOES THE EXACT SAME THING!!!)
Finally a detailed example of uploading files and sending email would be helpful.
How is this done in CC, obviously there is not one example
that I can pattern my design with.
|
|
|
 |
CodeCharge Support
|
| Posted: 03/05/2002, 1:52 AM |
|
Hello,
1. if user_id field is present in tables the forms are based on add Input variable UserID of Session type to all the forms and mark it as 'Required'. Also set pages security level higher than "0" to force user log in before accessing his records.
2. Please refer to following article to find the example of files upload: http://www.gotocode.com/art.asp?art_id=85&
And refer to TellAFriend example to find how to send mail.
|
|
|
 |
Rob W.
|
| Posted: 03/05/2002, 1:53 AM |
|
Why do you post a few identical questions ?
|
|
|
 |
from ryan
|
| Posted: 03/05/2002, 4:31 AM |
|
i got this the same generated
answer from support.codecharge.com
and the same solution does not work.
Please tell me the right solution thank you
|
|
|
 |
Nicole
|
| Posted: 03/06/2002, 1:20 AM |
|
Ryan,
I see 2 solutions posted. Is it none of them work? They look correct.
Provide more detailed description of lets say one problem, may be they have misunderstood you.
|
|
|
 |
|