Search found 29 matches: getwindir

Return to advanced search

Re: Problems with Preview

Dear David, Please check these values remotely: MsgInfo( GetEnv( "TEMP" ) ) MsgInfo( GetEnv( "TMP" ) ) MsgInfo( GetWinDir() ) MsgInfo( oPrinter:cDir ) will tell you which one is in use as this is the code where the preview sets the temporary folder:      ::cDir   = GetEnv( ...
by Antonio Linares
Fri Nov 11, 2022 8:22 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problems with Preview
Replies: 14
Views: 1620

Re: USAR IMPRESORA FISCAL BERMATECH EN VENEZUELA EN PDV

... MEMVAR oDp /* // Inicializa la Impresora */ FUNCTION BEMA_INI() LOCAL nRet,cError:="",I LOCAL cWinDir :=GetWinDir()+"\System32\" LOCAL cFileDll:=cWinDir+"bemafi32.dll" LOCAL aDlls:={} DEFAULT oDp:lBema_Demo :=.T.,; oDp:aBema_Tasas:={} ...
by jnavas
Wed Apr 27, 2022 9:57 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: USAR IMPRESORA FISCAL BERMATECH EN VENEZUELA EN PDV
Replies: 22
Views: 9856

Re: Ayuda DLL

Antonio, aquí la segunda parte: Error: Unresolved external '_HB_FUN_DRAWTHEMED' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|DIALOG Error: Unresolved external '_HB_FUN_GETDLGBASEUNITS' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|DIALOG Error: Unresolved external '_HB_FUN_CDLG2CHR' referenced from P...
by ricardog
Thu Aug 31, 2017 2:56 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Ayuda DLL
Replies: 24
Views: 7923

Re: no me funciona CDOSYS, gmail

... " + oError:Description, "Atención" ) oCfg := Nil oMsg := Nil Return ( .F. ) END oCfg := Nil oMsg := Nil Eval(bMens) SndPlaySound( GetWinDir() + "\media\Tada.wav", 0 ) CursorArrow() if oDlg<>NIL oDlg:End() endif Return ( .T. )
by noe aburto
Fri May 29, 2015 1:42 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: no me funciona CDOSYS, gmail
Replies: 5
Views: 753

usando CDOSYS marca error, mail

... Eval(bMens) MsgStop( "No se pudo enviar el e-mail") oCfg := Nil oMsg := Nil Return .t. End Try oCfg := Nil oMsg := Nil SndPlaySound( GetWinDir() + "\media\Tada.wav", 0 ) CursorArrow() Eval(bMens) Return .t.
by noe aburto
Tue May 12, 2015 2:15 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: usando CDOSYS marca error, mail
Replies: 4
Views: 1255

Re: Como Instalar un Tipo de Letra

... FontInstall: ean-13.ttf; Flags: onlyifdoesntexist en FiveWin crees que podría funcionar así: cOrigem := "c:\test\teste.ttf" cDestino := GetWinDir()+"\fonts\teste.ttf" __CopyFile(cOrigem,cDestino) []´s
by Sistem
Sun Nov 17, 2013 8:44 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Como Instalar un Tipo de Letra
Replies: 5
Views: 1032

Re: Problema exportando a PDF desde Preview

... Hola, me pareció que el WINDOWS SERVER no encuentra el lugar de destino ó una pérdida de la red de conexión. Intenta: cPathWin := GETWINDIR() Y LCHDIR( cPathWin ) Gracias por tu interés, pero sigue igual. No puede ser pérdida de red ya que trabajo localmente en el servidor. La ...
by AngelSalom
Fri Aug 30, 2013 3:11 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Problema exportando a PDF desde Preview
Replies: 21
Views: 6749

Re: Problema exportando a PDF desde Preview

Called from EMF2JPEG(76) in .\source\function\PRV2PDF.PRG

Hola, me pareció que el WINDOWS SERVER no encuentra el lugar de destino ó una pérdida de la red de conexión.

Intenta:

cPathWin := GETWINDIR()

Y

LCHDIR( cPathWin )
by karinha
Fri Aug 30, 2013 2:38 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Problema exportando a PDF desde Preview
Replies: 21
Views: 6749

Re: O.T. ejecutable con tiempo de caducidad.¿Alquien me ayuda?

... logró quebrar... hasta ahora no me contó :lol: ) METHOD ChkArr33() CLASS TMGSesamo   // Serás DEMO por 33 dias   IF File( ::cArchLyP:= GetWinDir()+"\dmi&d.cfg" )      // Restauro array para demos      if ( ::nPos:= ::Restaura() ) == 0        ...
by MarioG
Thu May 30, 2013 2:46 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: O.T. ejecutable con tiempo de caducidad.¿Alquien me ayuda?
Replies: 22
Views: 7360

