Hi,
I have a main window object (win_a) with a tab control in it. On runtime, this tab control will have a tabpage (a userobject). I would like to access the user object's event. I am not sure if this will ever work so I did some testing.
On the response window close event, I added:
On the Activate event of win_a, I added:
I would like to add a code in the Activate event to invoke the user object's event. is that even possible?
thanks in advance,
furei
I have a main window object (win_a) with a tab control in it. On runtime, this tab control will have a tabpage (a userobject). I would like to access the user object's event. I am not sure if this will ever work so I did some testing.
On the response window close event, I added:
message.stringparm = 'E'
On the Activate event of win_a, I added:
if message.stringparm='E' then
//code here
end if
//code here
end if
I would like to add a code in the Activate event to invoke the user object's event. is that even possible?
thanks in advance,
furei