printing parameter value on graph [message #84126] |
Mon, 02 February 2004 16:37  |
BIRENDER KUMAR
Messages: 18 Registered: May 2003
|
Junior Member |
|
|
HI,
Thanx 4 ur time,
My problem is
how can I print a parameter value on graph as title in
developer2000(graphic builder).
for eg. I have made a graph for emp table
as ename and sal with user input of deptno.
on heading I wish to print as:
chart for deptno : parameter_deptno value
pls in detail.
from,
Rk.
|
|
|
Re: printing parameter value on graph [message #84129 is a reply to message #84126] |
Tue, 03 February 2004 01:26   |
magnetic
Messages: 324 Registered: January 2003
|
Senior Member |
|
|
i dont know if the built-ins for graph are the same as the one for forms but here he solution for the forms, try this in graph
set_window_property("windowName",title,: parameter_deptno_value);
|
|
|
Re: printing parameter value on graph [message #84153 is a reply to message #84129] |
Fri, 06 February 2004 23:26  |
sathya
Messages: 27 Registered: December 2000
|
Junior Member |
|
|
I am not much aware of calling graphs from form, but if u have time, and if ur graph is not all that complicated one, then u can try by designing a report in which very easily u can attch graph also. and even the problem that u r facing now will be solved (by passing parameters to reports).
|
|
|