Skip to content
Loading...

Archives

INTERNAL – “Maximum open cursors exceeded”

INTERNAL – “Maximum open cursors exceeded”

occurred at recursive SQL level 1 ORA-01000: maximum open cursors exceeded ORA-00604: error occurred at
recursive SQL level 1 ORA-01000: maximum open cursors exceeded ORA-01000: maximum open cursors
exceeded ORA-02063: preceding 5 lines from FRED ORA-02063: preceding 6 lines from
GUPS_EDW_LINK.WORLD; Command Type = StoredProcedure; Command=
GUPSUSER.PR_GETALL_RCSHOULDERSDATA;
 

INTERNAL: List views in qListView web part, trying to display multiple lists in the one webpart.

INTERNAL: List views in qListView web part, trying to display multiple lists in the one webpart.

Issue: Receiving all records from all the lists and would rather specific records from each list.

 

Trying to use the calendar view combine 2 calenders in 1 view

Trying to use the calendar view combine 2 calenders in 1 view

 

“Right now I can add two calendars in one view. But I want them showing in different colors. (I mean one calendar has its own color…then I can identify this event comes from which calendar). Is there a way to make this happen”?

 

 

Custom Action to filter child qListView when selecting a parent Listitem

Custom Action to filter child qListView when selecting a parent Listitem

Scenario:

1. Created two lists where Event list may contain multiple Tasks items. (They are linked by EventID where parent.ID=chid.EventID).

2. Then created a qListView for the parent called “Events” and another qListView called “Tasks” on the same page.

 

 

Goal:

When selecting an Event from the parent qListView, we want to display all tasks related to the selected Event.

 

 

Question:

Is there a way to configure the relationship or custom action?