473,804 Members | 3,461 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Giving feedback on a form

I use a form with text boxes. The user enters data in the text boxes.
The data is written away to a file. I wish to give the user feedback
on the form, before the data is written away to the file - and (!)
also before the user has finished entering all the data in remaining
text boxes. How do I do this?

Please give a short code example if you know the answer.

Many thanks.
--
Patrick De Ridder
ng****@freeler. nl
Nov 15 '05 #1
6 2773
Hey,

you can give user feedback in numerous different ways. It's all up to you.
One often used method however, is showing a popup. You can do this with:
MessageBox.Show ("UserFeedback" );
Other things you can think of for feedback are status bars ( look at the
bottom of oe ), sounds, etc.

Greetz,
-- Rob.

Patrick De Ridder wrote:
I use a form with text boxes. The user enters data in the text boxes.
The data is written away to a file. I wish to give the user feedback
on the form, before the data is written away to the file - and (!)
also before the user has finished entering all the data in remaining
text boxes. How do I do this?

Please give a short code example if you know the answer.

Many thanks.

Nov 15 '05 #2
On Sat, 9 Aug 2003 09:11:19 +0200, "Rob Tillie"
<Ro********@stu dent.tul.edu> wrote:
ou can give user feedback in numerous different ways. It's all up to you.
One often used method however, is showing a popup. You can do this with:
MessageBox.Sho w("UserFeedback ");
Other things you can think of for feedback are status bars ( look at the
bottom of oe ), sounds, etc.


This is not at all what I mean. An example of what I mean would be
entering issues from a warehouse. When the user types in the part
number I want to respond with the part description. After which the
user will carry on entering the rest of the data he needs to enter
into the remaining text boxes from which subsequently all data is
written to a file..

So how to retrieve the part description from a file, given the part
number is *not* my problems here.

I know how to get something into a text box, but I don't know how to
do that in the middle of all other text boxes in which the user is
entering data.

Hope this makes my query a bit clearer.

Greetings,
--
Patrick De Ridder
ng****@freeler. nl
Nov 15 '05 #3
You can retrieve the data when he leaves the field. When a client enters a
part number, and moves on to the next field, an event is thrown when the
"partnr." field has lost focus.
But are you talking about asp.net forms or winforms?

Greetz,
-- Rob.

Patrick De Ridder wrote:
On Sat, 9 Aug 2003 09:11:19 +0200, "Rob Tillie"
<Ro********@stu dent.tul.edu> wrote:
ou can give user feedback in numerous different ways. It's all up to
you. One often used method however, is showing a popup. You can do
this with: MessageBox.Show ("UserFeedback" );
Other things you can think of for feedback are status bars ( look at
the bottom of oe ), sounds, etc.


This is not at all what I mean. An example of what I mean would be
entering issues from a warehouse. When the user types in the part
number I want to respond with the part description. After which the
user will carry on entering the rest of the data he needs to enter
into the remaining text boxes from which subsequently all data is
written to a file..

So how to retrieve the part description from a file, given the part
number is *not* my problems here.

I know how to get something into a text box, but I don't know how to
do that in the middle of all other text boxes in which the user is
entering data.

Hope this makes my query a bit clearer.

Greetings,

Nov 15 '05 #4
On Sat, 9 Aug 2003 19:43:30 +0200, "Rob Tillie"
<Ro********@stu dent.tul.edu> wrote:
You can retrieve the data when he leaves the field. When a client enters a
part number, and moves on to the next field, an event is thrown when the
"partnr." field has lost focus.
But are you talking about asp.net forms or winforms?


How do I connect to an event being thrown when the partnr field has
lost focus? Could you please give a code example? I am using Visual C#
Studio .NET and System.Windows. Forms.

I would be grateful for a bit of help here.

--
Patrick De Ridder
ng****@freeler. nl
Nov 15 '05 #5
In vs.net 2003 Help, look for: "control.valida ting"
filtered by: C#. Your answer is in the Validating and
Validated events. Also explains how to use the
ErrorProvider control to display feedback.
-----Original Message-----
On Sat, 9 Aug 2003 09:11:19 +0200, "Rob Tillie"
<Ro********@st udent.tul.edu> wrote:
ou can give user feedback in numerous different ways. It's all up to you.One often used method however, is showing a popup. You can do this with:MessageBox.Sh ow("UserFeedbac k");
Other things you can think of for feedback are status bars ( look at thebottom of oe ), sounds, etc.
This is not at all what I mean. An example of what I

