PDA

Click to See Complete Forum and Search --> : Can ASP Draw Lines?


joey o.
Oct 9th, 2000, 09:21 PM
Hi,
Tons of questions, but this one is mega-huge to my future!I need to draw lines using ASP. I tryed
<%line(1,1)-(30,33)%> and ASP laughed nasty at me. I've got lot's of interactive code from VB using line and scale to make dynamic graphs, but work says "No OCX's on our network!". I can do it using Java but only as an applett. Help, I love this stuff and want to continue but I need the tools.

monte96
Oct 10th, 2000, 09:29 AM
Well... you could do really REALLY simple bar graphs with a table but to do anything serious, you need a charting OCX -OR- you could do the chart as a report in Crystal. Crystal has a viewer that is very lightweight and is written with ActiveX, Java or HTML. The ActiveX viewer of course looks the best but the others work pretty well too.