1. Clarence Chamorro
  2. PowerBuilder
  3. Saturday, 23 May 2020 16:30 PM UTC

I have a composite datawindow with 9 nested reports. I want to be able to use PFC row manager service in two of them nested reports so my users can double click in a row and I can bring the detail for that row. Is it that posible? anyone have done it?

Like always open to advice and sample codes or link to read about it.

Regards,

Clarence

Chris Pollach @Appeon Accepted Answer Pending Moderation
  1. Sunday, 24 May 2020 21:15 PM UTC
  2. PowerBuilder
  3. # 1

Hi Clarence;

   FYI: Composite DWOs where designed for reporting only. They were never meant for keyboard or mouse interaction.

Regards ... Chris

Comment
There are no comments made yet.
Olan Knight Accepted Answer Pending Moderation
  1. Sunday, 24 May 2020 20:34 PM UTC
  2. PowerBuilder
  3. # 2

Clarence -

The PFC is in an ancestor class library, so what I would do is to manually write whatever code I need at the descendant level of the appropriate event, like the DoubleClicked event; or perhaps the RowFocusChanged event or perhaps the RButtonUp event depending on how you want to handle the process.

Olan

 

Comment
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.