Re: Frustrated with data entry people
- From: Liz McGuire <liz@xxxxxxxxxxxxxxxxxxxx>
- Date: Fri, 29 Jun 2007 19:59:58 -0600
Indeed.
Liz
Ike wrote:
.
[edit]I found that there is no need to execute the line:
eventInfo.setNewValue(stNewValue)
if clearing the field. This code is more efficient:
stNewValue = string(eventInfo.newValue())
if stNewValue <> "" then ;// added a check for a null field
stNewValue.breakApart(arBreak,stBadChars)
stNewValue = arBreak[1]
if arBreak.size() > 1 then
for liCounter from 2 to arBreak.size()
stNewValue = stNewValue + " " + arBreak[liCounter]
endFor
endIf
eventInfo.setNewValue(stNewValue)
endIf
- References:
- Frustrated with data entry people
- From: Ike
- Re: Frustrated with data entry people
- From: Jim Hargan
- Re: Frustrated with data entry people
- From: Liz McGuire
- Re: Frustrated with data entry people
- From: Ike
- Re: Frustrated with data entry people
- From: Liz McGuire
- Re: Frustrated with data entry people
- From: Ike
- Re: Frustrated with data entry people
- From: Liz McGuire
- Re: Frustrated with data entry people
- From: Ike
- Re: Frustrated with data entry people
- From: Ike
- Frustrated with data entry people
- Prev by Date: Re: Frustrated with data entry people
- Next by Date: Re: Frustrated with data entry people
- Previous by thread: Re: Frustrated with data entry people
- Next by thread: Re: Frustrated with data entry people
- Index(es):