473,378 Members | 1,400 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,378 software developers and data experts.

Getting things to appear on a screen

Br
Hi everyone,

Another newbie-type question,

Here's what I'd like to do:
1) Have a user type something into an input-field
2) Transfer that information into a database
3) Extract that information from the database AT WILL
4) Display it on a screen.

Now, at first glance this might seem like a tall order, but people have
been typing things into input fields for many years now, so that part
of it at least has already been cracked.

Transferring the information into the database may also be quite easy.
What I plan to do is have the user cut-and-paste the contents of the
input-field they just typed into and place it in a text file. They can
then email that text file to the database server where a script will
take the contents out of the email and put it into the database.

The tricky bit for me is to extract the data and display it on a
screen. Here are my questions:
a) If I manage to get the data out, what can I use to fill up the
hole it leaves in the database?
b) Do I have to extract the data in an upright direction or does it
not matter what direction I take the data out? You understand I want
to avoid spilling any of the information during the extraction process.
c) Will the data be visible once the user has got it out of the
database or will they have to wait until it's displayed on the screen?
d) While the user is waiting for the data to appear on the screen is
it safe for them to jot it down on a post-it note and stick it to the
side of the monitor or will this affect the final result?
e) Is it possible to extract the data while the hard disk is still
spinning? I've heard that a fixed-disk is necessary for this kind of
work.
f) Can I continue to dangle magnets above the computer while the
extraction process happens? I have some magnets you see.

I hope these questions aren't too newbie, but you've all helped me so
much up until now and I really feel like I've come such a long way.

Love and Peace
Br@dley

Mar 8 '06 #1
6 1335

"Br@dley" <br********@hotmail.com> wrote in message
news:11*********************@i40g2000cwc.googlegro ups.com...
Hi everyone,

Another newbie-type question,

Here's what I'd like to do:
1) Have a user type something into an input-field
2) Transfer that information into a database
3) Extract that information from the database AT WILL
4) Display it on a screen.

Now, at first glance this might seem like a tall order, but people have
been typing things into input fields for many years now, so that part
of it at least has already been cracked.

Transferring the information into the database may also be quite easy.
What I plan to do is have the user cut-and-paste the contents of the
input-field they just typed into and place it in a text file. They can
then email that text file to the database server where a script will
take the contents out of the email and put it into the database.

The tricky bit for me is to extract the data and display it on a
screen. Here are my questions:
a) If I manage to get the data out, what can I use to fill up the
hole it leaves in the database?
b) Do I have to extract the data in an upright direction or does it
not matter what direction I take the data out? You understand I want
to avoid spilling any of the information during the extraction process.
c) Will the data be visible once the user has got it out of the
database or will they have to wait until it's displayed on the screen?
d) While the user is waiting for the data to appear on the screen is
it safe for them to jot it down on a post-it note and stick it to the
side of the monitor or will this affect the final result?
e) Is it possible to extract the data while the hard disk is still
spinning? I've heard that a fixed-disk is necessary for this kind of
work.
f) Can I continue to dangle magnets above the computer while the
extraction process happens? I have some magnets you see.

I hope these questions aren't too newbie, but you've all helped me so
much up until now and I really feel like I've come such a long way.

Love and Peace
Br@dley


Is that you Lyle?
Mar 8 '06 #2
It could be except for the magnets. I dangle redheads above the
computer, not magnets. It has the same effect with everything on the
magnetic coating of the hard drive standing right up straight, and it's
much more pleasing to the eye.

I may say, regardless, that Bradley should use DAO exclusively for his
project as it is the technology of choice of those who are experts in
such work.

Mar 8 '06 #3
"Lyle Fairfield" <ly***********@aim.com> wrote in message
news:11**********************@e56g2000cwe.googlegr oups.com...
It could be except for the magnets. I dangle redheads above the
computer, not magnets. It has the same effect with everything on the
magnetic coating of the hard drive standing right up straight, and it's
much more pleasing to the eye.

I may say, regardless, that Bradley should use DAO exclusively for his
project as it is the technology of choice of those who are experts in
such work.

With a difficult venture like this I would recommend an ADP.
Real experts know that ADP's are better than DAO's.
Mar 8 '06 #4
"Anthony England" <ae******@oops.co.uk> wrote in message
news:du**********@nwrdmz01.dmz.ncs.ea.ibs-infra.bt.com...


Is that you Lyle?


I was waiting for an attempt at an answer from PC DataSheet.

Keith.
Mar 8 '06 #5
Br
Thanks for this, Anthony - it's a great suggestion and I've already
emailed the Association of Disabled Professionals to see if they can
help.

With them being disabled I'll be looking for price reductions directy
in line with the type of disability the programmer has. For instance
if they put someone with only one arm onto the job it I'll only expect
to hand over half the fee. Of course if they offered someone with only
one leg they'd definately get a foot in the door.

All the best,
Br@dley

Mar 8 '06 #6
Bri
Note that the e-mail address on this post does not match any of the
previous posts by Br@dley. I suspect that someone is impersonating him
Mar 8 '06 #7

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

Similar topics

2
by: Andrea | last post by:
Hi, I'm trying to emulate part of our client-server application as a web site so customers can use it, and I'm stuck when it comes to re-ordering items in a list. Basically we have a list of...
303
by: mike420 | last post by:
In the context of LATEX, some Pythonista asked what the big successes of Lisp were. I think there were at least three *big* successes. a. orbitz.com web site uses Lisp for algorithms, etc. b....
0
by: Jim | last post by:
I need some help getting started with a .NET web project for a commercial site. I am new to .NET and my understanding of some (but not all) of its concepts is a little sparse. I apologize for the...
0
by: Jim | last post by:
This si a repost, I apologize but perhaps my original inquiry got buried under all the usenet spam... I need some help getting started with a .NET web project for a commercial site. I am new to...
6
by: Teep | last post by:
Below is my code for dropdownlist that is populated from a SQL table. After a selection from the ddl, a datagrid is suppose to come up pertaining to the information selected, but I keep getting a...
7
by: Peter Row | last post by:
Hi, I've started work on my own control some parts of which use standard controls, others I need to draw on my controls surface to get the display output I require, however.... I seem to be...
5
by: hayworth | last post by:
How do I get the color depth of the screen/display adapter with vb.net 2003? Background: We're having transparency problems (long side story and known Windows "bug") that requires our systems to...
4
by: steve | last post by:
Hi All I have a form set as the splashscreen in project properties Is there any way to get msgboxes to appear on top of the splashscreen If I don't hide the splashscreen then the program...
4
by: Ian Hobson | last post by:
Hi all, http://htmlgems.com/example/ex2b.html is the example page. Can someone please tell me why it causes IE to lock up using 100% of the CPU, when viewed in a screen less than 700px wide? ...
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...

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.