miércoles, 25 de septiembre de 2019

item property enable

notepad++

https://thomas.vanhoutte.be/miniblog/notepad-remove-new-line-and-add-comma/

and you want this outcome:
Apple, Orange, Strawberry, Banana, Kiwi
Then do this: CTRL + H to open the Replace window. Then select Regular Expression in Search Mode. In the Find What, enter [\r\n]+. Then in the Replace with, enter the comma (,) and maybe followed by a space if you also want to add that.

PDE PER 001

Reiniciar forms builder

jueves, 5 de septiembre de 2019

PLS-00103: Encountered the symbol "CURSOR_NAME" when expecting one of the following:

El cursor debe declararse antes del beginPACKAGE BODY PKCON_DEP
IS

PROCEDURE procedure ( )
IS
 valor NUMBER := 0;


--DEFINICIÓN DE CURSORES

BEGIN
NULL;
END;

jueves, 22 de agosto de 2019

martes, 6 de agosto de 2019

EXECUTE QUERY BASED IN A RELATION ORACLE FORMS 6I

You have to create the relation in the main block.