Geeks Talk

Prepare for your Next Interview


Welcome to the Geeks Talk forums.

You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today!

If you have any problems with the registration process or your account login, please contact contact us.

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 Blogs FAQ Tag Cloud Calendar Mark Forums Read

PeopleSoft PeopleSoft Knowledge Base, Learn and Share ERP Technology related articles, white papers, tutorials / study materials, example codes, FAQ's, Tips and Tricks.

Reply

 

LinkBack Thread Tools Display Modes
  #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

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is On
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads

Thread Thread Starter Forum Replies Last Post
How to hide a chart when no data found. Geek_Guest Data Warehousing 3 04-03-2009 08:32 AM
define chart of accounts prems Oracle Apps 2 03-05-2009 05:41 AM
Reporting Chart buvanalogu Data Warehousing 0 04-22-2008 07:43 PM
Problem creating va_list variable on zLinux rakeshcs123 Unix/Linux 0 03-25-2008 09:30 AM
Major problem while creating universe in real time Geek_Guest Data Warehousing 0 07-05-2007 12:47 AM


All times are GMT -4. The time now is 11:45 AM.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.3.1
Copyright © 2009 GeekInterview.com. All Rights Reserved