Oh Lord!
© Copyright Frank D. Kanu 2000-2009
and this goes on for around 200 lines…
Technorati (All Links are external): oh lord code review
end else if( Trim(STATE.Text) = '' )then begin
s_error := 'State cannot be blank.';
b_valid := False;
end else if( Trim(ZIP.Text) = '' )then begin
s_error := 'Zip cannot be blank.';
b_valid := False;
end else if( Trim(Phone.Text) = '' )then begin
s_error := 'Phone cannot be blank.';
b_valid := False;
end else if( Trim(Fax.Text) = '' )then begin
s_error := 'Fax cannot be blank.';
b_valid := False;and this goes on for around 200 lines…
Tags:
oh lordTechnorati (All Links are external): oh lord code review







