|
|
Clarion Language and Runtime Library
Started by DFR at 06-26-2008 9:14 AM. Topic has 2 replies.
 
 
|
|
Sort Posts:
|
|
|
|
06-26-2008, 9:14 AM
|
DFR
Joined on 04-25-2008
Posts 1
|
|
|
Good Day!
Total newb problem. Feel like a tool even asking, that being said, I have been thrown into Clarion as they guy who did this job before me had a snowboarding accident. Clarion & me = not friends.
So, that being said, i've got the basics down and learned that HTML, Flash and clarion, not too much alike.
I am trying to create a report using input-date ranges. For example, I work at a resort and we need to see how many groups book in a certain date range. When I try it as a runtime and validation forumla it gives me grief with "invalid date range" when I run the report.
Any ideas?
Thanks for your help in advance, you all seem to be turbos here!
-Dallas
|
|
|
|
|
Report
|
|
|
|
06-30-2008, 6:07 AM
|
Tony Tetley

Joined on 10-25-2005
Missouri, USA
Posts 80
|
|
|
going to need a bit more information from you . What version of Clarion are you using? What is the data base you are using?
If you are using a range limit on the report and the from date is actually before the to date then it must be a formating problem which brings us back to what data base you are using.
Tony
|
|
|
|
|
Report
|
|
|
|
07-03-2008, 2:25 AM
|
nigtman
Joined on 10-28-2005
Philippines
Posts 5
|
|
|
try using self.view{prop:filter} = 'filter string' return or self.view{prop:sqlfilter } = 'filter string' return if you are using sql driver
put it inside process manager.apply filter.code.before parent call
|
|
|
|
|
Report
|
|
|
|
|
Clarion Communi... » Clarion » Clarion Languag... » Runtime Fun
|
|
|
|