BaBernd
20th October 2017, 09:47
Hello to All,

I've used the seak field of a table in the print session as option for selecting values in SQL.
Standard values in the form editor are seak.f = "" and seak.t = fmax($#).
In print session during runtime for seak.t carets will be shown "^^^^^".

But when I'd like to display these options in a report printing as from/to value, there will be no carets shown, only blanks.

How can I show carets in reports?

I always used the same domain tcseak for the values.

Best Regards
Bernd

bhushanchanda
20th October 2017, 11:11
Are the form fields added to the report input fields?

You can also try using set.max() for setting it manually before sending to the report and see if it works for you.

BaBernd
20th October 2017, 16:13
Hi Bhushan,

yes I've created the input fields for the report: seak.t and seak.f as domain tcseak.

When I print the report with printer device "IER_DESIGN" I've got a XML-File where I've checked the values for seak.t (where fmax($#) should be created). Seak.t contains squares like not defined ASCII-Signs.

In WordPad it will looks like:
<seak_t>￸￸￸￸￸￸￸￸￸￸￸￸￸￸￸￸</seak_t>

In Notepad/IExplorer it looks like squares which transforms to squares with question marks when I copy it into this text editor:
<seak_t>����������������</seak_t>

Does it depends on language conversion, or something like that?

Best Regards
Bernd