Re: Volviendo al tema CDO

... ) + CRLF + "Message: " + oError:Description ) oCfg := Nil oMsg := Nil Return Nil End Try oCfg := Nil oMsg := Nil SndPlaySound( GetWinDir() + "\media\Tada.wav", 0 ) CursorArrow() ELSE MsgStop("No hay Destinatario"+CRLF+; "Envio CANCELADO", "Upsss...!" ...
by Armando Picon
Fri Nov 04, 2011 2:02 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Volviendo al tema CDO
Replies: 19
Views: 7203

Re: Instalación de Fuentes TTF con fivewin

LZCOPYFILE( Curdrive()+":\"+Curdir()+"\I2of5nt.ttf", GetWindir()+"\fonts\I2of5nt.ttf")
by ronaldo
Wed May 25, 2011 10:28 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Instalación de Fuentes TTF con fivewin
Replies: 5
Views: 3232

Re: TdosPrn para USB

... If Right( cDir, 1 ) == "\" cDir = SubStr( cDir, 1, Len( cDir ) - 1 ) EndIf If !Empty(cDir) If !lIsDir(cDir) cDir := GetWinDir() EndIf Else cDir := GetWinDir() EndIf Return(AllTrim(cDir)) ******************************** // Classe Sysfar para Impressão Dos ******************************** ...
by praul
Sun Dec 19, 2010 3:08 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: TdosPrn para USB
Replies: 5
Views: 1366

Re: cambiar fuente a todos los diálogos en tiepo de ejecución

... oItem[69] PROMPT "Ne&grita" ACTION Set_FontWin(2,oItem[68],oItem[69]) ENDMENU STAT FUNC Set_FontWin(n,oItem1,oItem2) LOCAL cIni:=GetWinDir()+"\"+cNSys+".Ini", hFont, lFWnd hFont:=IF(n=1,"Normal","Bold") WritePProstring(cNSys,"hFont",hFont,cIni) ...
by MdaSolution
Fri Apr 23, 2010 7:53 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: cambiar fuente a todos los diálogos en tiepo de ejecución
Replies: 3
Views: 669

Re: Se necesita ayuda en el wiki !

... GetSysFont() GetSysMetrics() GetSystemMenu() GetTasks() GetTextAlign() GetTextColor() GetTextHeight() GetTextWidth() GetTickCount() GetVersion() GetWinDir() GetWindowWord() GetWinFlags() GetWinTxtLength() GetWndApp() GetWndFrame() GetWndRect() GetWndTask() GlobalAddAtom() GlobalAlloc() GlobalCompact() ...
by Cgallegoa
Sun Feb 21, 2010 10:35 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Se necesita ayuda en el wiki !
Replies: 12
Views: 5863

Re: Juan Planelles Lazaga

... < aCoors[ 1 ], aCoors[ 1 ] + 20, aCoors[ 3 ]) aCoors[ 4 ] := iif( aCoors[ 4 ] < aCoors[ 2 ], aCoors[ 2 ] + 20, aCoors[ 4 ]) lG32 := ( File( GetWinDir() + "\RunDll32.exe" ) .or. File( GetSysDir() + "\RunDll32.exe" ) ) .or. ; ( File( GetWinDir() + "\RunDlg32.exe" ...
by Juan Planelles
Tue Dec 29, 2009 10:22 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Juan Planelles Lazaga
Replies: 9
Views: 7264
Next

Return to advanced search