1. Justin Perticone
  2. PowerServer 2020 or older (Obsolete)
  3. Monday, 23 March 2020 20:04 PM UTC

I have a DataWindow that contains a single group.  I understand that the HideGrayLine property is not supported for web.  Is there a workaround to have a smooth transition from page to page without the gray page break line and gap present? 

Attachments (1)
Chris Pollach @Appeon Accepted Answer Pending Moderation
  1. Monday, 23 March 2020 20:51 PM UTC
  2. PowerServer 2020 or older (Obsolete)
  3. # 1

Hi Justin;

   Just use a "Line" object set to a light gray colour. then use an "Expression" on that to control when you see it. For example, you could create a "Computed Column" say for example "cc_line_sw" in your SQL. Then the expression can make the line visible when cc_line_sw = 1 (or "Y").

   Now just control the line via, for example ...

IF  Client_Type = "WEB" THEN

  DC/DS.SetItem ( ll_row, "cc_line_sw" , "Y" )

END IF

   Also, you could use a global function called from your expression that returns either a "Y" or "1" if the Client_Type is "WEB" to have the DWO evaluate the environment that the DWO was instantiated under.

Food for thought.

HTH ... Chris

Comment
  1. Justin Perticone
  2. Tuesday, 24 March 2020 11:45 AM UTC
Correct Roland, the dark gray page break line shown in the screenshot is always displayed on web and I'd like to remove it if possible. Documentation states the HideGrayLine property is unsupported (https://docs.appeon.com/appeon_online_help/2016/features_help_for_appeon_web/ch10s07s02.html) so there's no simple solution and I'm not sure if a solution exists.
  1. Helpful
  1. Chris Pollach @Appeon
  2. Tuesday, 24 March 2020 18:33 PM UTC
Hi Justin .. the HideGrayLine feature is also listed as "Unsupported" in PS2020. If you like though, please create a Support Ticket as an "enhancement request" for this feature to be supported in the future.
  1. Helpful
  1. Justin Perticone
  2. Wednesday, 25 March 2020 11:47 AM UTC
Hi Chris, thank you for your responses. I will look into creating a Support Ticket today. Thanks again for the quick advice!
  1. Helpful
There are no comments made yet.
  • Page :
  • 1


There are no replies made for this question yet.
However, you are not allowed to reply to this question.