Hi, I'm using PB 12.5.2(wpf. not classic)
my code this:
-- snip --
// uo_dw_base (inherit DataWindow)
// Event: Click
// Param: int xpos, int ypos, long row, DWObject dwo
If dwo.type = 'text' then // error
....
end if
-- snip --
I used 'dwo.GetType().Name'. but that incorrect type.
-- snip --
If dwo.GetType().Name = "String" then // error: can't convert to Sybase.PowerBuilder.PBExtObject
...
end if
-- snip --
corresponding tothe 'dwo.type'Whatis it?