Prepare for your Next Interview
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 ...
|
|||
|
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 | |
|
|
|
||||
| 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 |