473,320 Members | 1,950 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,320 software developers and data experts.

Using 'Mouse Up' Click in Forms in Queries

Is it possible to use a 'mouse up' click in forms where if you have
for example, a drop down menu where you might click as the top
selection, an equipment area (hard coded into the form), the type of
equipment (a selection of 3 items again hard coded into the form), and
then upon 'mouse up' of the second field (equipment type), have the
3rd pull down populated by the mouse up click of the second selection
showing database entries available based on the top two selections?

I have queries that allow for a selection of 'equipment area'
hardcoded into the form and results based on a particular query
showing up in the pull down below based on clicking a 'submit' button
but it would be pretty cool and convenient if I could select the
equipment area, type of equipment with the bottom pull down populated
with equipment within a given area, type, the particular equipment in
question AND THEN on 'submit' show all records for that particular
piece of equipment.

to anyone who may be familiar with what I'm trying to do, thanks very
much for any pointers.

Chris
Dec 11 '05 #1
3 1877
cover wrote:
Is it possible to use a 'mouse up' click in forms where if you have
for example, a drop down menu where you might click as the top
selection, an equipment area (hard coded into the form), the type of
equipment (a selection of 3 items again hard coded into the form), and
then upon 'mouse up' of the second field (equipment type), have the
3rd pull down populated by the mouse up click of the second selection
showing database entries available based on the top two selections?

I have queries that allow for a selection of 'equipment area'
hardcoded into the form and results based on a particular query
showing up in the pull down below based on clicking a 'submit' button
but it would be pretty cool and convenient if I could select the
equipment area, type of equipment with the bottom pull down populated
with equipment within a given area, type, the particular equipment in
question AND THEN on 'submit' show all records for that particular
piece of equipment.

to anyone who may be familiar with what I'm trying to do, thanks very
much for any pointers.

Chris


PHP is server-side. Mouse clicks are client side.

So the answer is: No way.

Try a client side language such as javascript or java applets.

--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
js*******@attglobal.net
==================
Dec 11 '05 #2
Actually as I look at it, it could be 'mouse down' as well.
Dec 11 '05 #3
It might as well be 'mouse goes side to side' still php is not going to
help you.

Dec 11 '05 #4

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

Similar topics

0
by: Bob | last post by:
Hey, Ive got a simple question but I cant figure out the answer. Im not the greatest of programmers. Im trying to copy stuff over from Word to Excel using C#. But the problem Im having is when...
0
by: Marco Segurini | last post by:
Hi, I am trying to dynamically install/deinstall a message handler to a System.Windows.Forms.Form using NativeWindow. I do not use IMessageFilter derived class because it intercept only the...
6
by: jcrouse | last post by:
I have the following mouse events assigned to a label control. Is the a way I can tell which mouse button the users has clicked with? Private Sub lblP1JoyUp_Click(ByVal sender As System.Object,...
3
by: jcrouse | last post by:
I have created a form designer type application (with a lot of you peoples helpJ). It has label controls that are draggable at runtime. The user is also allowed to change some properties such as...
0
by: StriderBob | last post by:
In a simple two form project, use a button on each form to Show() the other form and Hide() the current form. Add MouseEnter and MouseLeave events to both buttons so they change the image on each...
13
by: Lars Netzel | last post by:
Hi! I have a round area which I want to be able to move the mouse over and fire off events... how do I do that? I have drawn a FillPie Graphics and I feel that there has to be a way of...
5
by: Nick | last post by:
Hey guys, I have 2 events on a windows forms datagrid, the mouse move as well as the double click events. What's happening is that when I double click on a row in the grid, the mouse move event...
2
by: Ryan Liu | last post by:
Hi, I need the MouseDown event be trigged everytime when you press mouse in a datagrid (System.Windows.Forms). But seems mouse event will only fire once, and it seems changed to edit mode...
3
by: Morten Snedker | last post by:
If I have a number of random applications open, move the mouse cursor to a given position and do a click, the application gets the focus. That is what this simple code should illustrate: Dim...
0
by: DolphinDB | last post by:
Tired of spending countless mintues downsampling your data? Look no further! In this article, you’ll learn how to efficiently downsample 6.48 billion high-frequency records to 61 million...
0
by: ryjfgjl | last post by:
ExcelToDatabase: batch import excel into database automatically...
0
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
0
by: jfyes | last post by:
As a hardware engineer, after seeing that CEIWEI recently released a new tool for Modbus RTU Over TCP/UDP filtering and monitoring, I actively went to its official website to take a look. It turned...
0
by: ArrayDB | last post by:
The error message I've encountered is; ERROR:root:Error generating model response: exception: access violation writing 0x0000000000005140, which seems to be indicative of an access violation...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
1
by: Defcon1945 | last post by:
I'm trying to learn Python using Pycharm but import shutil doesn't work
1
by: Shællîpôpï 09 | last post by:
If u are using a keypad phone, how do u turn on JavaScript, to access features like WhatsApp, Facebook, Instagram....
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...

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.