Search found 6 matches

by onyx
Mon Jun 09, 2008 9:00 am
Forum: ActiveX
Topic: Display item by group
Replies: 1
Views: 3791

Display item by group

This is my MS SQL query select LicenseNo, month(timeIN) as month, count(visitID) as bilPatient from visit where HQLicenseNO='MYHQD00007' and year(timeIn)=2007 group by LicenseNo, month(timeIN) order by month this gave result as below LicenseNo month bilPatient MYCLD00008 1 1 MYCLD00008 8 9 MYCLD0000...
by onyx
Wed May 28, 2008 10:04 am
Forum: ActiveX
Topic: X value display wrongly
Replies: 4
Views: 6341

Thank you very much Narcís... :D
it works!...


this is example from the sql query

whour (Y value) : 7 8 9 10
BillPatient (* X value): 1 6 14 5

why X value sometimes start with 1 or 2. It should start with 0
by onyx
Tue May 27, 2008 10:21 am
Forum: ActiveX
Topic: X value display wrongly
Replies: 4
Views: 6341

Hi Narcís,

Thanks for immediet reply.
I'll try it soon.

erm...is there a codes where by i can change the whour into 12 hour format rather than 24 hour format? :lol:
by onyx
Tue May 27, 2008 10:11 am
Forum: ActiveX
Topic: X value display wrongly
Replies: 4
Views: 6341

X value display wrongly

Hi all, I'm new with TeeChart. I have create a simple TeeChart where the data read from our database. For example: <!--#include file = "../Idle.asp"--> <!--#include File = "../../DBConnection/epmiDB.asp"--> <!--METADATA NAME="TeeChart Pro v6 ActiveX Control" TYPE="TypeLib" UUID="{54294AC6-FA71-4C7F-...
by onyx
Thu Aug 02, 2007 3:53 am
Forum: ActiveX
Topic: TeeChart series color
Replies: 2
Views: 6934

thanks

:D Thanks Edu...
by onyx
Wed Aug 01, 2007 5:54 am
Forum: ActiveX
Topic: TeeChart series color
Replies: 2
Views: 6934

TeeChart series color

hi... i'm new in TeeChart. I've go through TeeChart about 1 month. I start to create a chart in VB. i want to ask about the series properties. 1. how i can set the series color. I used the default TeeChart color there is red, green and yellow. sometime i also used vbCyan, vbBlue... I write as Chart....