This topic is locked

Where field in look up wizard

2/26/2010 11:52:35 AM
PHPRunner General questions
F
fpilot author

I did as per the example and written in where clause with the following variations:
"user=".$_SESSION["OwnerID"]

"PersonIncharge =".$_SESSION["OwnerID"]
Following is the error:

SELECT AgendaItem FROM Agenda WHERE AgendaId = 1 and ( PersonIncharge = )

Sergey Kornilov admin 2/26/2010

Make sure your project use one of Advanced security options - this will populate $_SESSION["OwnerID"] variable.

F
fpilot author 2/26/2010



Make sure your project use one of Advanced security options - this will populate $_SESSION["OwnerID"] variable.



thx