开发者

PowerBuilder 11: Programmatically adding a DataWindow to a control

开发者 https://www.devze.com 2023-03-11 07:32 出处:网络
Anyone have the slightest clue on how I can pro grammatically instantiate and add a DataWindow control to an object?Sybase\'s onl开发者_C百科ine doc is horrible.TIA.You\'ll want to create a standard v

Anyone have the slightest clue on how I can pro grammatically instantiate and add a DataWindow control to an object? Sybase's onl开发者_C百科ine doc is horrible. TIA.


You'll want to create a standard visual user object of type DataWindow (something you're hopefully using already... many benefits) and use OpenUserObject() or OpenUserObjectWithParm().

Good luck,

Terry.

0

精彩评论

暂无评论...
验证码 换一张
取 消