miércoles, 25 de septiembre de 2019
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.
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;
IS
PROCEDURE procedure ( )
IS
valor NUMBER := 0;
--DEFINICIÓN DE CURSORES
BEGIN
NULL;
END;
jueves, 22 de agosto de 2019
execute query where clause oracle forms
http://robertodiazg.blogspot.com/2014/02/ejemplo-de-setblockpropertybloquedefaul.html
acordarse de quitarle la propiedad al boton de mouse navigator dejarla en NO
acordarse de quitarle la propiedad al boton de mouse navigator dejarla en NO
miércoles, 14 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.
Suscribirse a:
Entradas (Atom)