[Pas2js] Dataset improved

Michael Van Canneyt michael at freepascal.org
Mon Dec 31 00:03:04 CET 2018



On Sun, 30 Dec 2018, warleyalex via Pas2js wrote:

> In my 5-minute-experiment, using TMS Web Core with Lazarus component,
> "locate" function does not work for me :(

How does that work ? 
It's not yet in TMS Web core, so you must use TJSONDataset ?

>    WebClientDataSet1.Locate('_Length__cm_',
> WebEdit1.Text

No type conversion is done at this point.

_Length__cm_ is an integer so you must privide an integer, not a string.


Michael.


More information about the Pas2js mailing list