Search found 2399 matches

by josh
March 21st, 2016, 7:11 am
Forum: Entry
Topic: problem with excel2cspro
Replies: 10
Views: 8197

Re: problem with excel2cspro

You can replicate what Excel2CSPro does by generating a fixed width text file. You can do this in all versions of Excel (including Office 2000) by saving your spreadsheet as "Formatted space delimited text (.prn)". I'm not sure if this is possible in LibreOffice but it may be. Before you s...
by josh
March 18th, 2016, 7:18 am
Forum: Entry
Topic: Combining Pictures and text in CSPro
Replies: 6
Views: 5227

Re: Combining Pictures and text in CSPro

In CSPro 6.2 and above you can add images to value set items. Look up value set images in the help for details.
by josh
March 17th, 2016, 7:14 am
Forum: Entry
Topic: multiple check in the checkbox with multiple specify
Replies: 6
Views: 5074

Re: multiple check in the checkbox with multiple specify

Instead of testing if the result of pos is equal to 1 you should test if it is different from zero. It doesn't matter what position the letter is in as long as the letter is present in the checkbox string. Pos returns zero if the letter is NOT in the string so if pos is different from zero then the ...
by josh
March 16th, 2016, 1:57 pm
Forum: Other
Topic: Stop and Resume later function
Replies: 6
Views: 8190

Re: Stop and Resume later function

Are those in your id-items? You can't save partial until all the id-items are filled in.
by josh
March 16th, 2016, 1:56 pm
Forum: Tools
Topic: Sample Generation Tool
Replies: 8
Views: 10684

Re: Sample Generation Tool

You can do this with a batch edit application although you need to write a bit of logic. Use a counter combined with the "skip case" statement to keep only every nth case.
by josh
March 16th, 2016, 1:51 pm
Forum: Entry
Topic: Error message opening the application, then shuts down
Replies: 1
Views: 2188

Re: Error message opening the application, then shuts down

This could have happened if you modified your data dictionary outside of the data entry application (opening the .dcf file instead of the .ent file) and removed or added items that are referenced on forms. Did you delete an item named "CITY" from the dictionary "RETAILSURVEY"? If...
by josh
March 16th, 2016, 1:46 pm
Forum: Entry
Topic: problem with excel2cspro
Replies: 10
Views: 8197

Re: problem with excel2cspro

You may need to use a more recent version of Microsoft Office. Excel2CSPro uses Microsoft Office and we have never tested with Office 2000. We don't have any machines with a version that old. It has been tested with Office 2010 and above.
by josh
March 11th, 2016, 7:15 am
Forum: Other
Topic: Stop and Resume later function
Replies: 6
Views: 8190

Re: Stop and Resume later function

How is it not working?
by josh
March 7th, 2016, 7:05 am
Forum: Feature Requests
Topic: Tracking (GPS), report generation
Replies: 15
Views: 19343

Re: Tracking (GPS), report generation

Use the getlabel() function. There is an example of this in the PDF that @htuser posted.
by josh
March 7th, 2016, 7:02 am
Forum: Other
Topic: CSPro to XML
Replies: 2
Views: 3787

Re: CSPro to XML

The export data tool can convert the data dictionary to XML format. There are options for CSPro's own XML format as well as the standard DDI XML (http://www.ddialliance.org/). This does not convert the data itself but the XML that is generated contains the start positions and lengths from the dictio...