Hello Guys,
I'm doing a project for use a datawindow of dynamic way at time of show it in screen, and i'm trying to do that the datawindow be able of the ubicate oneself in x and y points of the column that's focused when who's shown.
i did that so, but that never ubicate exactly were i want
someone has the knowledge that how do i can to do this?
this is that i typed for the behavior that's i wish:
dw_control.Y = ll_FieldY - dw_control.Height
i attached two files when you'll can see the behavior that's i getting :'(
Thanks everybody for your time!
PD: i'm learning English still, so, i hope that you'll can to excuse me if i typed something bad way :')
To avoid that, add this code to the dw_main.itemerror event:
this.event POST itemfocuschanged(1, dwo) // dwo is an argument of the event.
i'm great to read you again, your answer did works like i want, thank you so much!
Saludos!