Circular Meter

J

Jael

This is my third attempt to post this question over the last three days.
None have shown up so far. If they all show up eventually, I apologize for
the repetition.

I need to represent values in a form (and report) from 4.0 to 9.0 on a
circular meter (like a watch face with only one hand) with the value 4.0 at
270 degrees (9:00), the value 6.5 at 0 degrees (12:00) and the value 9.0 at
90 degrees (3:00). Increments are in tenths (3.6 degrees per increment).
There are 5 meters on the form and while the range of data are different for
each – once I get one working, I should be able to figure out the rest.

The value is static once the form is opened, but can be any value when the
form is opened.

The left side of the meter’s background is green and the right side is red.
The value indicator is an arrow from the center of the circle to the
appropriate value.

I can do this with a progress type bar but my client wants a circular meter
(Speedometer).
I can also do this with different images of each meter for each value, but I
hope there is a more elegant way to do this.

Appreciate any suggestions.

Thanks,
Jeff
 
J

Jael

I've been checking daily but none showed up until 10/30. Most posts were
somewhat disapointing. When I have an answer, I'll post it in case someone
might want to use it.
Thanks to all who responded.
Jeff
 
M

Mark Andrews

Have you ruled out using a third party gauge control?
I followed my post advice and I see a bunch of them:
http://www.fmsinc.com/microsoftaccess/controls/components/gauges/index.html
http://www.dragonflydas.com/Products.html
http://www.yaodownload.com/Gauge-ActiveX-Control_software_1859.html
http://www.wwp-inc.com/features.htm
many more

Perhaps be more specific about what you want? I don't think it's easy to
find a routine written in Access to use images to
simulate a gauge control (like what you want). I think third party controls
are your answer, or build a whole bunch of images and
make one visible and the rest NOT visible at runtime to simulate the gauge
look and feel.

Mark
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Semi Circular Meter 1
Static Meter 2
Static Meter 2
Circular or semi-circular chart 3
Smart Meters anyone? 9
Function problems 9
Incomprehensible OpenArgs behavior 2
Latest meter reading 2

Top