Mudanças entre as edições de "Manuais:UniDANFE/Integrando o UniDANFE ao ERP/Exemplos de chamada ao UniDANFE em diversas linguagens"
Linha 3: | Linha 3: | ||
* Clipper: | * Clipper: | ||
− | ::cComando = [c:\unimake\uninfe\UniDANFE.exe a=”c:\unimake\uninfe\51080662675686000166550010000001041671821888-nfe | + | ::cComando = [c:\unimake\uninfe\UniDANFE.exe a=”c:\unimake\uninfe\51080662675686000166550010000001041671821888-nfe.xml” c=PAISAGEM] |
::RUN(cComando) | ::RUN(cComando) | ||
Linha 10: | Linha 10: | ||
* Harbour/xHarbour: | * Harbour/xHarbour: | ||
− | ::cComando = [c:\unimake\uninfe\UniDANFE.exe a=”c:\unimake\uninfe\51080662675686000166550010000001041671821888-nfe | + | ::cComando = [c:\unimake\uninfe\UniDANFE.exe a=”c:\unimake\uninfe\51080662675686000166550010000001041671821888-nfe.xml” c=PAISAGEM] |
::RUN(cComando) | ::RUN(cComando) |
Edição das 13h53min de 2 de maio de 2019
Exemplos de chamada ao UniDANFE em diversas linguagens
- Clipper:
- cComando = [c:\unimake\uninfe\UniDANFE.exe a=”c:\unimake\uninfe\51080662675686000166550010000001041671821888-nfe.xml” c=PAISAGEM]
- RUN(cComando)
- Harbour/xHarbour:
- cComando = [c:\unimake\uninfe\UniDANFE.exe a=”c:\unimake\uninfe\51080662675686000166550010000001041671821888-nfe.xml” c=PAISAGEM]
- RUN(cComando)
- VB6:
- Shell "UniDANFE.exe" a="c:\FalcaoNfe\xml\enviado\200903\31090309252646000130550010000070860000008450-nfe.xml" c=”RETRATO”
- Shell ("C:\unimake\uninfe\UniDANFE.exe a=" & variavel_nome_da_nfe.xml & " au=" & variavel_com_nome_auxiliar & " c=Paisagem")