Thanks for your reply and willingness to help!
In a nutshell:
- I want to read out and collect the data of a WLAN device in my home network
- the data is provided in a HTML via a IP address
- the page has apparently JAVA format and throws 'ReList' and 'ReTip' errors during the load in the old B4PPC web control; it is displayed without readable values, but the source code of the page contains the desired value as "webdata_now_p".
- the goal is to collect this data programmatically in a timed way, accumulate the values in a CSV file and upload it to my local NAS via FTP
I am using the sample library WebBrowser1.2 I found in my old Basic4PPC archive as a starter; all is attached here in a ZIP with for reference, the path to the provided HTML file is currently hardcoded.
It does connect and load the page after the forementioned error throwing, but the real values are only visible when inspecting the page's source code. The script error can apparently not be flagged or ignored, comes right out of the DLL?
How can I access/search the page raw content for the desired string and extract it for further handling? If I get a handle on this part I can continue on my own.
My B4PPC knowledge got rusty after all these years. Yet I am STILL using (in DT mode) a great statistical expense control app I once wrote for WindowsMobile some 17 years ago. With sqlite database, great charting capabilities, parametric query design and all. Wish I could port THAT to my Android devices - a different story.
Thanks for any useful idea or hint!