Welcome to Clarion Community Sign in | Join | Faq

Clarion Language and Runtime Library

Started by DFR at 06-26-2008 9:14 AM. Topic has 2 replies.

Print Search
Sort Posts:    
   06-26-2008, 9:14 AM
DFR is not online. Last active: 6/27/2008 4:06:13 AM DFR

Top 500 Posts
Joined on 04-25-2008
Posts 1
Runtime Fun
Reply Quote
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 is not online. Last active: 11/20/2008 1:04:35 PM Tony Tetley



Top 10 Posts
Joined on 10-25-2005
Missouri, USA
Posts 80
Re: Runtime Fun
Reply Quote
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 is not online. Last active: 7/17/2008 7:40:21 PM nigtman

Top 100 Posts
Joined on 10-28-2005
Philippines
Posts 5
Re: Runtime Fun
Reply Quote
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

Powered by Community Server, by Telligent Systems