Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

Dynamic graph

LEGEND ,
Oct 14, 2006 Oct 14, 2006
I have an access database with numbers and I want to create a dynamic bar
graph that will be reference the numbers in the database. So record 1 is 5,
record 2 is 15, record 3 is 8 etc, I want a graph representing the 3 values.
Any plug in or scripts to do this. Using ASP/VBScript with an access
database.


TOPICS
Server side applications
249
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Oct 15, 2006 Oct 15, 2006
KP wrote:
> I have an access database with numbers and I want to create a dynamic bar
> graph that will be reference the numbers in the database. So record 1 is 5,
> record 2 is 15, record 3 is 8 etc, I want a graph representing the 3 values.
> Any plug in or scripts to do this. Using ASP/VBScript with an access
> database.

i guess the easy way is look for a component. google for "asp graph
component"
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Oct 16, 2006 Oct 16, 2006
LATEST
www.advsofteng.com
www.infosoftglobal.com

To make a simple horizontal bar graph, you could also skip the components
and use one row, two-cell tables with the left cell colored and the right
cell transparent. Set percentage widths accordingly. It's a quick and easy
way to get a horizontal bar chart. :)


"KP" <kpollard@sitecreators.com> wrote in message
news:egrdh4$m1k$1@forums.macromedia.com...
>I have an access database with numbers and I want to create a dynamic bar
>graph that will be reference the numbers in the database. So record 1 is 5,
>record 2 is 15, record 3 is 8 etc, I want a graph representing the 3
>values. Any plug in or scripts to do this. Using ASP/VBScript with an
>access database.
>


Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines