Forgive me if this has been covered countless times elsewhere - I've looked at can't find an answer <g>
The report is simple (columnar) and non-relational using the HFSQL driver. The table contains a date field (transaction date). The report is sorted on the transaction date and then on a secondary field.
I want to present the enduser with a popup window that they define the starting and ending dates via entry fields (likely two DATE variables that has popup calendars available). When they click the window's EXECUTE button the window would close, pass the start and end dates to the report.
From there the challenge for me begins and I start chasing my tail. What code to I embed in the report's initialization area to properly HFILTER() the report so it prints only the records that are >= and <= the start and end dates?
The report is simple (columnar) and non-relational using the HFSQL driver. The table contains a date field (transaction date). The report is sorted on the transaction date and then on a secondary field.
I want to present the enduser with a popup window that they define the starting and ending dates via entry fields (likely two DATE variables that has popup calendars available). When they click the window's EXECUTE button the window would close, pass the start and end dates to the report.
From there the challenge for me begins and I start chasing my tail. What code to I embed in the report's initialization area to properly HFILTER() the report so it prints only the records that are >= and <= the start and end dates?