Search found 571 matches

by khurshid.arshad
May 20th, 2013, 8:02 pm
Forum: Entry
Topic: Cspro import data
Replies: 6
Views: 6347

Re: Cspro import data

Dear

Please see attached file.

a.
by khurshid.arshad
May 18th, 2013, 12:08 pm
Forum: Entry
Topic: Check text missing
Replies: 1
Views: 2471

Re: Check text missing

Dear nguyenlinh111

Example:
Two variables: 1=Code and 2=Text;


PROC Text

if Code =6 and Text ="" then
errmsg ("Text are missing");
reenter;
else
endif;

a.
by khurshid.arshad
May 17th, 2013, 8:17 am
Forum: Entry
Topic: Calculate age of child
Replies: 3
Views: 3829

Re: Calculate age of child

Dear nguyenlinh111;

Please see attached file. Maybe this works for you.
a.
by khurshid.arshad
May 3rd, 2013, 12:18 pm
Forum: Entry
Topic: Drag option
Replies: 5
Views: 5887

Re: Drag option

Dear Hannah

When you are creating record specify number of lines under [MAX] heading.
a.
by khurshid.arshad
April 21st, 2013, 4:48 am
Forum: Entry
Topic: Fields with only Number and alphabet not special character
Replies: 4
Views: 5956

Re: Fields with only Number and alphabet not special charact

Please use this code in Global Function OnKey(x); if getsymbol()="Variable Name" then if x in 65:90,13, 8, 32, 46, 37:40, 1009 ,48:57,96:105, 1009,190 then { Alpha "65:90, 13=Enter, 8=Bksp, 32=Space, 46=Delete; Numeric 48:57, keypad=96:105} OnKey = x; else OnKey = 0; endif; else Onkey...
by khurshid.arshad
February 28th, 2013, 12:33 am
Forum: Entry
Topic: Replace wrong text with correct text
Replies: 2
Views: 4066

Re: Replace wrong text with correct text

Thanks.
a.
by khurshid.arshad
February 27th, 2013, 9:51 am
Forum: Entry
Topic: Replace wrong text with correct text
Replies: 2
Views: 4066

Replace wrong text with correct text

Dear Gregory;

Thankssssssssss.

I have records in thousands and want to do corrections in spelling in few variables. Example.


I want to Replace Islamabd with Islamabad in data file.

Regards.

arshad
by khurshid.arshad
February 27th, 2013, 8:22 am
Forum: Entry
Topic: Error report by province in batch file
Replies: 1
Views: 3037

Error report by province in batch file

Dear Gregory Martin;

How can i see error report by province in batch editing.

Regards.

Arshad
by khurshid.arshad
February 25th, 2013, 12:46 pm
Forum: Entry
Topic: Urdu Langauge for CAPI
Replies: 2
Views: 3898

Re: Urdu Langauge for CAPI

Done.

Thankssssssssssssss.
a.
by khurshid.arshad
February 25th, 2013, 6:20 am
Forum: Entry
Topic: Urdu Langauge for CAPI
Replies: 2
Views: 3898

Urdu Langauge for CAPI

Dear Gregory,

I am working on CAPI these days and i want to use Urdu language for CAPI. How can type Urdu in CAPI option.
Regards.
a.