APEX Office Print - How to define the filename of a document | 23.03.2018 10:03 | Hi all,
I created a customer specific pdf with using the DA "FOEX APEX Office Print [Plug-In]" for generating the document. There I defined a SQL-Query for fetching the data, where I selected 'uli_test' as "filename" in the outer-most query and I sent the output to the browser.
I expected that the created pdf has the name uli_test.pdf, but it is named output.pdf.
How can I define the filename of the document?
WS: FX_WS_3344, App: 905, page 99999
Thanks for your help
br Uli |
Validation of Checkbox Group | 17.02.2014 17:02 | Hi Matt!
I've a Checkbox-Group and a button. My goal is, before the DA on button-click is executed it is validated that at least one checkbox is ticked.
I have a validation on the checkbox-group (PL/SQL) and "Execute Validation" of the button is set to Yes.
But it seems the validation is never executed. Can you please check what is missing:
demo.tryfoexnow.com , FX_WS_001, App_id 178, page 103
Thanks
Uli |
JS condition for FOEX Combo | 17.02.2014 12:02 | Hi Matt!
I have a FOEX Combo as a main entry point. Is no value selected, I'd like to disable some buttons, is any value selected the buttons should be enabled.
My DA has the event Change on the Selection Type Item (my FOEX Combo) and here I need a condition that I can use the true action to enable and the false action to disable the buttons.
For a buttom I could use (this.data && this.data.item && (this.data.item.text === "Enabled") || this.data === undefined) - as done on p3001 in your docu, but what can I use for a FOEX Combo?
Cheers Uli |
Can I include CLOB/NCLOB-Fields to Search in a Grid | 13.03.2013 11:03 | Hi there!
I have an updatable Grid with two CLOBs. Automatically these fields are excluded from the Search-Plugin.
Can I include them except creating an additional toolbar-filter?
thx,
Uli |
Why aren't all records shown in a FOEX Grid Combo? | 04.03.2013 15:03 | I have a strange behavior on Grid Combos and I don't see why.
I have a Grid Combo with this LOV:
SELECT M.WORKSPACE_DISPLAY_NAME
, M.PRIMARY_APPLICATION_ID AS APPLICATION_ID
, M.PRIMARY_APPLICATION_NAME AS APPLICATION_NAME
, M.TRANSLATED_APPLICATION_ID AS TRANSLATED_APPLICATION_ID
, M.TRANSLATED_APP_LANGUAGE AS TRANSLATED_APP_LANGUAGE
FROM APEX_APPLICATION_TRANS_MAP M
where the ApplicationID is the sort column, the return value and excluded from grid filter
and the ApplicationName is the item display value.
I have two translatable applications in this workspace, but just one is shown.
With other LOVs the Grid Combo works fine.
Any idea why?
|
How to refresh a grid after clicking on save button? | 28.02.2013 17:02 | I have an updatable grid in cell editing mode, with a status-column. In addition to this there is a combo in the toolbar to filter this column (the grid is refreshed when the combo-field is changed)
This status-column in the grid is updatable! For committing/saving the changes I have a region-button with "SQL UPDATE action".
If the filter is set e.g. to 'new' all records with status new are shown. If the status of one record is now changed to 'finished' and then the save button is clicked the row is saved but the old values prior to the update are reinstated and grid has to be refreshed manually to hide this record (which now has the status finished). After the filter is cleared the changes are now visible to the record.
How can I force to grid to refresh, to ensure the grid always stays correctly filtered after changes are made?
Or is there an other solution for my plan? |
The display sequence of my tree isn't as I'd expect | 28.02.2013 15:02 | I created a tree and am curious about the display sequence.
That's the hierarchy of my tree:
NULL
* level 1
* -- level 10
* -- level 11
* level 2
* level 3
* -- level 30
* -- level 31
I'd expect that the nodes/leafs are shown "level 1", "level 2" and then "level 3"
But "level 2" is the last one that's shown (so the sort order seems to be 1-3-2).
Can you tell my why.
|
How can I open a Modal Window after login (on page 1)? | 22.11.2012 13:11 | I want to open a modal window after login to show messages (if there are any). So I've created a FOEX Window on page 1 called "Message Window" with a Grid (just to see if it works).
I can open this window with a button, but now I want to open it after login.
I've tried different DAs (page load...) but I didn't find one that worked as I wanted to.
What can I do? |
How can I commit a delete in the database (from a Grid)? | 05.09.2012 15:09 | Hi all,
I have an updateable Grid with a delete- and a save-button.
When the user wants to delete a record he has to click delete, confirm his wish and then click save, to delete the record from the database.
How I can bind the last step with the confirmation?
Regards Uli |
How can I solve strange Tree Grid behavior? | 05.09.2012 14:09 | Hi all,
I have a tree grid, which looks nice when opening the page, but after some clicks on "+" it get's mixed up: child records from another master are shown (expand/collapse show something different each time I click on them).
Where could be the problem?
regards Uli |
Can I insert a standard APEX chart in a FOEX-Page? | 05.09.2012 14:09 | I'd like to have a standard APEX Chart on a Foex-Page. Can I do so? |
What's the difference between a Tree and a Tree Grid? | 05.09.2012 14:09 | What's the difference between a Tree and a Tree Grid? |
How can I export a Tree Grid? | 05.09.2012 14:09 | I'd like to export the Tree Grid as csv. How can I do so? |