I am using Ultralight client classic (not user experience) in 3.14 to provide a client that can be either from PC or iPad or Android without requiring apps or internet connection to get those apps.
I have run into an issue of getting dpConnect to work.
I am using the following example code but it doesn't do anything:
Code: Select all
main()
{
dpConnect(TRUE, "Report", TRUE, "Remote1:ReportNumb.");
}
Report(string dpstring, string ReportNumb)
{
setValue("","text",ReportNumb);
}
The documentation talks about a noloss bit that has been added for ultralight, but it doesn't have any example code. Does some one have some example code that works? My dpConnect code for standard panels and scripts don't seem to work and adding the noloss bool doesn't seem to help.