Tagged Questions

2
votes
1answer
28 views

Automated Testing for Oracle APEX Web Application

Good morning, everyone. I'm currently working on a new web application and it's being developed using Oracle APEX. It's basically a ten page wizard-style web form that gets fille …
0
votes
1answer
15 views

How to create a submit button template in Oracle APEX?

Hey all, I'm trying to create a template for a button in Oracle APEX but I don't seem to have access to the appropriate substitution strings to make it work. For non-templated bu …
0
votes
1answer
37 views

Converting Oracle Forms to Apex - Is it worth considering the Apex Forms migration tool?

Friends, I am looking at migrating a Oracle Forms (10g) application to APEX (3.2.1) and looking at options that would enable me to get to a stage where I can obtain a "first cut" …
1
vote
1answer
57 views

Salesforce object logic question

We have a custom object in Salesforce called "domain" which reflects each website we have built and manage. Our domains use a in house system we sell which has modules which have t …
0
votes
1answer
53 views

Does any one know of any APEX refactoring tools?

The company that owns the company that I work for has recently decided unilaterally that the salesforce.com and force.com platform are where we are headed. Currently, we're a C# .N …
3
votes
1answer
39 views

Oracle Application Express Dev Environment

When developing with application express, I am struggling with how to implement version control and how to have both DEV and PROD versions of an application. How do you publish ch …
0
votes
1answer
23 views

Items without regions in Oracle APEX?

Hey all, I'm currently building a web form using APEX that is losely modelled after a "wizard" style. That is, I have forward and back buttons for most pages, etc, etc. The prob …
1
vote
1answer
99 views

Where can I find tutorials for programming in APEX? [closed]

I'm wanting to learn to be an APEX developer for Salesforce. Can anyone please point me to any tutorials for a beginner about how to program in APEX?
1
vote
4answers
204 views

Oracle Multiple Schemas Aggregate Real Time View

All, Looking for some guidance on an Oracle design decision I am currently trying to evaluate: The problem I have data in three separate schemas on the same oracle db server. I …
2
votes
4answers
547 views

Alternatives to Oracle application express?

I've using Oracle Application Express (apex) which is the most fast database application builder for the web that I've seen. Oracle Apex is like Microsoft Access for desktop and …
0
votes
2answers
60 views

Oracle string_agg(distinct columnname) does not work in pl/sql, only in sqldeveloper

I am trying to get the string_agg function, detailed here to work with the distinct keyword. Sample usage: select string_agg(distinct a.name), a.id from tbl_a a group by a.id T …
0
votes
2answers
34 views

How to renumber pages in an Oracle APEX application?

Hey all, I've just finished my first "real" APEX app but it's looking a bit messy. Is there any way I can renumber the pages so that they're back in order of the application flow …
1
vote
3answers
81 views

How do I detect the environment in Salesforce?

I am integrating our back end systems with Salesforce using the web services. I have production and stage environments running on different URLs. I need to be able to have the en …
0
votes
2answers
94 views

Conditional Lists of Values in Oracle APEX?

Hey all, I need to use the value of one Select List to populate the value of a second select list, but the items in Select List number two are going to be from a completely differ …
0
votes
2answers
245 views

How do you add textboxes to Oracle APEX reports?

I'm generating a matrix report in Oracle APEX. I've got the values displaying properly, but when I click the "Edit button", I want all the cells to turn into textboxes. I know tha …

1 2 3 next
15 30 50 per page