Search found 160 matches

by justinlakier
March 18th, 2024, 10:17 am
Forum: Entry
Topic: Itemlist function
Replies: 4
Views: 2183

Re: Itemlist function

Hello, It's just as the compile error message says. You can no longer use arrays for value sets, and must use the new ValueSet Object which you can declare with ValueSet Statement . Further functions like adding to or clearing the object are listed in the Object's documentation page along with demon...
by justinlakier
March 15th, 2024, 4:50 pm
Forum: Entry
Topic: CSWeb user name in exported data file
Replies: 1
Views: 1369

Re: CSWeb user name in exported data file

Hello, If you want to capture a user's name during data entry, you need to either ask them their username on the form and record it to a field in the dictionary, or automatically set their name as a dictionary variable without putting that variable on the form. CSWeb user name is not associated with...
by justinlakier
March 15th, 2024, 11:35 am
Forum: Entry
Topic: datediff function
Replies: 8
Views: 8332

Re: datediff function

This is an 11 year old thread. Please try not to add to "dead" threads that are more than a year old. Furthermore, the existing answers in this thread should already demonstrate the sysdate() and datediff() functions you need. You can look to the documentation for more on these functions. ...
by justinlakier
March 14th, 2024, 1:46 pm
Forum: Tools
Topic: Frequency order
Replies: 1
Views: 3188

Re: Frequency order

Hello,

When using the Freq Statement (named or unnamed), you can change the order of variables in the listing by changing their order in the include() section. They will be listed in the same order as the include() section rather than dictionary order.

Hope this helps,
Justin
by justinlakier
March 14th, 2024, 1:17 pm
Forum: Entry
Topic: Codification mode problem.
Replies: 1
Views: 1352

Re: Codification mode problem.

Hello, This hang is not due to an error in the code. The hang is caused by lag, which is due to the size of the application. The value set for the field PROFES has thousands of entries. If you remove or reduce the size of this value set then the application will no longer lag on the question and be ...
by justinlakier
March 8th, 2024, 11:24 am
Forum: Synchronization
Topic: Application Not Found Message at dropbox
Replies: 3
Views: 1069

Re: Application Not Found Message at dropbox

Hello, If this is a problem with folder permissions. you can make the folder public for the duration of the download period if there is no sensitive data in the folder. If they can download the file on DropBox by logging into the DropBox site but still can't access DropBox through CSEntry, please sh...
by justinlakier
March 5th, 2024, 12:45 pm
Forum: Synchronization
Topic: Error message
Replies: 1
Views: 1019

Re: Error message

Hello, This thread on the forums had a similar problem. You will need to reduce the total length of your ID items, either by moving some items from the _IDS0 record or by reducing the length of those ID items, or both. ID items are the uniquely identifying information required to locate a specific c...
by justinlakier
March 4th, 2024, 9:36 am
Forum: Synchronization
Topic: Application Not Found Message at dropbox
Replies: 3
Views: 1069

Re: Application Not Found Message at dropbox

Hello, Make sure that users are logged in to the correct account. They can log out and log back in. If they are able to log in correctly, check that the path to the application on DropBox and in CSEntry is correct. If the application is still not found, please provide any additional details of the e...
by justinlakier
March 4th, 2024, 9:31 am
Forum: Android
Topic: Challenges with Syncing on Android devices
Replies: 2
Views: 1193

Re: Challenges with Syncing on Android devices

Hello, When you use SyncServer , it should be called before syncconnect() in order to create the server for the connection. Your syncWithInterviewer() calls syncconnect() before SyncServer, which will cause issues since there is no server yet. Try putting SyncServer first. Also test that your device...
by justinlakier
February 29th, 2024, 9:21 am
Forum: Synchronization
Topic: Sync error
Replies: 1
Views: 1023

Re: Sync error

Hello, It is possible that Error 403 is being caused by your server security flagging the CSPro connection as a false-positive. See this post on the forums for details. You can check your cPanel apache error log to see if you are getting a security problem here. If you do not see a security error in...