Search found 23 matches

by manojsoni
July 31st, 2014, 2:24 pm
Forum: Entry
Topic: Pls Help Checks in data entry
Replies: 7
Views: 6892

Re: Pls Help Checks in data entry

We are doing a workshop on cspro on August 19-22 , 2014 see the link below.

http://www.phfi.org/component/jcalpro/view/176/456

Ask about it, if any query.
Thanks
Manoj
by manojsoni
July 30th, 2014, 11:42 pm
Forum: Entry
Topic: recode/box statement help
Replies: 3
Views: 3869

Re: recode/box statement help

Hi Neelanjana As alternate, you can use this code. if q1_blid=1 and q2_villid=1 and q3_srno=1 then Q6_Trainee_Name="Ram" elseif q1_blid=1 and q2_villid=1 and q3_srno=2 then Q6_Trainee_Name="Shyam"; endif; Why it does not work with recode, probably our Gregory BOSS, may help us ou...
by manojsoni
July 30th, 2014, 11:20 pm
Forum: Entry
Topic: Pls Help Checks in data entry
Replies: 7
Views: 6892

Re: Pls Help Checks in data entry

Hi

I have sent a compressed file .rar. Unzip the file and you will find a file named BusinessRegister.ent.app

Replace this file in your application. And see , it should work.

Also see , where did I put the logic.

Manoj
by manojsoni
July 25th, 2014, 12:47 am
Forum: Entry
Topic: Pls Help Checks in data entry
Replies: 7
Views: 6892

Re: Pls Help Checks in data entry

This logic will help you out.

Proc P3
Preproc
P3=P1+P2;
Noinput;


Proc T3
Preproc
T3=T1+T2;
Noinput;

Proc TP
Preproc
TP=P3+T3;
Noinput;


Manoj Soni, India
m9jiihmr@gmail.com
by manojsoni
July 15th, 2014, 6:18 am
Forum: Entry
Topic: Who has experience with CSPro Android
Replies: 6
Views: 6065

Re: Who has experience with CSPro Android

We are doing it.
I don't think, there should be any problem using cspro android, if you have done in right way.

Manoj
by manojsoni
July 15th, 2014, 6:15 am
Forum: Entry
Topic: Batch file in android
Replies: 2
Views: 2983

Re: Batch file in android

I will try for that.
Thanks and Regards
Manoj
by manojsoni
July 15th, 2014, 6:04 am
Forum: Entry
Topic: Query in cspro
Replies: 6
Views: 7006

Re: Query in cspro

Dear Sir Thanks for the reply. It is single field item , not the multiple. It is ID field of 4 digit I want it to be sequential, case, as you said, 1 for 1 case, 2 for second case etc. but this should not be for modify mode, as in modify mode, it changes to 2, next time, it changes to 3, that should...
by manojsoni
July 12th, 2014, 7:43 am
Forum: Entry
Topic: Batch file in android
Replies: 2
Views: 2983

Batch file in android

In windows, desktop computer, Dear All In cspro, to copy a data file with data stamp, and for a automatic backup, I use the batch file command copy file.dat file%DATE%.dat so it gives me backup of my data file with the date of backup. As my android application is in device storage/csentry folder and...
by manojsoni
July 11th, 2014, 12:54 am
Forum: Entry
Topic: Query in cspro
Replies: 6
Views: 7006

Re: Query in cspro

Dear Sir Thanks for the reply I am ok with 2 and 3 query's answer given by you. Regarding query 1, Visual Value function, I want a autonumber field which starts from 1 in my data entry application, it is working in one of my application but it does not work in other applications. I am surprised. Why...
by manojsoni
July 8th, 2014, 3:35 am
Forum: Entry
Topic: pff file in android cspro application
Replies: 6
Views: 6382

pff file in android cspro application

Dear Sir

In cspro android application,
in pff file, in DataEntryInit section
If I write Lock=Modify,Verfify
Modification and Verification should be closed for a case.
It works in window
Any idea in android.
Thanks and Regards

Manoj