1,955 pts.
 Any keyword to show a line on the subfile (Window subfile) after the heading?
In my Window subfile, after writing all the header part, I want to show a line. Instead of coding 5 1'----------------------' is there any other keyword for that?

Software/Hardware used:
ASKED: January 24, 2013  1:11 PM
UPDATED: January 24, 2013  1:46 PM

Answer Wiki:
None that I am aware of. You can create a constant in your program and display that field.
Last Wiki Answer Submitted:  January 24, 2013  1:46 pm  by  Michael Tidmarsh   11,400 pts.
All Answer Wiki Contributors:  Michael Tidmarsh   11,400 pts. , CharlieBrowne   32,885 pts.
To see all answers submitted to the Answer Wiki: View Answer History.


Discuss This Question:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _


 

ok..thank you

 1,955 pts.

 

You can use the DSPATR(UL) and that will underline the heading

 3,915 pts.

 

There is no DDS attribute that is like a HTML <HR> (Horizontal Rule) tag. If you need to manipulate display areas like HTML, you can create your displays using UIM (the User Interface Manager).
 
With UIM, you could define a data area with a heading separated from a detail area by specifying BOTSEP=RULE. A horizontal rule line would be placed below the heading. The Application Display Programming manual can be downloaded for reference to the UIM tag language. If you’re familiar with HTML, you’ll see many similarities.
 
Tom

 108,135 pts.

 

Not only the heading, but I want to draw a line on the full length of screen.

 1,955 pts.

 

I have added another comment, but you’ll have to wait for it to be released. If you want to use DDS, you have to display a constant of dashes. There is no DDS keyword. To do it with a keyword, you have to use a different language, UIM, not DDS. — Tom

 108,135 pts.