Forum Replies Created
-
# 2 years ago::
Dear Simplifiers,
is there an updated transport available for version 5.0? The available file (https://files.simplifier.io/f/545558de4f5a403c8e4e/?dl=1) says “OK” at the dry run but fails with a postprocessing error when doing a real import.
Thank you
Franz
in reply to: How to set data in table by scripting# 2 years ago::Hello Christian,
actually this is not my use case. The intention is to have a re-usable module which scans a barcode, gets the location and the timestamp and delivers everything together to the “main application”. passing the gps location from outside doesnt make too much sense here :-/
thx.
in reply to: “Acquire GPS” in a module# 2 years ago::update:
I created the autofields for “longitude” and “latitude”, when trying to map the fields to a variable, i get “uncaught path points to undefiend field” in the generated source code lines.this.getGlobals().setVar(“ScanResult”,this.evalAutoField(“Geolocation”,{“QueryParameter”:”latitude”}),”latnum”);
this.getGlobals().setVar(“ScanResult”,this.evalAutoField(“Geolocation”,{“QueryParameter”:”longitude”}),”longnum”);The variable “ScanResult” has been defined in the data work bench of course.
thx.
in reply to: “Acquire GPS” in a module# 2 years agoin reply to: “Acquire GPS” in a module