learner
10th March 2004, 19:58
Hi,
I have 3 customized sessions.
First session is a Maintain session through which temp. table get populated and unique key is "Invoice no."
Second session is a print session which does printing based on the Invoice No. specified on the form.
and Third session is a display sub-session ( Form Type 2 ) which is attached as zoom to the Invoice field on the Print Session.
Now my doubt is that i want to show only those Invoices which were created by the respective user. So to be more precice user "X" cannot see the Invoices created by user "Y" in the display sub-session.
So question is how can i prevent all the Invoices to appear for every user ?? I want to show Invoices to the current user which he created and not the invoices which other people created.
This display sub-session, i generated through standard session "Generate Session" and haven't written any code for this.
Any help/hint would be helpfull.
Regards
Learner
I have 3 customized sessions.
First session is a Maintain session through which temp. table get populated and unique key is "Invoice no."
Second session is a print session which does printing based on the Invoice No. specified on the form.
and Third session is a display sub-session ( Form Type 2 ) which is attached as zoom to the Invoice field on the Print Session.
Now my doubt is that i want to show only those Invoices which were created by the respective user. So to be more precice user "X" cannot see the Invoices created by user "Y" in the display sub-session.
So question is how can i prevent all the Invoices to appear for every user ?? I want to show Invoices to the current user which he created and not the invoices which other people created.
This display sub-session, i generated through standard session "Generate Session" and haven't written any code for this.
Any help/hint would be helpfull.
Regards
Learner