English 中文(简体)
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 kind of code you normally write.

最佳回答

There is no official documentation on the PowerBuilder syntax language that you see when you do Edit Source. Most that work with it have just had to use trial and error to figure it out. It has been asked before in the newsgroups about a syntax file so a parse could be built for it, but never provided. Here is a post talking about it

I believe the next version of PowerBuilder will be moving away from that syntax to a more XML based format (and moving from PBL s as binary files to a text based format).

问题回答

The PowerScript (which is the language used in PowerBuilder) has been expanded in PB12 but should compatible with previous versions. The PowerScript syntax is in ANTLR grammar so it should be fairly easy to create a documentation from it. If this has been done yet I am not sure but I will mention it for the compiler folks (at the moment the dev team is very busy with the end phases of PB12).

Here is the documentation http://infocenter.sybase.com/help/index.jsp?topic=/com.sybase.infocenter.dc37772.1250/html/pbgs/CHDFGFBFA.htm (choose PowerScript Reference in table of contents)





相关问题
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 ...

热门标签