Paradox Community

Items in pnews.paradox-programming

Subject:Re: Help with my code please example below
Date:Wed, 13 Oct 2021 11:44:43 +0200
From:modridirkac <jure.zorko@gmail.com>
Newsgroups:pnews.paradox-programming
Why do you define
   sDate = ">=01/07/2018,<="+string(dEnd)
but    is:
   mDate = ">="+string(mStart) + ", <="+string(mEnd)

Date ranges increase by 15 days just OK,.
sDAte is always 15 days behind mDate. Is that OK?

Is sDate used for sum over entire period?

Other than that, can't help you much.
You ar calling some external scripts. Do they work?
Did you try just one month?

Use debug or view(mDate) to inspect, what is going on.

J.


Copyright © 2004 thedbcommunity.com