Search found 10 matches

by Nevillefc
October 27th, 2014, 11:57 am
Forum: Entry
Topic: Using Selcase on a network
Replies: 1
Views: 2398

Using Selcase on a network

We are testing the use of CSpro on a LAN using version 5.03. Each person runs the same menu program on the server that which creates their own pff. The dictionaries and lookup files are also located in a common folder for all network users. In the program run from the pff we use both the loadcase an...
by Nevillefc
April 30th, 2014, 8:27 am
Forum: Entry
Topic: Problem with Edit when creating a Filename
Replies: 1
Views: 2826

Problem with Edit when creating a Filename

main.zip please check this out Gregory Martin We are developing survey application for visitors to the country using tablets using 5.003 . A menu program is used to create the file for the interviewer and to pass relevant information to the survey program. I use the EDIT command to convert the fiel...
by Nevillefc
March 15th, 2013, 11:14 am
Forum: Entry
Topic: Problems Modifying case via pff
Replies: 4
Views: 4944

Re: Problems Modifying case via pff

Moving the field as suggested worked out. I may have forgotten to change the something when I tested before.

Thanks for the advice.

Neville FC
by Nevillefc
March 13th, 2013, 10:00 am
Forum: Entry
Topic: Problems Modifying case via pff
Replies: 4
Views: 4944

Re: Problems Modifying case via pff

Thanks for the quick reply. We have not decided to upgrade to CSpro 5 yet nut I can test out the bug fix. I moved the order for the fields so that the name was second and it still failed to find the case. It may be that you cannot have spaces in the case id to utilise this method. NevilleFC CSO Trin...
by Nevillefc
March 12th, 2013, 4:00 pm
Forum: Entry
Topic: Problems Modifying case via pff
Replies: 4
Views: 4944

Problems Modifying case via pff

I have a select application that creates the pff for my data entry, however when I added the id to the modify line of the generated pff I get an error " cannot find case ...." I am sure the id is in there. I am unsure what the problem is I have packed it. could someone tell me what I am do...
by Nevillefc
March 5th, 2013, 11:34 am
Forum: Entry
Topic: Problem coding a selcase
Replies: 1
Views: 2916

Problem coding a selcase

I am having some problems coding a selcase. A users ID code is generated when they are added to my system and I want to check for duplicates. The code I have been trying is ok = selcase(oper_folder_dict,"") where operf_cd = opr_code; if ok = 1 then errmsg("This code %s has already bee...
by Nevillefc
February 22nd, 2013, 9:18 am
Forum: Entry
Topic: Running PFFs on a server
Replies: 15
Views: 17142

Re: Running PFFs on a server

Thanks for that prompt reply, I was thought I would have to make unique pffs for the users at runtime. I am using shared lookup files via the loadcase and selcase. I know that there shouldn't be a problem with the loadcase and will have to do some testing on the selcase. This question should be in a...
by Nevillefc
February 20th, 2013, 1:19 pm
Forum: Entry
Topic: Running PFFs on a server
Replies: 15
Views: 17142

Running PFFs on a server

We are building a suite of programs to handle an offline survey we do. Can I have the program on a server and have each person run it from diffrent PFFs at the same time ? If this is possible would the computer resources in running the program be utilised from the server or is it utilised the data e...
by Nevillefc
February 3rd, 2013, 7:34 pm
Forum: Entry
Topic: Delete function
Replies: 6
Views: 6690

Re: Delete function

i is a numeric and is declared in the proc global. I copied the code from the delete function in the cspro help.
by Nevillefc
February 1st, 2013, 5:32 pm
Forum: Entry
Topic: Delete function
Replies: 6
Views: 6690

Delete function

I am attempting to use the "delete" function to remove records from a data file, however the statement isn't being compiled. The error I get says the "Record, group or multiple item name expected near ". I am certain that I am using the record name for the case in question. I hav...