-
praganitsch committed revision 387 to the ApexLib - The Oracle APEX Framework SVN repository, changing 13 files.
2009-11-09 10:35:42 UTC by praganitsch
-
Peter Raganitsch:
> Hi Tim & everyone else,
>
> i implemented the fix (correction in
> APEXLIB_V_PAGE_COMPUTATION View and
> ApexLib_Computation.pkb Package) and
> uploaded a new zip-file
> ApexLib_v2_0_1.zip .
>
> All you have to do is install the
> database part of ApexLib again and
> computations will work regardless if
> you installed in own apexlib schema or
> in...
2009-11-09 10:33:53 UTC by timgaulza
-
praganitsch made 2 file-release changes.
2009-11-09 10:33:01 UTC by praganitsch
-
praganitsch made 2 file-release changes.
2009-11-09 10:29:04 UTC by praganitsch
-
praganitsch made 1 file-release changes.
2009-11-09 10:25:02 UTC by praganitsch
-
praganitsch made 2 file-release changes.
2009-11-09 10:24:01 UTC by praganitsch
-
When implemented the following error is given:
Error: ORA-20555: Unsupported computation type “QUERY”!-
Fix: edit ApexLib_Computation.pkb and change line 305, it should read ‘QUERY’ instead of ‘SQL QUERY’.
Thanks to Peter for the fix!
2009-11-09 10:14:30 UTC by timgaulza
-
I make a test with "like" in the LOV select in application in non-working schema. When I use contidion VP=:P1_VP it returns empty list ,
when use condititino VP like :P1_VP||'%' it returns all records in table. So the value coming from parent LOV is empty.
2009-11-06 10:00:27 UTC by jmikulka
-
Hm,
can't see anything wrong at the moment, will take some time to investigate...
Peter.
2009-11-06 09:55:06 UTC by praganitsch
-
This is the request in nonworking schema:
http://oracle3:7777/pls/apex/wwv_flow.show?p_arg_names=APEXLIB_ROUTINE_TYPE&p_arg_names=APEXLIB_REFERENCE_TYPE&p_arg_names=APEXLIB_REFERENCE_ID&p_arg_names=P1_VP&p_arg_values=LOV&p_arg_values=ITEM&p_arg_values=1116516498093372&p_arg_values=24&p_flow_id=116&p_flow_step_id=1&p_instance=3865825481417422&p_request=APPLICATION_PROCESS%3DApexLib_getGenericR.
2009-11-06 09:49:39 UTC by jmikulka