It looks like you're new here. Sign in or register to get started.
pageextension 50101 CustomerListExt extends "Customer List" { trigger OnOpenPage(); var Client: HttpClient; Response: HttpResponseMessage; URL: Text; Content: HttpContent; Page: Text; begin URL := 'http://www.elmundo.es'; Client.Get(URL, Response); Content := Response.Content; Content.ReadAs(Page); Message(Page); end; }
Answers
You can use something like this to get web page
Or if the web source have an API use it.
Sorry, the information you asking for is very generic.
Regards.
Thank you very much for quick support.
There is website for collect and display data from devices with GSM sim. This website is showing real time values. I need to collect data online store in NAV table. for example Meter Id, Current reading, Pressure etc.
please advice...
thanks in advance
kmk
To try to help you out is necessary more information about what you want to do, i.e:
How I said before you need to be more specific.
Regards.