creating a data interface for a complex table

Discussions about CSEntry
Post Reply
collinsod
Posts: 7
Joined: November 27th, 2013, 8:10 am

creating a data interface for a complex table

Post by collinsod »

Hi Team, can anyone advice me on how i can create a data entry interface to enter this table.


Thanks.

collinsod
Attachments
table1.docx
table attached
(14.75 KiB) Downloaded 423 times
khurshid.arshad
Posts: 572
Joined: July 9th, 2012, 11:32 am
Location: Islamabad, Pakistan

Re: creating a data interface for a complex table

Post by khurshid.arshad »

Dear collinsod

See this file.

a.
Attachments
test.rar
(2.62 KiB) Downloaded 418 times
collinsod
Posts: 7
Joined: November 27th, 2013, 8:10 am

Re: creating a data interface for a complex table

Post by collinsod »

Thanks Kurshid, its working the way i wanted.

Cheers.

Collinsod
collinsod
Posts: 7
Joined: November 27th, 2013, 8:10 am

Re: creating a data interface for a complex table

Post by collinsod »

Hi Arshad, thanks once again for the good response. It fixed the problem I had.

Now I don't understand how you did it, kindly explain to me how the information on the Livestock species were pre-entered such that once I click on it, its automatically entered. For example, Sr 1 Pigs, Local, Sr 2 Pigs Cross/Exotic, etc.

Thanks.
Collins
khurshid.arshad
Posts: 572
Joined: July 9th, 2012, 11:32 am
Location: Islamabad, Pakistan

Re: creating a data interface for a complex table

Post by khurshid.arshad »

Dear collinsod

See the syntax in logic window. It is very simple and easy.
In this logic i have used four options. See details:

1 Description of Preporc:
The preproc statement declares that the following statements are executed at the beginning of a run, case, level, record, form, roster, or field.
In the simple words that Knock before entering in room.

2 Description of Curocc() :
The curocc function returns the current occurrence number for a roster, form, or record.
In simple words is that sequence number.

3 Description of $;
The dollar sign ($) is equal to current name.

4 Description of skip:
The skip statement skips to the specified field. If the field has multiple occurrences, either record or item, the occurrence number must be specified to skip to the correct occurrence.


If you need further clarification please tell me.
a.
collinsod
Posts: 7
Joined: November 27th, 2013, 8:10 am

Re: creating a data interface for a complex table

Post by collinsod »

Aha Thanks so much Kurshid.... I must say you're a genius.

Thanks.

Collinsod
MrTaco
Posts: 128
Joined: November 18th, 2014, 1:55 am

Re: creating a data interface for a complex table

Post by MrTaco »

Hey Guys
I need a syntax on how to data entry but with no auto-completion..
I need the statement that can be able to allow only 2 or 5 people per row then skips to the next Q’s
If the household has 5 people I need a statement that will allow only 5 people and not allow not less or more...
Attachments
Complex Table
Complex Table
Roster.png (172.82 KiB) Viewed 5885 times
Post Reply