Search found 594 matches

by AriSilva
November 19th, 2020, 3:46 pm
Forum: Android
Topic: Using 2 different servers
Replies: 2
Views: 1730

Using 2 different servers

We are using 2 servers in the same tablet, let´s say hhttp1 and http2. In order to download a new application CSEntry asks for the address to be connected with, no problem. But when trying to update an application, CSEntry goes directly to an address that it thinks is the appropriate one (I´m guessi...
by AriSilva
November 18th, 2020, 4:57 pm
Forum: Tools
Topic: dataviewer does not show the save as... menu entry
Replies: 4
Views: 3039

Re: dataviewer does not show the save as... menu entry

This .csdb file also seems to work fine in batch programs, but when opening it in dataviewer it does not show the save as menu.
by AriSilva
November 18th, 2020, 4:33 pm
Forum: Tools
Topic: dataviewer does not show the save as... menu entry
Replies: 4
Views: 3039

Re: dataviewer does not show the save as... menu entry

I´m not sure, but I think it has something related with utf-8 and special characters. By looking at the very first record, the original file is written as Macapá position 194 of the .dat file), field VN30 in the csdb file. When executing the do-nothing utility just to read and write the .dat to .csd...
by AriSilva
November 18th, 2020, 4:11 pm
Forum: Tools
Topic: dataviewer does not show the save as... menu entry
Replies: 4
Views: 3039

dataviewer does not show the save as... menu entry

I have an original .csdb file that I want to use just a piece of it. My technique is: 1. open it in Dataviewer 2. save as .dat file 3. edit this dat file in a text editor, deleting the records I do not want 4. open this .dat file in dataviewer 5. when it asks for the dictionary, point to the same di...
by AriSilva
November 18th, 2020, 8:54 am
Forum: Synchronization
Topic: Accessing the csdb files directly in the server
Replies: 1
Views: 1486

Accessing the csdb files directly in the server

Hi folks, Is there a way to access the csdb files directly in the server using sqlite comands? I think I already posted an issue on this subject, but reading the What´s New in cspro 7.5, the last item "CSWeb can convert case data to MySQL/MariaDB relational tables using a command line process, ...
by AriSilva
November 13th, 2020, 4:08 pm
Forum: Feature Requests
Topic: syncdata with an optional parameter CLEAR
Replies: 2
Views: 2348

syncdata with an optional parameter CLEAR

I have an application that uses the server to download control files for the interviewers. These control files need some updating from the supervisors, and the problem we are facing is that the sycdata with a put parameter is duplicating the records n the server. I thought about having an optional p...
by AriSilva
November 13th, 2020, 12:43 pm
Forum: Other
Topic: Creating a CSpro dictionary from an excel file
Replies: 2
Views: 2046

Re: Creating a CSpro dictionary from an excel file

Thanks, Josh,
In fact, my fault, I´ve never seen that second tab.
I´ll try with that huge excel of mine and will keep you posted.
by AriSilva
November 13th, 2020, 8:52 am
Forum: Other
Topic: Creating a CSpro dictionary from an excel file
Replies: 2
Views: 2046

Creating a CSpro dictionary from an excel file

In order to use the "Excel to Cspro" tool create a csdb file from an excel file, we need first to have a cspro dictionary, and there is where it comes the problem: I have an excel file with almost 200 columns, and writing a cspro dictionary for that file, by hand, well. I thought about wri...
by AriSilva
November 6th, 2020, 6:14 am
Forum: Editing
Topic: prompt with a numeric message identifier
Replies: 1
Views: 2302

prompt with a numeric message identifier

The help says that the prompt accepts a message, but it cannot be from the message file.
That is,
prompt(500, password);
where
Message file
500 Type your password
It issues a compiler error message
by AriSilva
November 5th, 2020, 4:36 am
Forum: Feature Requests
Topic: PFFRunner using relative path
Replies: 3
Views: 2391

Re: PFFRunner using relative path

I´m sorry, I think that I did not describe exactly the problem. What I did is the following, for example: 1. My application is is c:\apps\ProjectA 1.1 So, if I create a pffrunner there, the path preference will be pointing to that address 2. I copied the whole directory to c:\apps\ProjectB, using wi...