Search found 61 matches: getcurdir

Return to advanced search

Re: Bartools2 tooltip balloon is wrong color ( ukoenig )

... oButtFont := TFont():New( "Arial",27,-47,.F.,.T.,0,0,0,.T.) SET _3DLOOK ON SetBalloon( .T. ) c_path := CURDRIVE() + ":\" + GETCURDIR() DEFINE ICON oIco FILENAME c_path + "\Project\Super.ico" // Background Brush-define for Main-Window DEFINE WINDOW oWndMain FROM ...
by ukoenig
Tue Jul 06, 2010 6:22 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Bartools2 tooltip balloon is wrong color ( ukoenig )
Replies: 4
Views: 1428

Re: Lectora Laser

... PRIVATE files_dir := "\\caja1\c\" PRIVATE nContador := 0 , oContador PRIVATE cEncargado := space(15) , oEncargado PRIVATE cCurDir := GetCurDir() PRIVATE lUsers := .F. PRIVATE dFecha := date() , oFecha PRIVATE cHora := time() , oHora
by diegopolverelli
Mon Jul 05, 2010 11:15 am
 
Forum: FiveWin para Pocket PC
Topic: Lectora Laser
Replies: 15
Views: 6334

Re: Se necesita ayuda en el wiki !

... Getbkcolor() GetCapture() GetCaretPos() GetClassName() GetClientRect() GetClpData() GetCommError() GetCoors() Getcpu() GetCpuSpeed() GetCtrlId() Getcurdir() GetCursorPos() GetDatas() GetDC() GetDesktopWindow() GetDeviceCaps() GetDialogBaseUnits() GetDlgBase() GetDlgItem() GetDrawIte() GetDrawMenu() ...
by Cgallegoa
Sun Feb 21, 2010 10:35 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Se necesita ayuda en el wiki !
Replies: 12
Views: 5504

Re: How have a value from Xbrowse with array

... cFileName Returns: <cFileName> Just the filename specified inside the full filename Path-Convert : cFull := CURDRIVE() + ":\" + GETCURDIR() + "\" + cFileNoPath( ".\test\test.bmp" ) msgalert( cFull ) => c:\test\test.bmp For full Path i use a Var inside my ...
by ukoenig
Wed Jan 20, 2010 12:23 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How have a value from Xbrowse with array
Replies: 3
Views: 581

Re: Función para obtener nombres largos de directorios

... quiero es obtener directamente el nombre largo del directorio, sin tener que seleccionarlo a través del usuario. Por ejemplo la función Curdir() o GetCurDir me dan el nombre corto del directorio donde esta la aplicación, si lo intento pasar a nombre largo con SFN2LFN; no funciona; sigue como resultado ...
by fespinoza
Mon Dec 28, 2009 7:55 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Función para obtener nombres largos de directorios
Replies: 4
Views: 547

Función para obtener nombres largos de directorios

He intentado con las funciones GetCurDir y CurDir; pero solo se obtiene el nombre corto del directorio; debe habe runa función para esto, pero no la ubico en la ayuda de FW.

Saludos

Fernando Espinoza
by fespinoza
Mon Dec 28, 2009 7:01 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Función para obtener nombres largos de directorios
Replies: 4
Views: 547

Re: Alpha-Blended-BMP on Panel

... INIT SHOW_ALPHA(oPanel) return nil // ---------------------------- FUNCTION SHOW_ALPHA(oPanel) LOCAL oBar1 c_path := CURDRIVE() + ":\" + GETCURDIR() oTextFont := TFont():New("Arial", ,-20,.F.,.T. , , , ,.T. ) @ 20, 250 TITLE oBar1 size 200, 120 of oPanel TRANSPARENT NOBORDER ...
by ukoenig
Tue Sep 22, 2009 10:12 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Alpha-Blended-BMP on Panel
Replies: 4
Views: 908

Re: Excel : opening existing xls-file

