Miguel

do you have an small example for using bmdbfcdx
bm_turbo(.t.)/bm_turbo(.f.)  with set filter to?

i have an piece of code with

bm_turbo(.t.)
index on left(bcod,2)+blinha to (xx1)
index on dtos(bdt)+bfil+btab to &xx
bm_turbo(.f.)
set index to (xx),xx1
//#ifdef __XHARBOUR__
 //total on dtos(bdt)+bfil+btab to &xx for at(left(bcod,2),"GX GI GP G2 
GT")==0 .and. blinha#"YY"
//#else
set filter to at(left(bcod,2),"GX GI GP G2 GT")==0 .and. blinha#"YY"
total on dtos(bdt)+bfil+btab to &xx


is correct? ( my set filter to command call bm_turbo(.t.)  before calling 
dbsetfilter()
does the bm_turbo(.f.) should be called when closing the filter with set 
filter to?

Regards
Luiz


-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
xHarbour-developers mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/xharbour-developers

Reply via email to