User Info

Alan W

Name:

Website:

Location:

Last Seen:

Apr 1st, 2015

Description:

 

Avatar

AW

21 Questions

ThreadPostedQuestion
Authorization scheme remove all fields in form16.01.2015 09:01 Hi, I have a Field Container within an Item Container Form. I have an Apex Authorization Scheme which I apply to one of the fields within the container. When the Authorization scheme condition is not met, instead of just the one field to which it is applied not being displayed, ALL fields in the container are not shown. This is not what I would have expected. Thanks Alan
Resize Viewport within Desktop15.01.2015 15:01 Hi, How do I chnage the default height of my viewport when it's displayed within a Foex Desktop component. Version 1.2.4. Thanks Alan
FDA Chrome Webstore Blocked03.12.2014 22:12 Hi Matt If I install the 2.0.0.94 FDA in my Firefox browser (to build the test case on your demo system), will this work with my existing 1.2.4 FOEX setup here? I can't use Chrome as add ons are blocked.
FOEX Combo No Data Found on Form refresh02.12.2014 09:12 Hi, I have page with a Item Container Form which has amongst it's items a Foex Combo. The form fields are populated from a DA on click of a button, and all is OK at that point. However when I refresh the form region (again from a DA), I get a FORM PLUGIN excepetion Ora 1403. Any idea what I might be doing wrong?
Close Desktop window19.11.2014 17:11 If I open a page from a FOEX Desktop (using an Apex list URL), how do I close that "window" from a button and DA, rather than using the X in the top right hand corner.
Can I resize/reposition Desktop Shortcut Icon text?31.10.2014 15:10 Hi Matt, Is there any way I can resize and reposition the text associated with the Desktop shortcut icons? (version 010101). Thanks Alan
Mac Book Scroll bars missing30.10.2014 17:10 Hi Matt, We have a user using a Mac Book with Browser-Version: Chrome 38.0.2125.104 IOS-Version: 10.9.5, and FOEX 010101. They are accessing a page which shows horizontal and vertical scroll bars under Chrome / Firefox on Windows, but the scroll bars are missing on teh Mac Book. Is this a know issue? Thanks Alan
1.2.4 upgrade29.09.2014 22:09 Hi Matt/Peter I've just upgraded one of our dev apps to v1.2.4 from v1.1.0 using private synonyms. When I try and run a page, it does "loading page layout" for a while then just shows a blanks screen. The firebug Console Errors show TypeError: c.menu is undefined ext-all...v=1.2.4 (line 15, col 712133) Do you have any ideas what's going on? Thanks Alan
FOEX 010204 upgrade26.09.2014 12:09 Hi Matt / Peter I'm trying to install 010204 as a non SYS/SYSDBA user, using the privs which are specified in the install guide. I've come across a number of issues with this (one of which I've already raised around v$_tablespaces etc). the other issues are The user needs to be granted: CONNECT with ADMIN OPTION CREATE PUBLIC SYNONYM with ADMIN OPTION Execute on SYS.UTL_HTP is required by the FOEX_010204 user, but this (according to out DBA) can only be granted by SYS, so the point of using a non SYS/SYSDBA user for the install becomes a little pointless. Alan
1.2.4 upgrade instruction18.09.2014 15:09 Hi Matt, The 1.2.4 upgrade instructions state that a a SELECT Grant on SYS.V_$TABLESPACES is required if not using SYS as SYSDBS. I'm assuming this is a typo. DO you mean v$TABLESPACE or DBA_TABLESPACES? Thanks Alan
GRID gives ORA-01031 insufficient privileges17.07.2014 21:07 Hi Matt, I've got a grid (read only) which has previously been working OK but after a data change is now giving this internal error Error Error in PLSQL code raised during plug-in processing. ORA-01031: insufficient privileges Technical Info (only visible for developers) is_internal_error: true apex_error_code: WWV_FLOW_PLUGIN.RUN_PLSQL_ERR ora_sqlcode: -1031 ora_sqlerrm: ORA-01031: insufficient privileges component.type: APEX_APPLICATION_PAGE_REGIONS component.id : 28277012654297936 component.name: Annual Solution Bridge error_backtrace: ORA-06512: at "FOEX_010101.FX_P_GRID", line 5010 ORA-06512: at line 4 ORA-06512: at "SYS.DBMS_SYS_SQL", line 1926 ORA-06512: at "SYS.WWV_DBMS_SQL", line 973 ORA-06512: at "SYS.WWV_DBMS_SQL", line 999 ORA-06512: at "APEX_040200.WWV_FLOW_DYNAMIC_EXEC", line 830 ORA-06512: at "APEX_040200.WWV_FLOW_PLUGIN", line 1058 I can find no reason for this, the page is working fine in another WS on same DB, and worked OK before the data change. The backtrace shows FOEX_010101.FX_P_GRID", line 5010. Any ideas what this is doing, and why I'm getting this error? Thanks Alan
Ext.getCmp removeClass not working08.07.2014 09:07 Hi Matt, I'm using Ext.getCmp('P150_INCREMENTAL_VALUE').addClass('input-greyed-out'); to grey out an input field on a form which works fine, but when I subsequently try to remove this class with Ext.getCmp('P150_INCREMENTAL_VALUE').removeClass('input-greyed-out'); I get TypeError: Ext.getCmp(...).removeClass is not a function Any ideas? Thanks Alan
Maximized window within desktop03.07.2014 11:07 Hi Matt, Is there any solution to this question asked by Darren Atkinson last year yet? http://forum.tryfoexnow.com/osqa/questions/553/foex-desktop-plugin-open-maximized/559 Thanks Alan
Using FOEX Grid Row Select Set Item Values to set Grid Combo17.02.2014 13:02 Hi Matt, I'm using FOEX Grid Row Select Set Item Values plugin to set values on a FOEX Form region. I then click a button to show the form region. Four of the items I'm setting are FOEX Grid Combos, and I can't get these to show me the value I've set. The other two items on the Form are not Grid Combos and their values appear OK. The Grid Combo return items are being set OK in Session State. When I use Grid Row Bind, this works OK, but for various reasons I don't want to use that method. Do you have any suggestions as to what I might have missed or done wrong (or another way to do this)? Thanks Alan
1 error has occurred Context Men u SQL Query gives ORA-01461: can bind a LONG value only for insert into a LONG column24.01.2014 14:01 Hi Matt, I have a context menu SQL query which is fairly large (see below), when I try to apply changes to this I get the above error. If I remove one of the Union Alls (e.g. menu_id 4) it's all OK. It seems I'm hitting a query size limit, but surprised that LONGs are being referenced. Any ideas? Thanks Alan select * from (select * from ( with comment_id as (select forecast_comment_id from gcf_forecast_comment where reporting_name=:P50_CONTEXT_REPORTING_NAME and solution_set=:P50_CONTEXT_SOLUTION_SET and solution_detail=:P50_CONTEXT_SOLUTION_DETAIL and fiscal_year=:P50_FORECAST_YEAR) select -1 menu_id,null menu_pid, 'Edit comments for '|| :P50_CONTEXT_SOLUTION_DETAIL text, 'f?p='||:APP_ID||':115:'||:APP_SESSION||'::'||:DEBUG||'::P115_FORECAST_COMMENT_ID:'||forecast_comment_id url ,0 display_seq,'fx-icon page-white-text' css_class ,'View existing comments for this solution' info,null custom from comment_id union all select 0 menu_id,null menu_pid, 'Add new comments for '||:P50_CONTEXT_SOLUTION_DETAIL text, 'f?p='||:APP_ID||':115:'||:APP_SESSION||'::'||:DEBUG||'::P115_FORECAST_COMMENT_ID,P115_REPORTING_NAME,P115_SOLUTION_SET,P115_SOLUTION_DETAIL,P115_FISCAL_YEAR,P115_JAN_COMMENT,P115_FEB_COMMENT,P115_MAR_COMMENT,P115_APR_COMMENT,P115_MAY_COMMENT,P115_JUN_COMMENT,P115_JUL_COMMENT,P115_AUG_COMMENT,P115_SEP_COMMENT,P115_OCT_COMMENT,P115_NOV_COMMENT,P115_DEC_COMMENT:'||NULL||','||:P50_CONTEXT_REPORTING_NAME||','|| :P50_CONTEXT_SOLUTION_SET||','||:P50_CONTEXT_SOLUTION_DETAIL||','||:P50_FORECAST_YEAR||','||NULL||','||NULL||','||NULL||','||NULL||','||NULL||','||NULL||','||NULL||','||NULL||','||NULL||','||NULL||','||NULL||','||NULL url ,0 display_seq,'fx-icon page-white-text' css_class ,'Create new comments for this solution' info,null custom from dual order by display_seq)) where rownum=1 union all select 1 menu_id,null menu_pid, 'Dec: '||dec_comment text, NULL url, --'f?p='||:APP_ID||':115:'||:APP_SESSION||'::'||:DEBUG||'::P115_FORECAST_C
FX_T_DOC triggers09.01.2014 19:01 Hi Matt Came across a whole stack of triggers called FX_T_DOC_.... in an app I'm fixing. Can you tell me what these are, and how they get created plaese (and do I need them). Thanks Alan
Grid combo without a Search03.12.2013 10:12 Hi Matt, Is there a way to display a Grid Combo without the search fields? The docs suggest that this is possible. Thanks Alan
Add percent to grid cell20.11.2013 16:11 Hi Matt, How do I add a percent sign to grid column entries but still preserve to sorting, I would do this with Column Formatting/Html Expression = #COLUMN_NAME#% outside of FOEX, but this does't seem to work with FOEX. Thanks Alan
Blob Download in grid - Prmary Key with "+" Symbol Issue11.10.2013 16:10 Hi Matt, Thanks for pointing me in the right direction. Does this method rely on using the ROWID as the primary key column? I set it up that way, but I'm getting invalid ROWID errors when I click the download link. When I change to the real primary key, Strangely I get the same error. Any ideas? Thanks Alan
Blob Columns in reports don't seem to work as standard Apex10.10.2013 10:10 Hi, FOEX 1.1.1. I've created a non-FOEX page (I also tried this with a FOEX Grid) with a simple Classic Report on a table which contains a BLOB column. I can't get this to work in the same way as under vanilla Apex, where it renders a download link for the BLOB. Is there a way to do this? Thanks Alan
Page Loading overlay only on first tab08.10.2013 08:10 Hi Matt/Peter, I'm taking over from Darren Atkinson on Apex/FOEX development, so this may be the first of many... I have a page with a centre pane, and three Grids which are rendered as tabs. When the first tab is selected, and the report is run (Loading Grid Data is On Demand) I get the loading overlay with the Loading spinner until the report is rendered. However, when I select one of the other grid tabs (which are Load when Grid is Shown), I get no overlay or spinner and the page is just blank until the data renders. This is a slightly odd user experience! Is there anything I've missed coding to get the over and spinner? Thanks Alan Wilkinson
  • 1 - 21

15 Answers

AnswerThreadCorrect Posted
1.2.4 is the version we are using Authorization scheme remove all fields in form16.01.2015 09:01
It's OK, I've realised what I was doing wrong. Thanks. Resize Viewport within Desktop15.01.2015 22:01
Hi, I believe our support contract has now been renewed. Please could you provide guidance on the above? Thanks Alan FOEX Combo No Data Found on Form refresh15.01.2015 15:01
The v2 download link we were sent is broken. I understand that the license fees have been paid, so could we have a new link please. If this is not the case please let me know ASAP. How do I get the grid combo box (or the popup LOV) to translate the ID into the text value?04.12.2014 09:12
we're using version 1.2.4 still How do I get the grid combo box (or the popup LOV) to translate the ID into the text value?03.12.2014 16:12
Hi Jochen Did you ever get a resolution to this? I have a similar issue. Thanks How do I get the grid combo box (or the popup LOV) to translate the ID into the text value?03.12.2014 15:12
I'm currently using v 1.2.4 FOEX Combo No Data Found on Form refresh02.12.2014 10:12
Hi Matt, You don't need to be surprised, as I'm perfectly well aware of where to put CSS on an Apex page. The reason for my question is that none of the methods I've tried seem to work in this case (including your suggestion above). Regards, Alan Wilkinson Can I resize/reposition Desktop Shortcut Icon text?03.11.2014 13:11
Hi Matt, Where would be the best place to put that override? Thanks Alan Can I resize/reposition Desktop Shortcut Icon text?03.11.2014 12:11
Hi Peter Thanks for the response, our DBA is questioning why it needs that access as that dynamic view is mostly concerned with RMAN backup and flashback? Alan 1.2.4 upgrade instruction19.09.2014 08:09
Hi Matt, No LOV in the grid based on the lookup table. I haven't changed any cache settings (I don't actually know how to access the FOEX settings plugin). After my last post, the app started failing again, this time comaplining it couldn't bind one of the variable in the grid query, and to check that it's length didn't exceed 30 characters (which it didn't). However the error message suggested using the v('....') syntax for the bind variable instaed of :.... for variable nam,es > 30 chars. I did this anyway, and the problem has gone away. I'm more confused than ever. Thanks for your help, Alan GRID gives ORA-01031 insufficient privileges18.07.2014 11:07
Hi Matt, I wish it was that simple. The data change was just a value in a lookup table. The report query ran outside of Apex with no issues, using the parsing user (which is also the schema owner). I even change d the query to be a dummy one selecting constant values from dual. This just had the effect of the same error being thrown on the next tabbed report on the page. Other FOEX pages in the app were working fine. The most surprising thing is that I left this not working last night, and have just tried it again now (I was about to set debug on as you suggested) and the page has worked fine. This suggests to me that some kind of caching/state issue was involved. I'd be interested to hear if you have any further ideas as to the underlying cause, as I'm totally stumped. Thanks Alan GRID gives ORA-01031 insufficient privileges18.07.2014 07:07
Hi Matt We're on Version: 1530 /V1.1.1/1588. I'm not in a position to upgrade at the present time due to pressure to get applications fixed/working. Any help you can give would be much appreciated. Thanks Alan Using FOEX Grid Row Select Set Item Values to set Grid Combo17.02.2014 13:02
Hi Matt, I didn't really understand what you meant in your latest comment. I've solved this using a DA and some Jquery. Thanks for your help Alan Add percent to grid cell25.11.2013 09:11
Hi Matt OK I'll try and set this up. I suspect that the issue is something to do with none alpha characters in the ROWIDs (my data has + signs in the rowids). I've seen this issue in Apex before in a different context where rowids are used in Apex URLs and the none alpha characters cause issues. Alan Blob Download in grid - Prmary Key with "+" Symbol Issue11.10.2013 23:10
  • 1 - 15

4 Comments

AnswerThreadPosted
Hi Matt, Sorry to trouble you with that. I was looking at some existing code which already had addClass which was working fine, so I'd assumed that removeClass would also. Thanks for the quick answer. Alan Ext.getCmp removeClass not working08.07.2014 11:07
Hi Matt We're on Version: 1530 /V1.1.1/1588. I'm not in a position to upgrade at the present time due to pressure to get applications fixed/working. Any help you can give would be much appreciated. Thanks Alan Using FOEX Grid Row Select Set Item Values to set Grid Combo17.02.2014 13:02
Yes that is what I started with , but we've also got a requirement to colour negative numbers (and percentages!) in red, which is achieved through JS in the page header. When you add % in the query, the JS doesn't recognise it as a number and the colouration fails. I'm sure there's a JS way around this, but I haven't managed t get it working yet. Any suggestions glady accepted! Add percent to grid cell21.11.2013 14:11
Hi Matt, Yes thanks that works when the PCT data is in an identifiable column. The other situation I have is where one row of numbers in a report are percentages, but the preceding and proceeding rows are not. Any ideas? Thanks Alan Add percent to grid cell21.11.2013 09:11
  • 1 - 4