Login
`
Templates, Tools and Utilities
|
||
Add a comment to an Icetips ArticlePlease add your comments to this article.
Please note that you must provide both a name and a valid email address in order
for us to publish your comment. Comments are moderated and are not visible until they have been approved. Spam is never approved!
Back to article list Search Articles Add Comment Printer friendly Direct link ABC: Filtering reports 1998-08-07 -- Jim Dennison Newsgroups: comp.lang.clarion
> I'm converting some apps to ABC and was wondering if anyone could
> explain the new method of validating or filtering report data at
> runtime. Need to replace the old recordstatus = record:filtered.outof
> range, etc..
, EXIT method.
>
> I've figured out the browse with the BRW1.SetFilter(filtertext)
> method, but I haven't been able to get the report
> ThisReport.SetFilter(filtertext) method to work, wrong embed point
> maybe?
At the "'Report" embed, WindowManager Method Executeable Code Section,
Open, Source,
put the following:
SELF.PROCESS.SetFilter(filtertext)
Leave Priority at default. Today is November 23, 2024, 2:10 am This article has been viewed 35373 times. Google search has resulted in 16 hits on this article since January 25, 2004.
|
|