This topic is locked
[SOLVED]

 Skipping a record in list

10/5/2008 6:51:30 PM
ASPRunnerPro General questions
P
Pistelli2001 author

Skipping a record in list
Excuse me for my English, I try to explain.

I would not see if the records are different from a condition in a list
example:
If session (xxxx) <> table (field)

jump
Thank you

P
Pistelli2001 author 10/6/2008

Let me explain better, I have two tables Users and Proposta
Table Users

Fields Login

Password

Group

Filiale
Table Proposta

Id_prop

Date

iMPORTO

Filiale
When I log in to save Login.asp Filiale in SESSION
SESSION (Filiale) = rs ... ...
When I log a list proposta I would see only the records that belong to the Filiale
SESSION ( "Filiale") = Table proposta (Filiale)
At which point I put the code?
Thank you

Sergey Kornilov admin 10/7/2008

Use "List page: Before record processed" event for this purpose.

P
Pistelli2001 author 10/10/2008

Thanks