Re: [Harbour] Re: Problem with set filter

2009-10-09 Thread Viktor Szakáts
proc main() local inicio, fim set date to brit use encomenda new alias 'pd' dbgotop() inicio := ctod('20/08/09') fim:= ctod('28/08/09') Just a general comment/advice for every Harbour/Clipper programmer: Using CTOD() is a bad idea in almost all usage cases. Use STOD()

Re: [Harbour] Re: Problem with set filter

2009-10-09 Thread Przemyslaw Czerpak
On Fri, 09 Oct 2009, Itamar Lins wrote: Hi, > Thanks for response. > Please analize my file, because it was make with old xHarbour. > http://www.4shared.com/file/139644752/e204a705/encomenda.html > proc main() > local inicio, fim > set date to brit > use encomenda new alias 'pd' >

Re: [Harbour] Re: Problem with set filter

2009-10-09 Thread i...@sigia.net
I think... use encomenda new alias pdand not 'pd' best regard's Andrea ___ Harbour mailing list Harbour@harbour-project.org http://lists.harbour-project.org/mailman/listinfo/harbour

[Harbour] Re: Problem with set filter

2009-10-09 Thread Itamar Lins
Hi! Thanks for response. Please analize my file, because it was make with old xHarbour. http://www.4shared.com/file/139644752/e204a705/encomenda.html proc main() local inicio, fim set date to brit use encomenda new alias 'pd' dbgotop() inicio := ctod('20/08/09') fim