Search found 631 matches

by htuser
June 4th, 2019, 4:36 pm
Forum: Feature Requests
Topic: Polygon object
Replies: 0
Views: 34391

Polygon object

Dear CSPro Developer Team, As you know, i'm always reading new adding and help at: https://github.com/CSProDevelopment So, i'm asking myself if we can have a polygon object : https://courses.cs.washington.edu/courses/cse341/98au/java/jdk1.2beta4/docs/api/java/awt/Polygon.html or this : https://stack...
by htuser
June 2nd, 2019, 5:18 pm
Forum: Entry
Topic: How add records to a file associated with an external dictionary
Replies: 3
Views: 4329

Re: How add records to a file associated with an external dictionary

In CSPro logic, there's two way to insert items values, not all records item's, in an external CSDB files or a Sqlite files. 1.- Writecase function: http://www.csprousers.org/help/CSPro/writecase_function.html , this specially for CSDB associate with external dictionary; 2.- Sqlquery with insert int...
by htuser
May 31st, 2019, 6:21 pm
Forum: Synchronization
Topic: Dirlist on FTP server
Replies: 2
Views: 2157

Re: Dirlist on FTP server

Thank you Josh for your quick response. Since ftp support ls command, similar to dirlist, in the future, can we hope to have a dirlist with ftp parameters dirlist(ftp) wrapping the ls command?

Thanks in advance!
by htuser
May 31st, 2019, 1:29 pm
Forum: Synchronization
Topic: Dirlist on FTP server
Replies: 2
Views: 2157

Dirlist on FTP server

Dear Cspro Developer Team,
I would like to know if i can have a list of all files on a FTP server using dirlist?
Thanks in advance
by htuser
May 29th, 2019, 12:23 pm
Forum: Feature Requests
Topic: Math object
Replies: 2
Views: 2840

Re: Math object

Thank you Greg for response. CSPro already have some math functions. However, with the future mapping module, i think that, trigonometric and hyperbolic functions are welcome. Necessary for porting some existing algorithms to CSPro Logic and ask less CSPro function to you. In my one of latest posts,...
by htuser
May 29th, 2019, 9:58 am
Forum: Feature Requests
Topic: Math object
Replies: 2
Views: 2840

Math object

Dear Cspro Developer Team, Following my last discussion http://csprousers.org/forum/viewtopic.php?f=1&t=3385 I would like to know if it's possible (for future versions) to have a math object similar to : https://www.w3schools.com/js/js_math.asp or Android's Math Class: https://developer.android....
by htuser
May 23rd, 2019, 11:01 am
Forum: Feature Requests
Topic: Handling a working storage dictionary
Replies: 6
Views: 4145

Re: Handling a working storage dictionary

@ Ari and Aaron, What do you think if using sql query instead of the actual way (external/working storage dictionary)? You can store in sqlite (insert into, savepartial : Yes/No) and use sqlquery function to retrieve only where save partial=Yes. This will be more fast, simple and transparent. Last y...
by htuser
May 8th, 2019, 2:47 pm
Forum: Entry
Topic: Checking if a numeric variable is completly filled
Replies: 2
Views: 2378

Re: Checking if a numeric variable is completly filled

Hi, This issue has been solved. Please see: http://csprousers.org/forum/viewtopic.php?f=1&t=1875&p=5832&hilit=length+numeric#p5829 To have the length of entered value, please use mathematic function such as the Log Function . Then compare the maxvalue and the result of the mathematical o...
by htuser
April 16th, 2019, 12:13 pm
Forum: Entry
Topic: Bearing Calculation
Replies: 2
Views: 2379

Re: Bearing Calculation

Thanks a lot Josh.
This should work.
I'll use excel to calculate them, since theses functions already exists in it.
However, in the future, for more complicated calculation and for more accuracy, it would be better to have the ability to use complete math library in CSPro Logic.
Best Regards,
by htuser
April 15th, 2019, 6:49 pm
Forum: Entry
Topic: Bearing Calculation
Replies: 2
Views: 2379

Bearing Calculation

Dear CSPro Development Team, Following my idea to port existing calculation to CSPro designed application, i would like to know if i can port this: https://www.igismap.com/formula-to-find-bearing-or-heading-angle-between-two-points-latitude-longitude/ or https://gis.stackexchange.com/questions/25267...