Hi,
I have a VFP remote view that has a where condition that says something like.
WHERE
Iif(?rnApp=1, .T., tblHeader.iappid=?riAppId)
(and similar ones .....)
I read that IIF() needs to be replaced with Case statements.
I tried it, but does not seem to work. Has anyone dealt with a similar situation? Any help would be appreciated.
I have a VFP remote view that has a where condition that says something like.
WHERE
Iif(?rnApp=1, .T., tblHeader.iappid=?riAppId)
(and similar ones .....)
I read that IIF() needs to be replaced with Case statements.
I tried it, but does not seem to work. Has anyone dealt with a similar situation? Any help would be appreciated.