Jump to content

help about powerbuilder control


Recommended Posts

My work is using a software programmed by powerbuilder, the soft has a class called "pbdw90", which like common SysListView32.

I can't using ControlListView to get/set that I wanted operation to the control called "pbdw90" .

May someone help me , help me to control the "pbdw90" like the SysListView32.

Link to comment
Share on other sites

And ,How do I get the text from pbdw90 wiindow, Send or ControlSend Only send Message , But before send the text, I want to get the text.

It's not possible.

Ugly workaround is to use combination of Send() ControlSend() with @TAB and then Ctrl+C to copy selected text in current edit to Clipboard.

I'm using automatize PowerBuilder project datawindow and there are & in captions so I use Send('!b') to jump to Re&build then Send('i') to set Incremental

For checking correct setting I use WinGetText() where I test substring for keyword "Incremental".

So for you no good news :)

Edited by Zedna
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...