Search found 133 matches

by Mariovaisman
December 17th, 2019, 9:02 am
Forum: Android
Topic: Possible bug calling a dynamic pff
Replies: 10
Views: 6349

Re: Possible bug calling a dynamic pff

It happens only in android. The app in windows works fine. I think it is a time problem, where the close didn't finish before the next instruction starts ro be executed.

If I add a single insteuction between the close and the execpff, then it works fine.

Thanks

Mario
by Mariovaisman
December 14th, 2019, 7:05 am
Forum: Feature Requests
Topic: time function
Replies: 2
Views: 2296

Re: time function

Thanks for your reply, what I am suggesting is to have an automatic wake up at several time, because as the suggest you give me, each time the app does something I can check the tymestamp, but what happen if the app is waiting for an [OK] in an errmsg(), or waiting to type to a variable; in those ci...
by Mariovaisman
December 14th, 2019, 7:00 am
Forum: Android
Topic: Possible bug calling a dynamic pff
Replies: 10
Views: 6349

Possible bug calling a dynamic pff

Hello, Will try to explain what is occuring in some cases when a menu program calls other cspro program. When the menu program generates a .pff file, then close it, and calls immediately the execpff with that file generated, sometimes (not always), the program doesn't start. But when execute again, ...
by Mariovaisman
December 2nd, 2019, 2:10 pm
Forum: Feature Requests
Topic: time function
Replies: 2
Views: 2296

time function

Hello, Time ago, I posted about a time feature, like the application can call a function after some elapsed time, after this function is executed, the app can continue normally, it is like a buttom that is pressed automatically. This capability is useful to give certain time to complete a form, to e...
by Mariovaisman
October 29th, 2019, 7:30 am
Forum: Tools
Topic: CSPro version shifter
Replies: 2
Views: 3921

CSPro version shifter

Hello, I am using this program to switch between different cspro version, in fact, sometimes need to go to version 6.3 and return to the current version. It works fine, except with version 7.3. Will explain now: When shift from 7.3 to other version, all is fine, however it cannot return to 7.3 becau...
by Mariovaisman
September 30th, 2019, 6:37 am
Forum: Entry
Topic: Export comments from csdb
Replies: 3
Views: 3027

Export comments from csdb

Hello, I was trying to find out the fastest way to export the comments to excel or stata from csdb data files, and the only way found was to export the data to cspro in .dat files (text files), and then export the .dat.csnot to stata or excel using a dictionary that represent that comment file. Is i...
by Mariovaisman
September 27th, 2019, 5:25 am
Forum: Entry
Topic: retrieving cases in cspro batch
Replies: 1
Views: 2155

retrieving cases in cspro batch

Hello,

I was trying to do a cspro batch process where the dictionary has a key of a list of variables. When the csbatch reads each record is not retrieving in the key order, it is retrieving without order. This is a csdb file and need to work in key order,
Do I have to sort first?
by Mariovaisman
September 16th, 2019, 1:54 pm
Forum: Entry
Topic: Conection to server
Replies: 1
Views: 2061

Conection to server

Hello, About conection to FTP servers, when it is connecting, the screen shows the URL or IP address of the server, included the port. This information as it is shown, permits people to know where is located the server, and which is the port to access, it can cause security issues. Would be importan...
by Mariovaisman
September 6th, 2019, 1:24 pm
Forum: Entry
Topic: New released cspro version 7.3
Replies: 11
Views: 7098

Re: New released cspro version 7.3

Thank you Gregory for your post, I understand your point to have all with the same behavoir, however our applications have a control system with folder structure, where files are located in different folders, so the current app cannot work in both versions at the same time, just because we have seve...
by Mariovaisman
September 6th, 2019, 10:25 am
Forum: Entry
Topic: New released cspro version 7.3
Replies: 11
Views: 7098

Re: New released cspro version 7.3

Josh, It is easy what you said about to use pathname(application), however it is easy when you run execpff function, but what happen with functions like setfile, filecopy, fileconcat, filedelete, etc, etc. There are a lot of places where have to be updated to be working equal in cspro 7.2 and 7.3. A...