List of Contributions

Zhipeng Wang

This individual is no longer active. Application functionality related to this individual is limited.

Contact Details

My Content

1 to 3 of 3 total
Posted By Zhipeng Wang 04-28-2019 02:10
Found In Egroup: MapInfo Pro
\ view thread
When I was connecting a oracle database table that has a nclob column, it told me that there was a column data type unsupported. (Image words:Unsupported data types in columns: SW_LINEBSM) What should I do? Or just unsupported? ------------------------------ Zhipeng Wang Knowledge Community ...
Posted By Zhipeng Wang 04-12-2019 06:41
Found In Egroup: MapInfo Pro
\ view thread
It could work, thank you very much. ------------------------------ Zhipeng Wang Knowledge Community Shared Account Shelton CT ------------------------------
Posted By Zhipeng Wang 04-11-2019 02:07
Found In Egroup: MapInfo Pro
\ view thread
I want get the Coordinates of a object. this is my code  x = ObjectNodeX(route.obj, 1, 1) ' read longitude y = ObjectNodeY(route.obj, 1, 1) ' read latitude note x +"," + y But its result is only three to four decimal places. Such as: How could I get more accurate result? --------- ...