Hi all,
I've come to a snag that I'm not sure how to address.
On a screen I want to display a popup of about 17 lines, including dividers. This list is longer than 255 characters, and that's where the trouble starts.
So instead of defining the options directly in a PICTURE clause, I define the popup to get its content FROM an array like
LDocTypes(1)="All documents"
LDocTypes(2)="\-"
LDocTypes(3)="All invoices and credit notes - customers"
...
LDocTypes(17)="Outstanding orders - suppliers"
But then it doesn't display the divider lines correctly -- they just appear as two grey dots instead of a nice horizontal line.
Am I missing anything obvious, or do you people happen to have any ideas for a workaround?
Jan Schenkel.
"As we grow older, we grow both wiser and more foolish at the same time." (De Rochefoucald)
PS: I could of course edit the .SPR file to split up the PICTURE clause, but that's not easy for maintenance, especially when I have to rebuild the project.
I've come to a snag that I'm not sure how to address.
On a screen I want to display a popup of about 17 lines, including dividers. This list is longer than 255 characters, and that's where the trouble starts.
So instead of defining the options directly in a PICTURE clause, I define the popup to get its content FROM an array like
LDocTypes(1)="All documents"
LDocTypes(2)="\-"
LDocTypes(3)="All invoices and credit notes - customers"
...
LDocTypes(17)="Outstanding orders - suppliers"
But then it doesn't display the divider lines correctly -- they just appear as two grey dots instead of a nice horizontal line.
Am I missing anything obvious, or do you people happen to have any ideas for a workaround?
Jan Schenkel.
"As we grow older, we grow both wiser and more foolish at the same time." (De Rochefoucald)
PS: I could of course edit the .SPR file to split up the PICTURE clause, but that's not easy for maintenance, especially when I have to rebuild the project.