Quantcast
Channel: SCN : All Content - PowerBuilder Developer Center
Viewing all articles
Browse latest Browse all 2935

dwo in PB 12.5.2

$
0
0

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?



Viewing all articles
Browse latest Browse all 2935

Trending Articles