viernes, 27 de septiembre de 2019

link a file markdown




Si quieres solo abrir el archivo
[Ver Documento de Pruebas](:\\dfd\asdf\adfdsf\fadsf\asdf\asfd\afddf\asdf\dfdsffadsf.xlsx)


si quieres descargar el archivo al abrirlo:
[Ver Documento de Pruebas](file:///\\dfd\asdf\adfdsf\fadsf\asdf\asfd\afddf\asdf\dfdsffadsf.xlsx)

link url :
My favorite search engine is [Duck Duck Go](https://duckduckgo.com).

Comments

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;