Search found 52 matches: nret

Return to advanced search

DBF REDE/WEB WINDOWS 7/10/11

... //----------------------------------------------------------------------------// Function NomeFunc(oCod) Local MyDb, nRet nRet := space(40) MyDb:= Select() SELECT MULTIFUN MULTIFUN->(DBSETORDER(1)) if MULTIFUN->(DbSeek(oCod) ) nRet:=Alltrim(MULTIFUN->NOMFUN) ...
by wanderson8
Sun Jan 08, 2023 3:10 pm
 
Forum: All products support
Topic: DBF REDE/WEB WINDOWS 7/10/11
Replies: 0
Views: 9361

Re: cGetFile32 initial file

ARREGLADO FALTABA lSAved:=.T. Function cGetFile32( cFileMask, cTitle, nDefaultMask, cInitDir, lSave, nFlags, cIniFile ) local cSection, cFile local nRet DEFAULT lSave := .f. CursorWait() // On cGetFile() that parameter is a boolean for long filenames if nFlags != Nil .and. ValType( nFlags ) != "N" ...
by PAUL SIMM
Mon Nov 28, 2022 1:23 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: cGetFile32 initial file
Replies: 3
Views: 602

Re: DIRECTORY() and ShellExecute()

... now test this i have a File TEXT.TXT but it still does not "open" IF FILE(cPath + cFile )   MsgInfo( cPath + cFile )   nRet := ShellExecute( oWnd:hWnd, "open", TRIM( cPath+cFile )  ) File() des exist MsgInfo() show full Path and Filename nRet ...
by Jimmy
Sat Oct 22, 2022 4:45 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: DIRECTORY() and ShellExecute()
Replies: 9
Views: 631

DIRECTORY() and ShellExecute()

...  IF FILE(cPath + cFile )      // open with associate App      MsgInfo( TRIM( cPath+cFile ))      nRet := ShellExecute( oWnd:hWnd, "open", CHR(34)+ TRIM( cPath+cFile ) +CHR(34)  ) MsgInfo() show right Path+Filename ...
by Jimmy
Fri Oct 21, 2022 4:58 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: DIRECTORY() and ShellExecute()
Replies: 9
Views: 631

Re: USAR IMPRESORA FISCAL BERMATECH EN VENEZUELA EN PDV

... codigo que utilizo con bematech #include "..\INCLUDE\DPXBASE.CH" MEMVAR oDp /* // Inicializa la Impresora */ FUNCTION BEMA_INI() LOCAL nRet,cError:="",I LOCAL cWinDir :=GetWinDir()+"\System32\" LOCAL cFileDll:=cWinDir+"bemafi32.dll" LOCAL aDlls:={} DEFAULT ...
by jnavas
Wed Apr 27, 2022 9:57 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: USAR IMPRESORA FISCAL BERMATECH EN VENEZUELA EN PDV
Replies: 21
Views: 7785

Re: cGetFile32 Does not appear Network Driver

... NFe (*.xml) | *.xml", "Selecione um Arquivo",,, .F., GETF_ALL ) Analisando os fontes da função, tem a seguinte chamada nRet := WinExec( "rundlg32 " + If( lSave, "2", "1" ) ) Não encontrei esse **rundlg32** Fico no aguardo.
by miragerr
Mon Sep 11, 2017 7:19 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: cGetFile32 Does not appear Network Driver (SOLVED)
Replies: 13
Views: 2292

Re: Byte Array with Parameter in CApi

Hi, I have a function which would like to call by parameters PRG: NRet: = CBIOS_UPWLogin ("demo\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00") Lib: libcbios.a is available // in cbios.h DWORD WINAPI CBIOS_UPWLogin (BYTE bUPW ...
by Enrico Maria Giordano
Thu May 18, 2017 8:42 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Byte Array with Parameter in CApi
Replies: 1
Views: 454

Byte Array with Parameter in CApi

Hi, I have a function which would like to call by parameters PRG: NRet: = CBIOS_UPWLogin ("demo\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00") Lib: libcbios.a is available // in cbios.h DWORD WINAPI CBIOS_UPWLogin (BYTE bUPW ...
by Gross
Thu May 18, 2017 2:51 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Byte Array with Parameter in CApi
Replies: 1
Views: 454

Re: EJECUTAR UN .EXE

... ) ::ocontainer:refresh() RETURN NIL /*******************************************************************/ METHOD Incrustar( hwnd ) LOCAL nret // Lo metemos dentro del ocontainer SetParent( hwnd, ::ocontainer:hwnd ) // Maximizamos la ventana incrustada dentro del contenedor, mediante el ...
by Claudio Leiva
Mon Mar 27, 2017 9:10 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: EJECUTAR UN .EXE
Replies: 13
Views: 2242

Re: Envio de SMS

Busca informacion sobre la function

//nRet := hb_ProcessRun( cCommand, cStdIn, @cStdOut, @cStdErr, lDetach )

e investiga despues el contenido de cStdOut
by cnavarro
Thu Jan 26, 2017 6:02 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Envio de SMS **SOLUCIONADO**
Replies: 9
Views: 4032

Re: Llamar otro ejecutable y obtener respuesta

También puedes mirar esta function de Harbour

nRet := hb_processrun( cCommand , cStdln , @cStdOut, @cStdErr, lDetach)

En la variable cStdout tienes la salida del comando ejecutado
by cnavarro
Mon Dec 19, 2016 7:30 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Llamar otro ejecutable y obtener respuesta
Replies: 6
Views: 1288

Problemas biometria Sdk 2009 Griaule

... LOCAL cEvent := cValToChar( event ) LOCAL cTemplate, nTemplateSize, nRet IF .NOT. lEmOperacao IF cEvent == "SensorPlug" .and. aParams[1] != "File" oFinger:Do("CapStartCapture",AllTrim(aParams[1])) ...
by marca
Tue Sep 20, 2016 7:35 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problemas biometria Sdk 2009 Griaule
Replies: 0
Views: 642

Error E0047 Code Both block contains macro and declared symb

... Error E0047 Code Both block contains macro and declared symbol I tried to get the line that produces the error in a small test program DbEval( {|| nRet ++ }, {|| .not. Deleted() } ) but in that case the compilation is successful. thank you
by mauri.menabue
Sat Sep 17, 2016 7:29 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Error E0047 Code Both block contains macro and declared symb
Replies: 2
Views: 445

Error E0047 Code block contains both macro and declared symb

... block contains both macro and declared symbol ho tentato di riportare la riga che genera l'errore in un piccolo programma di prova DbEval( {|| nRet ++ }, {|| .not. Deleted() } ) e li la riga e' compilata regolarmente. Con Harbour non ho problemi. Grazie
by mauri.menabue
Sat Sep 17, 2016 7:22 am
 
Forum: All products support
Topic: Error E0047 Code block contains both macro and declared symb
Replies: 1
Views: 715

Re: ADS and time fields

... MAIN() //------------------------------------------------------------------------------------------------------------- LOCAL aStruct, cFichero, nRet := 0 // Idioma español para Harbour HB_LangSelect("ES") // Para mensajes, fechas, etc.. HB_CDPSELECT("ESWIN") // Para ordenación, ...
by MOISES
Fri Nov 21, 2014 10:07 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADS and time fields [done]
Replies: 6
Views: 1106
Next

Return to advanced search

cron