mean would beentering issues from a warehouse. When the user types in the partnumber I want to respond with the part description. After which theuser will carry on entering the rest of the data he needs to enterinto the remaining text boxes from which subsequently all data iswritten to a file..

So how to retrieve the part description from a file, given the partnumber is *not* my problems here.

I know how to get something into a text box, but I don't know how todo that in the middle of all other text boxes in which the user isentering data.

Hope this makes my query a bit clearer.

Greetings,
--
Patrick De Ridder
ng****@freeler .nl
.

Nov 15 '05 #6

Rahul Rao <rm***@sbcgloba l.net> wrote in message
news:04******** *************** *****@phx.gbl.. .
In vs.net 2003 Help, look for: "control.valida ting"
filtered by: C#. Your answer is in the Validating and
Validated events. Also explains how to use the
ErrorProvider control to display feedback.


Thanks,
--
Patrick De Ridder
ng****@freeler. nl
Nov 15 '05 #7

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

5
5114
by: Andrew | last post by:
Where can i find a free feedback form in php script to download it and put it in my website? thanks in advance andreas
1
4187
by: Kenneth McDonald | last post by:
I'm working on the 0.8 release of my 'rex' module, and would appreciate feedback, suggestions, and criticism as I work towards finalizing the API and feature sets. rex is a module intended to make regular expressions easier to create and use (and in my experience as a regular expression user, it makes them MUCH easier to create and use.) I'm still working on formal documentation, and in any case, such documentation isn't necessarily the...
2
5226
by: Mindful_Spirit | last post by:
I'm trying to set up a basic email feed back form like this, and was wondering about some basic configuration settings. I have used code from this website. I have it working just fine. I'm running IIS on my home machine. My problem is that I need to upload this stuff to a webhosting place and register a domain and I'm not sure what to put as the smtp mail server value
0
3518
by: starace | last post by:
I have designed a form that has 5 different list boxes where the selections within each are used as criteria in building a dynamic query. Some boxes are set for multiple selections but these list boxes do not necessarily need to have a selection made to be used in the dynamic query. In essence the form can have selections made in all or none of its list boxes to form the dynamic query I am looking to get some feedback in reference to...
4
3279
by: Michiel Alsters | last post by:
Hello everybody, I hope anybody can help me. I'll try to give a brief overview of my problem. I have running a program that performs a heavy calculation. To give the user feedback what the program is doing I show a window which contains a progress bar and a label. At some point during the execution the state of the calculation is changed, so I want to let the user know this. I have placed the creation of the form in a seperate thread...
0
1509
by: vijay | last post by:
hello friends, I have done one website by using frontpage 2005 and i have done the feedback form.Now I want to send this feedback form to email id.I have used mailto: in form tag but it is not working.so What is the solution.
4
2230
by: ianbarton | last post by:
Hello all I am trying to setup a feedback form on my webpage using some script provided by my ISP. I really don't know a lot about PHP and it's syntax etc. The feedback form only has 4 fields. These are UserName, UserEmail, UserCountry & Comments. It works well with all of those fields appearing in the body of an email that is sent to me. What I would now like is for the UserEmail field to appear in the "From:" field in the
9
2504
by: gs | last post by:
the feedback for the install of c#2008 places 97 to 99% cpu load for way too long on athlon x64 3800+ PC. 3/4 an hour later its only about 80% complete, continuing with 98% CPU load! Next time installing visual studio /dot product I will likely make sure no feedback
15
2659
by: nickyspace | last post by:
i have a code wherein it is asking email id and message from the user in the form named as feedback.html HTML CODE AS BELOW<html> <body> <form method="post" action="sendmail.php"> Email: <input name="email" type="text" size="20" /><br /> Message:<br /> <textarea name="message" rows="15" cols="40"> </textarea><br /> <input type="submit" /> </form>
0
10567
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
10323
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
0
10074
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
9138
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
7613
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
5515
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
5647
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
4291
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
3809
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.