nilegor Posted May 1, 2015 Report Share Posted May 1, 2015 Olá, estou com um pequeno problema, ao fazer um filtro por código retorna erro informando que a expressão terminou incorretamente. Porém não consegui achar uma forma de funcionar. Veja código abaixo : fEstoque.ClientDataSet_estoque.Filter := 'COD_PRODUTO>='''+(Edit_cod_inicial.Text+''''+ 'COD_PRODUTO<='''+Edit_cod_final.Text)+''''; Quote Link to comment Share on other sites More sharing options...
0 Jhonas Posted May 1, 2015 Report Share Posted May 1, 2015 está faltando o operador AND ou OR dentro comando. fEstoque.ClientDataSet_estoque.Filter := 'COD_PRODUTO>='''+(Edit_cod_inicial.Text+''''+ ' AND COD_PRODUTO<='''+Edit_cod_final.Text)+''''; abraço Quote Link to comment Share on other sites More sharing options...
0 nilegor Posted May 3, 2015 Author Report Share Posted May 3, 2015 Realmente, era apenas isso. kkk.. Obrigado. Quote Link to comment Share on other sites More sharing options...
Question
nilegor
Olá, estou com um pequeno problema, ao fazer um filtro por código retorna erro informando que a expressão terminou incorretamente. Porém não consegui achar uma forma de funcionar. Veja código abaixo :
Link to comment
Share on other sites
2 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.