문제

I'm displaying a DSPF format from RPG using no indicators, but P-field attributes to vary color and input-capability. Turquoise and Yellow fields have the CS (Column separator) by default. If I use a format with indicators, an input-capable red field with CHGINPDFT(CS) at record-level shows me the dots. I don't succeed to get the dots with an attribute, neither with another CHGINPDFT(CS)at field-level. Is there an option (keyword) in the DSPF that allows me RED and also CS, with P-field attributes?

I add a screen image of my Client-Access session, all defaults enter image description here

the field alter "Titolo" is red undelined with CS, impossible?

도움이 되었습니까?

해결책

The 5250 data stream does not support COLOR(RED) together with DSPATR(CS). I realise you have CHGINPDFT(CS) but it amounts to the same thing. See http://publib.boulder.ibm.com/infocenter/iseries/v5r4/index.jsp?topic=%2Frzakc%2Frzakcmstdfcolor.htm and http://publib.boulder.ibm.com/infocenter/iseries/v5r4/topic/rzakc/rzakcmstdfdspat.htm

If you are seeing the separators in a red field, it might be settings on the terminal emulation program.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top