RI_FILTER length

Meeting place for R&R customers and clients to share tips and ideas. Post your questions, messages or problems here.
Post Reply
SMcNaughton
Posts: 29
Joined: Tue Oct 10, 2017 12:44 pm

RI_FILTER length

Post by SMcNaughton » Wed Mar 03, 2004 12:12 am

The documentation says 1024 maximum but if I set it > 255, the runtime fails to execute and no messages are given. It loads for a split second, then fails. v10+, Xbase____Is this already a known issue?? Is there a workaround or a fix planned?

kfleming
Posts: 5795
Joined: Tue Oct 10, 2017 12:44 pm

=> RE: RI_FILTER length

Post by kfleming » Wed Mar 03, 2004 10:20 am

Are you using a text control file or a DBF?____Kathleen__R&R Support

SMcNaughton
Posts: 29
Joined: Tue Oct 10, 2017 12:44 pm

==> RE: RI_FILTER length

Post by SMcNaughton » Fri Mar 05, 2004 6:40 am

We are using a DBF with RI_FILTER set to 255. If we increase it by one character, not only does nothing show up when running the report, but it had locked some computers up! (usually in the designer, not exe runtime).____I have proved this on w98 and w2000 professional and w2000 Server.____When it^s nice to you, there are no messages, you will see a little bit of disk activity for a second or 2, then nothing. Move it back to 255 for that field length, and the whole world is happy again...____HTH .... can^t believe no one else has stumbled on that one!__

kfleming
Posts: 5795
Joined: Tue Oct 10, 2017 12:44 pm

===> RE: RI_FILTER length

Post by kfleming » Fri Mar 05, 2004 8:33 am

In the Defaults section of the RRW.INI file add a line that says:____CharFldWidthSize=2____This should allow you to use a DBF field that is greater than 254.____Kathleen__R&R Support

SMcNaughton
Posts: 29
Joined: Tue Oct 10, 2017 12:44 pm

====> RE: RI_FILTER length

Post by SMcNaughton » Fri Mar 05, 2004 12:10 pm

Thanks... will give it a go...

cal
Posts: 70
Joined: Tue Oct 10, 2017 12:44 pm

====> RE: RI_FILTER length

Post by cal » Fri Apr 09, 2004 7:51 am

I am using a character field 600 bytes wide. When printing, it is truncated to length 254. I have added the CharFldWidthSize=2 to rrw.ini. Before I did that, it was truncating to something shorter, maybe 127. I haven^t been able to get it to print past 254.____Any suggestions?____Thanks. Cal

kfleming
Posts: 5795
Joined: Tue Oct 10, 2017 12:44 pm

=====> RE: RI_FILTER length

Post by kfleming » Fri Apr 09, 2004 11:47 am

If you use the SQL version against this table rather than the Xbase version, you should be able to return more that 254 characters.____Kathleen__R&R Support

Post Reply