Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Get data from browser

Status
Not open for further replies.

neilmaclean

Programmer
Jan 27, 2003
4
GB
I'm trying to get information from a browser component using visual basic.

A progres application has a form with a browser on it and i need to get the data from the cells on the first row but i cannot access the underlying data i can only use the screen.

I normally use a few standard techniques to access data from the screen in the application:
1. DDE - but the progress application doesn't appear to be a DDE server.
2. Mouse/Keyboard strokes - but i cannot physically copy/paste etc.
3. Windows messages (eg. WM_GETTEXT, WM_SETTEXT). This works on normal edit fields but not on the browser. Using "windows spy" i can see that each cell in the browser is in fact an edit field but the the usual WM_GETTEXT messages do not work.

Anybody out there have any ideas on how i can extract certain data from the browser widget displayed on the screen at runtime?
 
How can I create an input screen with 132 columns and 36 lines (text mode). Is it possible?


I'm Using Version 8.3B on HPUX.

regards Gregor

Gregor.Weertman@mailcity.com
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top