Geeks Talk

Prepare for your Next Interview




A problem when creating a new chart control

This is a discussion on A problem when creating a new chart control within the PeopleSoft forums, part of the Enterprise Solutions category; I wanna create a new page to display some data with a chart control. everytime I try to click in the new page My user automatically signed out. codes: Local ...


Go Back   Geeks Talk > Enterprise Solutions > PeopleSoft

Register FAQ Members List Calendar Mark Forums Read
  #1 (permalink)  
Old 05-20-2008
Junior Member
 
Join Date: May 2008
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
pyconan is on a distinguished road
A problem when creating a new chart control

I wanna create a new page to display some data with a chart control.

everytime I try to click in the new page
My user automatically signed out.

codes:

Local Chart &oChart;
Local Rowset &oRowset;



&oChart = GetChart(TEST_XML_WRK.TEST_CUST_ID);
&oRowset = CreateRowset(Record.TEST_CHART_TAB);
&oRowset.Fill("where TEST_TRANS_AMOUNT>:1", "50");
MessageBox(0, "", 0, 0, "rowset" | &oRowset(2).TEST_CHART_TAB.TEST_TRANS_DESCR.Value);
&oChart.SetData(&oRowset);

&oChart.Width = 400;
&oChart.Height = 300;

&oChart.SetDataYAxis(TEST_CHART_TAB.TEST_TRANS_DESCR);
&oChart.SetDataXAxis(TEST_CHART_TAB.TEST_TRANS_AMOUNT);
Reply With Quote
Sponsored Links
Reply

  Geeks Talk > Enterprise Solutions > PeopleSoft


Thread Tools
Display Modes


Similar Threads

Thread Thread Starter Forum Replies Last Post
Reporting Chart buvanalogu Data Warehousing 0 04-22-2008 06:43 PM
Problem creating va_list variable on zLinux rakeshcs123 Unix/Linux 0 03-25-2008 08:30 AM
Major problem while creating universe in real time Geek_Guest Data Warehousing 0 07-04-2007 11:47 PM
define chart of accounts prems Oracle Apps 1 04-17-2007 01:52 PM
How to hide a chart when no data found. Geek_Guest Data Warehousing 1 03-15-2007 02:59 AM


All times are GMT -4. The time now is 05:56 AM.


Powered by vBulletin® Version 3.6.8
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.1.0
Copyright © 2008 GeekInterview.com. All Rights Reserved