1. Luis Pesaressi
  2. PowerBuilder
  3. Wednesday, 22 December 2021 00:53 AM UTC

Hi,

I have a DW composite with  2 DW (dw_1, dw_2 ) I need get the data (strig) of dw_2, when make double clicked , this dw (dw_2) have 5 column and 1 or more row's, how can get this string of determinate column and row

 

thanks

 

Luis

 

 

René Ullrich Accepted Answer Pending Moderation
  1. Wednesday, 22 December 2021 05:22 AM UTC
  2. PowerBuilder
  3. # 1

Hi Luis,

 

to get values from dw in a composite dw you have to call GetChild to get the child dw. With this DataWindowChild you can access the values like in normal datawindows.

But I don't know a way to evaluate the row and column a user clicked in a child datawindow!

Regards,

René

 

Comment
  1. Luis Pesaressi
  2. Wednesday, 22 December 2021 05:38 AM UTC
I know jejeje that is the question, how can get column and row when make click or doubleclick over dw child

Thanks

Luis
  1. Helpful
There are no comments made yet.
Chris Pollach @Appeon Accepted Answer Pending Moderation
  1. Wednesday, 22 December 2021 17:04 PM UTC
  2. PowerBuilder
  3. # 2

Hi Luis;

   Have you tried the GetObjectAtPointer() command for this task?

FYI:  https://docs.appeon.com/pb2019/datawindow_reference/ch09s74.html

Regards .... Chris

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.