Skip to content
Advertisement

Tag: oracle

PHPMaker 2019 | Dynamic caption based on data in database

In PHPMaker (v2019) i have the following need: Generate a caption for an column which contains a dynamic part – the year. Currently I’m using the system-date with following code: $this->COLUMN_IN_DATABASE ->Caption .= “MyColumnName ” . (date(“Y”) + 0) This works finde but i need change this to an value in the database. There is an column which contains the

Dynamic List View with Item value in where clause

I have a List View Region that I would like to update the contents of based on a Select List, without a submit call or page refresh, but I am open to suggestions that don’t use the select list bind variable in the where clause. List View Region (P1_LIST_VIEW) Select list: The dynamic action is When: On Change -> NULL

Javascript date to sql date object

I’m trying to write a query that takes a Javascript date object and then puts it in an object type that is recognized by both SQL Server and Oracle database types. The issue is that I’m using webservices. So it has to be a string, not an actual passed parameter. Here’s what I mean: Except firstDayOfMonth and lastDayOfMonth are surrounded

Advertisement