Fórum Como colocar dois Filtros !! #173564
07/08/2003
0
Gostaria de saber se tem como fazer usando o filter.
ex.
table1.filtered:=false
table1.filter:=´var = 1´
table1.filtered:=true
eu gostaria q ele filtrasse tb uma outra variavel no mesma tabela...
table1.filter:=var2 = ed
como faco isso???
Deusem
Curtir tópico
+ 0Posts
07/08/2003
Vmotta
table1.filter:=´(campo1 = 1) and (campo2 = 5)´;
ou
table1.filter:=´(var = 1) or (var2 = 5)´;
depende do que está fazendo ...
t+
Vitor <vmotta@eep.br>
Gostei + 0
07/08/2003
Deusem
[Error] rel_dep.pas(85): Operator not applicable to this operand type
o q faco ???
Gostei + 0
07/08/2003
Vmotta
tipo:
table1.filter:=´(campo1 = 1) and (campo2 = ´´Cidade´´)´;
pode ser isso, qq coisa manda mais deetalhe dq está fazendo e eu te respondo blz?
T+
Vitor <vmotta@eep.br>
Gostei + 0
07/08/2003
Deusem
Gostei + 0
Clique aqui para fazer login e interagir na Comunidade :)