No Duplicate in Quick

Georgia Miller Georgia Miller <georgia_miller@mail.gfps.k12.mt.us>
19 Oct 2004 14:18:51 -0600


Peter,
Thank you so much for this response.  I did put this in the screen and at least it lets them know that they may have duplicated the fields.  On this screen they often duplicate several of the fields before and after these 2 critical fields.  It is very possible for these same values to be the same, so they will get the warning when this happens.  But the warning will remind them  to check to see that the correct value was entered, as I made the Warning audible.

Thanks Again.
Georgia


On 10/19/2004 11:02 AM, Peter Bateman <pfbcs@hotmail.com> wrote:
>Georgia:
>
>  The DUPLICATE KEY ( default '_' ) is an entry shortcut.
>
>  So your users could simply enter the previous entry instead of 
>using the 
>shortcut.
>
>  I think what I would do is give a warning instead of an error.
>
>  e.g.
>
>  Say first and lastname are fields that we want to warn our users 
>about.
>
>  Temp t_FIRST char * 40 reset at startup
>  Temp t_LAST char * 40  reset at startup
>
>
>  Procedure EDIT FIRST_NAME
>  Begin
>
>    If t_FIRST = FIRST_NAME
>      then warning "*W* First name repeated. Enter \ to correct."
>End
>Procedure PROCESS FIRST_NAME
>Begin
>    Let t_FIRST = FIRST_NAME
>End
>
>  Procedure EDIT LAST_NAME
>  Begin
>
>    If t_LAST = LAST_NAME
>      then warning "*W* LAST name repeated. Enter \ to correct."
>End
>Procedure PROCESS LAST_NAME
>Begin
>    Let t_LAST = LAST_NAME
>End
>
>Regards,
>Peter Bateman
>
>_________________________________________________________________
>Take advantage of powerful junk e-mail filters built on patented 
>Microsoft® 
>SmartScreen Technology. 
>http://join.msn.com/?pgmarket=en-ca&page=byoa/prem&xAPID=1994&DI=1034&SU=http://hotmail.com/enca&HL=Market_MSNIS_Taglines 
>
>  Start enjoying all the benefits of MSN® Premium right now and get 
>the 
>first two months FREE*.
>
>= = = = = = = = = = = = = = = = = = = = = = = = = = = =
>Mailing list: powerh-l@lists.sowder.com
>Subscribe: "subscribe" in message body to powerh-l-request@lists.sowder.com
>Unsubscribe: "unsubscribe <password>" in message body to powerh-l-request@lists.sowder.com
>http://lists.sowder.com/mailman/listinfo/powerh-l
>This list is closed, thus to post to the list you must be a subscriber.
>
>