Hi Danny,
Can we achieve the grid data in some way from lansa grid. Is there any other way like reflection in c#.
Thanks in advance.
Thanks
Preeti
Search found 4 matches
- Wed Jan 08, 2020 11:41 pm
- Forum: Questions & Answers
- Topic: How to get data inside a Lansa grid using user32 SendMessage
- Replies: 7
- Views: 31248
- Tue Jan 07, 2020 5:31 pm
- Forum: Questions & Answers
- Topic: How to get data inside a Lansa grid using user32 SendMessage
- Replies: 7
- Views: 31248
Re: How to get data inside a Lansa grid using user32 SendMessage
Hi,
it's not totally impossible. I've seen a robot testing tool inspect VL Windows applications in the past using the Windows Messages. And I can see some support for it in EditBox, ListView and Tree. But those are controls that exist as Windows controls, there's no such thing as a standard ...
- Mon Jan 06, 2020 8:40 pm
- Forum: Questions & Answers
- Topic: How to get data inside a Lansa grid using user32 SendMessage
- Replies: 7
- Views: 31248
Re: How to get data inside a Lansa grid using user32 SendMessage
Hi,
this must be classic Visual LANSA for Windows, NOT rendering as DirectX.
But even then I think this is not possible. LANSA controls are not standard windows controls and as such I don't think they will respond to a tool like inspect.exe.
Cheers,
Danny
Thanks a lot for your reply.
Yes ...
- Fri Jan 03, 2020 8:25 pm
- Forum: Questions & Answers
- Topic: How to get data inside a Lansa grid using user32 SendMessage
- Replies: 7
- Views: 31248
How to get data inside a Lansa grid using user32 SendMessage
We are automating an Windows application built with Lansa technology. The application is having grids for which we are facing issues to get data or perform actions on as Inspect.exe is not showing any data inside those grids. Can anyone please help how to use user32 dll SendMessage to retrieve ...