local i, hActiveWorkbook,ppp:=CurDrive()+':\'+GetCurDir()+'\' if !file(ppp+"prom.xls") return .f. endif oExcel := TOleAuto():New( "Excel.Application" ) oExcel:WorkBooks:Open(ppp+"prom.xls") oExcel:Visible := .T. oHoja1 ...
by Loach
Tue Apr 14, 2009 1:06 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Excel : opening existing xls-file
Replies: 2
Views: 648

Re: Getting starting. (I needbit of help :)

... RFID tag to any active input field. I think it may be possible solution (not fine, but it is work..) I start this back end application as: WinExec(GetCurDir()+"\UdlTags.exe",8) Can I check in any way that UdlTags.exe is already run, or can I kill running UdlTags.exe ? Regards Andrej.
by xVar
Wed Feb 04, 2009 8:55 am
 
Forum: FiveWin for Pocket PC
Topic: Getting starting. (I needbit of help :)
Replies: 15
Views: 2666

... a la nueva construcción de Harbour para Pocket PC. * Nuevo: FWPPC. Nuevo #define en FWCE.CH que traduce las llamadas a CurDir() en llamadas a GetCurDir(). Por favor, reconstruye todos tus fuentes PRGs que usen CurDir(). * Corrección: El método New() de la clase TActiveX no usaba el estilo ...
by Antonio Linares
Wed Sep 24, 2008 1:25 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN September / Septiembre 2008 (8.09)
Replies: 2
Views: 2879

New FTDN September / Septiembre 2008 (8.09)

... * New: FWPPC build adapted to the new Harbour for Pocket PC build. * New: FWPPC New #define in fwce.ch that translate CurDir() calls into GetCurDir() calls. Please recompile all your PRGs that use CurDir() * Fix: Class TActiveX Method New() was not using the style WS_TABSTOP. Now it uses ...
by Antonio Linares
Thu Sep 18, 2008 11:36 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN September / Septiembre 2008 (8.09)
Replies: 2
Views: 2879

Ayuda con la clase TCRW

... librerias oCrw := CrystalReport():New() // Dice donde esta el programa instalado, se usa para ubicar las dbf wInstalado := Curdrive() + ":\" + Getcurdir() define icon oIco resource "ICONO_INICIO" DEFINE WINDOW oWnd MDI FROM 1, 5 TO 20, 75 TITLE "Prueba de Crystal Report + Fivewin" ICON oIco ...
by Ramón J.
Sat May 31, 2008 9:56 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Ayuda con la clase TCRW
Replies: 3
Views: 2527

Hi to all,
Just to finish the post...
The WinExec worked in all XP machines who aborted the FiveWin program in the ShellExecute calls.
I had to do some strange things like:
WinExec("cmd /c start \"+GetCurDir()+"\mergeout.rtf")
but anyway... I di not reinstall the Windows again.
Regards, Euclides
by Euclides
Thu Oct 04, 2007 2:28 pm
 
Forum: FiveWin for CA-Clipper
Topic: ShellExecute() terminates the program execution
Replies: 3
Views: 1544

Paso de parametros con el R&R

... local xSalida:=" " local lquery:=.f. local xPrint:="REPORTES" local xRutarun:=".\Runtime\RRWRUN /T" Local cPath :=(CurDrive() + ":\" + GetCurDir() + "\Datos") oRRw:= RRWNEW():NEW("",xRutaryr+xReport,xPagIni,xPagFin,xRutadbf) oRRw:SetPrinter("REPORTES") oRRw:SetMaster(xRutadbf) oRRw:SetCop( ...
by tere
Thu Feb 01, 2007 11:15 pm
 
Forum: FiveWin para CA-Clipper
Topic: Paso de parametros con el R&R
Replies: 0
Views: 692

... cNewDir ) // Checks an existing directory local cDir := CurDrive() + ":\" + CurDir() I linked in my own lIsDir() function changing CurDir() to GetCurDir() I will keep you posted regarding the GPF.
by don lowenstein
Wed Jan 11, 2006 3:32 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: GPF with curdir()
Replies: 3
Views: 1004
PreviousNext

Return to advanced search