linyaohui
26th May 2008, 12:20
in the session a, field "item" zoom to session b which i develop ,how can i filter the data of b when i zoom to b
bdittmar
26th May 2008, 13:48
in the session a, field "item" zoom to session b which i develop ,how can i filter the data of b when i zoom to b
Hello,
export the value in session A and import it in session B.
Regards
linyaohui
26th May 2008, 16:31
hi,i am so sorry that i can't describe my question clearly first!
what i want to do is
"i want to filter the data of a session after it start "
for example,when i click the zoom symbol,a session start,the data display on the session is selected by a quesy(like select * from xx where ...) but not the default data
thanks
SergioRuiz
26th May 2008, 17:08
check the help for query.extend.where.in.zoom().
linyaohui
27th May 2008, 09:57
hi,thanks,work well
priya ranjan ti
7th January 2014, 13:11
May be this example will help u
query.extend.where.in.zoom("tdmsl121.rcno =" & "'"&rcno&"' and tdmsl121.orno(1;3) =" & "'"&orno&"'")