Click here to Skip to main content
15,888,454 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
hello,

i want to do this pl. help me

i have darabase name -RTRcapDB.db
table 1 name- Employee_Data field names are like
("Emp_Id" integer NOT NULL PRIMARY KEY AUTOINCREMENT,Name varchar,Address varchar,Designation varchar,"login_ID" integer)
table 2 name- Address_Data field names are like
("Add_Id" integer NOT NULL PRIMARY KEY AUTOINCREMENT UNIQUE,"Plot_No" varchar,"Emp_Id" integer UNIQUE,Area varchar)

from UI i have fill data in Employee_Data and Address_Data table in SQLlite

from that data i want to create CHART and want to display in UI

and if u know drill down funcnality then give me idea about it.

drill down like if i click in chart of Employee_Data other children chart display of Address_Data( ("Emp_Id" is PK in Employee_Data and FK in Address_Data )


please help me its urgent ***.

Thanks IN advance
Gaurang Raval
Posted
Updated 16-Jan-13 20:48pm
v3

I just think, for steps/questions/issues about a 3rd party control (here ComponentOne Forum), looking at their forums would be more useful.
Here: Componentone Forum[^]

Look at their documentation and demo samples. If they do not help, post in their forum to get a quick and accurate reply for the same.
 
Share this answer
 
i want to do this help me
i have darabase name -RTRcapDB.db
table 1 name- Employee_Data field names are like
("Emp_Id" integer NOT NULL PRIMARY KEY AUTOINCREMENT,Name varchar,Address varchar,Designation varchar,"login_ID" integer)
table 2 name- Address_Data field names are like
("Add_Id" integer NOT NULL PRIMARY KEY AUTOINCREMENT UNIQUE,"Plot_No" varchar,"Emp_Id" integer UNIQUE,Area varchar)

from UI i have fill data in Employee_Data and Address_Data table in SQLlite

from that data i want to create CHART and want to display in UI

and if u know drill down funcnality then give me idea about it.

drill down like if i click in chart of Employee_Data other children chart display of Address_Data( ("Emp_Id" is PK in Employee_Data and FK in Address_Data )


please help me its urgent ***.

Thanks IN advance
Gaurang Raval
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900