- Frank Zettanucci
- PowerBuilder
- Friday, 23 December 2022 06:58 PM UTC
I have a NUP 7 with exactly always 42 rows of data, arranged in NUP freeform so that I have 6 rows of 7 cells (Squares)
I am trying to acquire the NUP cell's .X and .Y values but PB doesnt like this....
LL_YPOS = This.object.thecell[row].Y
LL_XPOS = This.object.thecell[row].X
Technically its thecell_1 through thecell_7
Either way in my mouse event I get something like this:
Application terminated.
Error: Error accessing external object property thecell at line
330 in ue_mouse_over event of object DW_1 of w_1
Application terminated.
Error: Error accessing external object property thecell_1 at line
330 in ue_mouse_over event of object DW_1 of w_1
How am I supposed to get the .X and .Y values for any one of the 42 possible rows of data in a NUP?
IE: How will i get thecell.X and .Y from the NUP in row 4 column 3's thecell_3 ?
Frank
Find Questions by Tag
Helpful?
If a reply or comment is helpful for you, please don’t hesitate to click the Helpful button. This action is further confirmation of their invaluable contribution to the Appeon Community.