Re: [ADVANCED-DOTNET] Required fields in .NET Windows application

2004-11-09 Thread Allan N.
>You could use a second errorprovider with a different icon (probably never >blinking), and put the icon to the left of the controls where the input is >required using the "IconPadding on ErrorProvider2" property. > >HTH,Joris well in that case I would create my own 'RequiredField' class which imp

Re: [ADVANCED-DOTNET] Required fields in .NET Windows application

2004-11-09 Thread Joris Zwaenepoel
PROTECTED] Sent: woensdag 10 november 2004 7:38 To: [EMAIL PROTECTED] Subject: Re: [ADVANCED-DOTNET] Required fields in .NET Windows application Actually, I'm already using the ErrorProvider to indicate a logical inconsistency in entered data. The required field concept is a bit different in

Re: [ADVANCED-DOTNET] Required fields in .NET Windows application

2004-11-09 Thread Dana Gehm
ld put a one liner in the status bar). DG -Original Message- From: Unmoderated discussion of advanced .NET topics. [mailto:[EMAIL PROTECTED] On Behalf Of David Glauser Sent: Tuesday, November 09, 2004 9:22 AM To: [EMAIL PROTECTED] Subject: Re: [ADVANCED-DOTNET] Required fields in .NET Windows

Re: [ADVANCED-DOTNET] Required fields in .NET Windows application

2004-11-09 Thread David Glauser
] Required fields in .NET Windows application +1 on the errorprovider, tho I think I'd take the inverse approach--use backcolor or some more subtle cue to indicated required-ness, and only pop the error icons if the user tries to leave the form w/out providing values for those controls. IMHO it

Re: [ADVANCED-DOTNET] Required fields in .NET Windows application

2004-11-09 Thread Pardee, Roy
bject: Re: [ADVANCED-DOTNET] SV: [ADVANCED-DOTNET] Required fields in .NET Windows application Changing the background of text boxes is a very visual way to alert the user of required fields rather than them scouring the screen for small * next to fields - however it doesn't fair to w

Re: [ADVANCED-DOTNET] SV: [ADVANCED-DOTNET] Required fields in .NET Windows application

2004-11-09 Thread Robert Rolls
p" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, November 09, 2004 4:17 PM Subject: [ADVANCED-DOTNET] SV: [ADVANCED-DOTNET] Required fields in .NET Windows application Dana, A commonly used method on the Internet is to set a label with an asterix (*) in front of or behind

[ADVANCED-DOTNET] SV: [ADVANCED-DOTNET] Required fields in .NET Windows application

2004-11-08 Thread Benny S. Tordrup
required fields. Best regards, Benny S. Tordrup -Oprindelig meddelelse- Fra: Unmoderated discussion of advanced .NET topics. [mailto:[EMAIL PROTECTED] På vegne af Dana Thomas Gehm Sendt: 9. november 2004 04:43 Til: [EMAIL PROTECTED] Emne: [ADVANCED-DOTNET] Required fields in .NET Windows

[ADVANCED-DOTNET] Required fields in .NET Windows application

2004-11-08 Thread Dana Thomas Gehm
I'm working on a C#.NET Windows Forms application to be used for entering medical data to be added to a database to be used for research purposes. Certain controls are to be considered "required fields", so that the user must complete these fields before completion. This could include groups of ra