Search found 47 matches

by pierrew
August 24th, 2013, 3:36 am
Forum: Feature Requests
Topic: Grouping error messages by PROC
Replies: 2
Views: 4839

Grouping error messages by PROC

Hey Greg, Would it be possible to display only the error messages that is related to a procedure? So instead of grouping all error messages and associated numbers into a single error window, have it display only the error messages that pertain to a certain PROC. It will help with navigation especial...
by pierrew
June 21st, 2013, 12:51 am
Forum: Entry
Topic: Roster
Replies: 3
Views: 5414

Re: Roster

If you want to protect the data item field to prevent your data entry operators from modifying the numbering sequence make sure that your valuesets for HL1 are complete. (crashing problems) With that being said, there are two ways to auto number HL1. The easiest is to use auto numbering in the Field...
by pierrew
June 20th, 2013, 7:28 pm
Forum: Tabulation
Topic: Find households that have no head
Replies: 1
Views: 4068

Re: Find households that have no head

Hello Don, There are several ways to tackle this situation and I will try the simplest of the methods. I am assuming that your dictionary might contain a minimum of two records. the first being the PERSON record and the second is the HOUSE record. I am also assuming that your PERSON record also cont...
by pierrew
June 20th, 2013, 7:13 pm
Forum: Entry
Topic: Roster
Replies: 3
Views: 5414

Re: Roster

Hello Vanndy, I am not too sure on what you want the piece of code to do but me try to take a crack at it. So, if you want the roster to end and skip to the next item outside the roster based on the number of contained within HH9 then use this piece of code. PROC HL21 postproc if HH9 = curocc() then...
by pierrew
June 19th, 2013, 12:03 am
Forum: Editing
Topic: passing address pointers thru functions
Replies: 1
Views: 4223

passing address pointers thru functions

Hello Greg, We are working on automatic xml scripting to convert tables using table functions (such as tblrow and tblsum, etc.) to xml. We want to create a function that can do the work without copy and pasting huge amount of code. So the question is there a way to pass an item address (pointers)? F...
by pierrew
June 12th, 2013, 11:45 pm
Forum: Entry
Topic: Partial Save
Replies: 9
Views: 10962

Re: Partial Save

Thanks bro!
:mrgreen:
by pierrew
June 3rd, 2013, 6:08 pm
Forum: Entry
Topic: Partial Save
Replies: 9
Views: 10962

Re: Partial Save

Hey Greg,
This question still pertains to Partial Saves and so I didn't want to create a new topic.
Question - How do I remove the prompt that asks the user to navigate to the last question upon opening of a case?

Thanks,
Pierre
by pierrew
May 10th, 2013, 11:49 am
Forum: Editing
Topic: Delete Cases
Replies: 2
Views: 5370

Re: Delete Cases

Cool thanks !!!
by pierrew
May 9th, 2013, 1:22 am
Forum: Entry
Topic: Drag option
Replies: 5
Views: 5953

Re: Drag option

Sorry Greg, I don't think it is restricted to rosters, but sometimes I will try to drag items from the dictionary and it will show the horizontal and vertical icon change. When I let the left mouse button (expecting the table to show) nothing happens. This only happened to me twice. It also happened...
by pierrew
May 9th, 2013, 1:04 am
Forum: Editing
Topic: Delete Cases
Replies: 2
Views: 5370

Delete Cases

Hafa Adai Greg,
How do I delete a case from a data set. the IDs are different but two adjacent HH's have the same persons recorded in each household. So I have to delete one of the duplicate cases.
Pierre