maonet technotes

IOC(SM):MOC(RM):TDD(NU):SCC(TFS):ORM(L2S):JSL(Jq):CIS(CC)

Problems of moving PB 11 to dotNet WinForm

Posted by Frank Mao on February 15, 2008

Sybase said there are some enchancements in PB11,
pb11_newfeature.jpg

I am very exited about those feature I highlighted, but I couldn’t find them in my PB11.1. Then Jim O’Neil pointed me to the answer from syBook Online:

  • Parameterized constructors Arguments are not permitted in constructors for standard PowerBuilder applications, but they are supported in conditional code blocks for the .NET environment.
  • Static fields and methods Static fields and methods are not permitted in standard PowerBuilder applications, but they are supported in conditional code blocks for the .NET environment.
  • Namespaces, interfaces, and user-defined enumerations You can reference namespaces and .NET interfaces and enumerations in conditional code blocks for the .NET environment. Namespaces are not available and you cannot declare an interface or enumeration in standard PowerScript code.

Leave a Reply

XHTML: You can use these tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <pre> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>