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. |
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 ...
|
|||||||
| PeopleSoft PeopleSoft Knowledge Base, Learn and Share ERP Technology related articles, white papers, tutorials / study materials, example codes, FAQ's, Tips and Tricks. |
![]() |
| LinkBack | Thread Tools | Display Modes |
|
|||
|
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); |
| Sponsored Links |
![]() |
|
| Thread Tools | |
| Display Modes | |
|
|
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 |