1. Tomas Beran
  2. PowerBuilder
  3. Monday, 5 February 2024 16:03 PM UTC

Hi

This is an enhancement request

Please allow referencing nested reports through GetChild. I think this is just an old Sybase limitation which has no reason anymore.

This limitation can be cheated with a nasty trick:

dw_1.Modify("processing=5") //Don't trust DW Syntax it works :)

dw_1.GetChild("dw_1",ldw_child)

dw_1.Modify("processing=0")

 

But I think having direct method would be better.

Marco Meoni Accepted Answer Pending Moderation
  1. Tuesday, 6 February 2024 18:27 PM UTC
  2. PowerBuilder
  3. # 1

Hi Tomas,

not sure what the 3 lines would help you to do next.

I image you want to access values in the nested DW, for which you can just use 

dwo.object.columname[1]

Rather, say the nested is a tabular nested DW, what is missing is a way to getItems or RowCount

  • ldw_child.RowCount(0 is always 0 // this is wrong also for freeform nested DW
  • GetClickedRow() and GetClickedCount() are failing

 

Surprisingly, say you have 3 rows, this line returns correct value.

dwo.object.columname[3]

Anyhow, apologise for going a bit off-topic (your question was for *freeform* nested DW). I've submitted an enhancement request to Appeon.

Cheers,

.m

Comment
There are no comments made yet.
Miguel Leeuwe Accepted Answer Pending Moderation
  1. Tuesday, 6 February 2024 12:00 PM UTC
  2. PowerBuilder
  3. # 2

Yeah, I think I've requested the same thing quite some time ago.

And please be clear where we have to do enhancement requests. Some time ago I did one on product@appeon.com and I was told that that was not correct for enhancement requests.

regards.

Comment
  1. Armeen Mazda @Appeon
  2. Tuesday, 6 February 2024 16:43 PM UTC
Who told you that product@appeon.com is wrong place?

On our roadmap page, scroll to middle and click on "Submit Feature Idea" button see where that goes: https://www.appeon.com/developers/roadmap
  1. Helpful
  1. Miguel Leeuwe
  2. Tuesday, 6 February 2024 21:19 PM UTC
Hi Armeen,

Honestly I don't remember,.. one of your employees.

I'll gladly use the email address in the future though.

regards.
  1. Helpful
  1. Armeen Mazda @Appeon
  2. Wednesday, 7 February 2024 12:12 PM UTC
Hi Miguel, I should clarify there is more than one way to submit feature idea, so maybe one of our employees suggested alternate method. But definitely sending an email is also valid method.
  1. Helpful 1
There are no comments made yet.
Armeen Mazda @Appeon Accepted Answer Pending Moderation
  1. Monday, 5 February 2024 23:29 PM UTC
  2. PowerBuilder
  3. # 3

Please email enhancement requests to product@appeon.com.  Thanks.

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.