This topic is locked

Visual editor Where clause

7/9/2008 2:41:00 AM
ASPRunnerPro General questions
jfr author

Hello,
There he is once more.
On the Visual editor page, I want to limit one option.

I do this by using the Login as determinator.


More closely


And in code

"Login="'& Session("UserID") &'""


Now this data comes from a SQL View, might that cause an issue?
The Tables in the view are Soort_product and Login.
Thanks for the help once more <img src='https://asprunner.com/forums/file.php?topicimage=1&fieldname=question&id=8948&image=3&table=forumtopics' class='bbc_emoticon' alt=':rolleyes:' />
John

Sergey Kornilov admin 7/9/2008
" Login='" & Session("UserID") & "'"
jfr author 7/9/2008

Works like a sunshine.
Thanks Sergey,
John