English 中文(简体)
How to count the datawindow computed fields dynamically?
原标题:

Dynamically how to count the datawindow computed fields and DDDW Fields? is there any functions in PowerBuilder? otherwise we need to take DW Syntax? then parsing...

最佳回答

You want to start with a dw.Describe ("datawindow.objects") to get a tab delimited list of all objects on the DataWindow s UI surface. Parse apart this list, then for each do a dw.Describe (as_ObjName + ".type") and test for the value "compute".

Good luck,

Terry.

问题回答

暂无回答




相关问题
COM - Controls for PowerBuilder

how to use the com controls in PowerBuilder ? If it is used in an application.. how can i identify it?

Powerbuilder language documentation

Where can I find documentation for the actual PowerBuilder language. I am referring to the kind of code you get when you select "Edit Source" from a right-click menu on the library painter. Not the ...

.NET dll in PowerBuilder (as COM) problem with Lists

All, I am trying to access a .NET dll registered as a COM Object with PowerBuilder 10. I keep running into problems where .NET objects return lists. I have built out a very simple class for a proof ...

How *does* Powerbuilder POST work?

Unfortunately searching for Sybase Post doesn t get me the answers I m looking for. I want to know what the actual function is of POST As in .. procedure lala POST procedure1() procedure2() I m ...

Powerbuilder: Trying to set the currentitem for a menuCascade

Please clue this newb in. I ve got a menu with it s object type set to menu cascade. I can reference the items in the menu just fine and I can even st the items to enabled or visible. But what I can ...

热门标签