Search found 2399 matches

by josh
June 8th, 2016, 1:38 pm
Forum: Entry
Topic: Filecopy and Fileconcat function
Replies: 7
Views: 7087

Re: Filecopy and Fileconcat function

I don't have any examples other than what is in the online documentation. They are not functions that get used very often. Maybe someone else on the forum has an example.
by josh
June 8th, 2016, 10:00 am
Forum: Other
Topic: Exporting .not file along with Data file
Replies: 11
Views: 12313

Re: Exporting .not file along with Data file

It looks like when a note is beyond a certain length it wraps around to the next line in the notes file. When you export, each line of the note from the notes file is treated as a separate record. For example, when I export to CSV and read it the CSV in Excel my single long note is broken up into mu...
by josh
June 8th, 2016, 7:15 am
Forum: Entry
Topic: Not Applicable values when skip is not triggered
Replies: 2
Views: 3683

Re: Not Applicable values when skip is not triggered

I'm not sure what you mean about deleting the notappl value. If a question has not yet been answered you just enter the value you want for it. You don't need to delete anything.
by josh
June 8th, 2016, 7:12 am
Forum: Entry
Topic: Problem with Kaspersky Internet Security 16
Replies: 1
Views: 2179

Re: Problem with Kaspersky Internet Security 16

Contact Kaspersky customer support. This a false positive and there should be a way to prevent Kaspersky from flagging it. We don't have Kaspersky so I'm not sure how.
by josh
June 8th, 2016, 7:09 am
Forum: Entry
Topic: Production runner
Replies: 1
Views: 2002

Re: Production runner

That error is because CSPro cannot locate your installation of CSPro. Did you install it to a non-standard location? Production runner looks for it in the program files folder (usually C:\Program Files (x86)\CSPro 6.3 or C:\Program Files\CSPro 6.3). Where is CSPro installed on your machine? Did you ...
by josh
June 8th, 2016, 7:00 am
Forum: Entry
Topic: Filecopy and Fileconcat function
Replies: 7
Views: 7087

Re: Filecopy and Fileconcat function

If it is only 10 keyers I wouldn't bother trying to write logic to do it automatically. I would just do it by hand using the concatenate data tool.
by josh
June 8th, 2016, 6:57 am
Forum: Entry
Topic: Restrict alpha/string field
Replies: 4
Views: 5018

Re: Restrict alpha/string field

You can loop through the characters in the field and check each character to see if it is one of the allowed characters. Something like: PROC MYALPHA string validChars = "GFD/1234567890" ; // loop through characters in string one by one from first character // to last non-blank character d...
by josh
June 2nd, 2016, 4:26 pm
Forum: Entry
Topic: Roster validation
Replies: 6
Views: 5954

Re: Roster validation

Since your check is in the proc for R08 it is being executed while in the roster on R05_FORM but it is referring to the item R00 which is in a different roster (the one on R00_FORM). In order for this to work you need to use a subscript when referring to R00. Remember that in a roster there are mult...
by josh
June 1st, 2016, 10:46 am
Forum: Entry
Topic: Roster validation
Replies: 6
Views: 5954

Re: Roster validation

Can you give us a bit more context? What proc is your logic in? Are R00 and R08 variables in the same roster or different rosters or is one or other not in a roster? Which variable comes first on the form? Is this system or operator controlled?
by josh
May 31st, 2016, 3:14 pm
Forum: Entry
Topic: Windows Tablats vs Android Tablets Cspro CAPI
Replies: 2
Views: 7535

Re: Windows Tablats vs Android Tablets Cspro CAPI

You can run CSPro on tablets that run the full Windows i.e. the same Windows that runs on laptops and desktop PCs. CSPro does not run on phones/tablets that run the Windows RT/Windows Phone/Windows Mobile versions of the operating system. CSEntry is not available from the Windows Store. It is a Wind...