Guest_imported
New member
- Jan 1, 1970
- 0
Hi,
I have past datawindow on user object and uo name is uo_invoice. I have past this object on a window (w_invoice). this window has a instant varialbe
il_pName. My problem is when user enter party name in datawindow then il_pName value change to TRUE in datawindow editchanged event. How I get this window instant variable in dw editchanged event. What I tried but not working is
UserObject uo_invoice
Window w_invoice
w_invocie = uo_invoice.GetParent()
But its not working. Anyone can give me idea how I changed the window instant
variable value in dw editchanged event and this dw is pasted on user object.
Thanks for HELP
I have past datawindow on user object and uo name is uo_invoice. I have past this object on a window (w_invoice). this window has a instant varialbe
il_pName. My problem is when user enter party name in datawindow then il_pName value change to TRUE in datawindow editchanged event. How I get this window instant variable in dw editchanged event. What I tried but not working is
UserObject uo_invoice
Window w_invoice
w_invocie = uo_invoice.GetParent()
But its not working. Anyone can give me idea how I changed the window instant
variable value in dw editchanged event and this dw is pasted on user object.
Thanks for HELP