Subject | Re[2]: AW: [IBO] View, filter or ... ? |
---|---|
Author | Cristian Ivan |
Post date | 2001-03-05T00:22:56Z |
Hello people !
Just for the record....
the best way I've found to end this thread :) was
*in query's PrepareSQL*
q.SQLWhereItems.Append('year='+IntToStr(year));
q.SQLWhereItems.Append('month='+IntToStr(month))
Works smoothly and pretty fast. Too bad I have to travel through all
the forms and pay attention to put these statements in all queries,
but heh... not everything can be done using the mouse and only 2
clicks :)
Thanks to everybody for beeing so supportive and for showing me how
much do I still have to learn :)
--
Best regards,
Cristian mailto:cris@...
Just for the record....
the best way I've found to end this thread :) was
*in query's PrepareSQL*
q.SQLWhereItems.Append('year='+IntToStr(year));
q.SQLWhereItems.Append('month='+IntToStr(month))
Works smoothly and pretty fast. Too bad I have to travel through all
the forms and pay attention to put these statements in all queries,
but heh... not everything can be done using the mouse and only 2
clicks :)
Thanks to everybody for beeing so supportive and for showing me how
much do I still have to learn :)
--
Best regards,
Cristian mailto:cris@...