anaf efactura generare token cu citire automata token din romfast.ro
This commit is contained in:
@@ -299,9 +299,12 @@ Define Class oExportConfig As wwConfig
|
||||
Endfunc && Report2File
|
||||
|
||||
************************************** INCEPUT : open_default_app
|
||||
*!* 07.07.2026
|
||||
*!* open_default_app - intoarce .T./.F. dupa rezultatul ShellExecute (>32 = succes)
|
||||
*!* apelantii existenti care ignora rezultatul nu sunt afectati
|
||||
Procedure OPEN_DEFAULT_APP
|
||||
Parameters tcNumeFisier
|
||||
Local lcActiune
|
||||
Local lcActiune, lnResult
|
||||
|
||||
Declare Integer ShellExecute In shell32.Dll ;
|
||||
Integer hndWin, ;
|
||||
@@ -311,8 +314,9 @@ Define Class oExportConfig As wwConfig
|
||||
String cDir, ;
|
||||
Integer nShowWin
|
||||
lcActiune = "open"
|
||||
ShellExecute(0, lcActiune, tcNumeFisier, "", "", 1)
|
||||
lnResult = ShellExecute(0, lcActiune, tcNumeFisier, "", "", 1)
|
||||
|
||||
Return (m.lnResult > 32)
|
||||
Endproc && open_default_app
|
||||
************************************** SFARSIT : open_default_app
|
||||
************************************** INCEPUT : getExcelMask
|
||||
|
||||
Reference in New Issue
Block a user