K Kylin Apr 23, 2005 #1 If I want to use two fields in the RowFillter, like under code ? view.RowFillter="ID='"+xxStr+"' "+"Country='"+xxxStr+"' "
If I want to use two fields in the RowFillter, like under code ? view.RowFillter="ID='"+xxStr+"' "+"Country='"+xxxStr+"' "
C Cor Ligthert Apr 23, 2005 #2 Kylin view.RowFillter="ID='"+xxStr+"' "+"Country='"+xxxStr+"' " Click to expand... I don't know what kind of program language this is written in. Therefore view.Rowfilter = "ID='" & xxStr & " AND Country='" & xxxStr &"'" In VBNet code and view.Rowfilter = "ID='" + xxStr + " AND Country='" + xxxStr + "'"; In C# code (When I did not make typos) Can you next time make a recognisable code or tell what program language it has to be. I hope this helps, Cor
Kylin view.RowFillter="ID='"+xxStr+"' "+"Country='"+xxxStr+"' " Click to expand... I don't know what kind of program language this is written in. Therefore view.Rowfilter = "ID='" & xxStr & " AND Country='" & xxxStr &"'" In VBNet code and view.Rowfilter = "ID='" + xxStr + " AND Country='" + xxxStr + "'"; In C# code (When I did not make typos) Can you next time make a recognisable code or tell what program language it has to be. I hope this helps, Cor
K Kylin Apr 23, 2005 #3 yea. thanks for your help! Cor Ligthert said: Kylin I don't know what kind of program language this is written in. Therefore view.Rowfilter = "ID='" & xxStr & " AND Country='" & xxxStr &"'" In VBNet code and view.Rowfilter = "ID='" + xxStr + " AND Country='" + xxxStr + "'"; In C# code (When I did not make typos) Can you next time make a recognisable code or tell what program language it has to be. I hope this helps, Cor Click to expand...
yea. thanks for your help! Cor Ligthert said: Kylin I don't know what kind of program language this is written in. Therefore view.Rowfilter = "ID='" & xxStr & " AND Country='" & xxxStr &"'" In VBNet code and view.Rowfilter = "ID='" + xxStr + " AND Country='" + xxxStr + "'"; In C# code (When I did not make typos) Can you next time make a recognisable code or tell what program language it has to be. I hope this helps, Cor Click to expand...