Search found 61 matches: ctempfile

Return to advanced search

Re: RANDOM FileName ?

hi,
Enrico Maria Giordano wrote:Try cNewFileName() or cTempFile(). Look at source\function\filename.prg.

Ok,
Thx for Answer
by Jimmy
Sun Aug 14, 2022 5:21 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: RANDOM FileName ?
Replies: 11
Views: 557

Re: RANDOM FileName ?

Try cNewFileName() or cTempFile(). Look at source\function\filename.prg.
by Enrico Maria Giordano
Sat Aug 13, 2022 8:37 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: RANDOM FileName ?
Replies: 11
Views: 557

Re: GMail no funciona

... + ' ' + cMonth(d) + ' ' + ltrim(str(year(d))) + ' ' + time()  local cTempFile   := TempFile( hb_getenv( 'PRGPATH' ) + '/data'  , 'txt' )    LOCAL hCurl, uValue, nHandle, cTxt // "Date: Tue, 3 Feb ...
by Carles
Tue Apr 05, 2022 9:42 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: GMail no funciona
Replies: 33
Views: 1980

Re: Funcion para un archivo temporal o nombre

Noe,

function cTempFile( cPath, cExtension )
by Antonio Linares
Fri May 10, 2019 10:04 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Funcion para un archivo temporal o nombre
Replies: 3
Views: 715

Re: Problem TScrollPanel e TBitmap

... aGet[46], aBtn[4], oTitle, oPanel Local cEscola, nIdade, cFotografia, aAlteracao cFotografia := oSistema():cLocal_Sistema + "temp\F" + cTempFile() + ".jpg" DEFINE DIALOG oDialog SIZE 800,600 PIXEL TRUEPIXEL WITH OBJECT oDialog :lHelpIcon := .F. :cTitle := oSistema():cNome_Reduzido_Sistema ...
by oliveiros junior
Fri Apr 05, 2019 9:46 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem TScrollPanel e TBitmap
Replies: 7
Views: 1081

Re: Como asignar un nombre aleatorio

FWH function

cTempFile( cDir, cExt )
by nageswaragunupudi
Sun Nov 25, 2018 6:49 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Como asignar un nombre aleatorio
Replies: 1
Views: 501

cTempFile - Cambio forma de generar (SOLUCIONADO)

Que tal, buen dia Pues hoy amanecio un cliente con un problema Yo ocupo "cTempFile" y me generaba un archivo asi : TM99999.TMP y hoy amanecio asi : TM-99999.TMP (le agrego un guion) , ayer funcionaba muy bien. El "TM" yo se lo agrego Y no se ...
by VitalJavier
Wed Oct 05, 2016 4:10 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: cTempFile - Cambio forma de generar (SOLUCIONADO)
Replies: 0
Views: 479

Re: How to keep a existing alpha-channel, saving a bitmap ?

... changes in class TImage : METHOD SaveImage( cFile, nFormat, nQuality ) CLASS TImage local hDib := DibFromBitmap( ::hBitmap, ::hPalette ) local cTempFile := cTempFile() local lSaved, lAlpha := ::HasAlpha() DibWrite( cTempFile, hDib ) GloBalFree( hDib ) lSaved = FIConvertImageFile( cTempFile, ...
by ukoenig
Mon Jun 23, 2014 10:56 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to keep a alpha-channel, save and resize a bitmap
Replies: 5
Views: 1863

Re: RPreview más reciente

Elvira,

Cuando generas un pdf, usas un nombre temporal ( por ejemplo usando cTempFile( "", "pdf" ) ), le preguntas por el nombre, ó usas el titulo del reporte ?
by Antonio Linares
Sat Jul 20, 2013 8:12 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: RPreview más reciente
Replies: 52
Views: 11291

Re: xbrdbu : new version

... Static Func BuildDbf( cDbfName, oLbx ) Local aFields := {} Local n Local cTempFile:="" If Empty( cDbfName ) MsgAlert( "Se necesita un nombre para la DBF", "" ) Return Nil End If Len( oLbx:aItems ...
by desdesummer87
Fri Feb 22, 2013 6:07 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xbrdbu : new version
Replies: 48
Views: 15509

Re: 12.07 build errors

Mauri,

Included you function cTempFile() fix this way:

Code: Select all  Expand view
  if ! Empty( cExtension ) .and. ! "." $ cExtension
      cExtension = "." + cExtension
   endif
 
by Antonio Linares
Tue Aug 21, 2012 8:19 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: 12.07 build errors
Replies: 25
Views: 5193

Re: 12.07 build errors

... ". \ .. \ include \ scintila.h" in # include "\ FWH \ include \ scintila.h" The program filename.prg I modified the function: cTempFile if ! "." $ cExtension     cExtension = "." + cExtension endif in if .not. empty (cExtension)     if ! "." $ ...
by mauri.menabue
Mon Aug 20, 2012 2:50 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: 12.07 build errors
Replies: 25
Views: 5193

change function cTempFile

Hi to all, Is possible to change in std mode the function "cTempFile" in this way ? function cTempFile( cPath, cExtension )        // returns a temporary filename   local cFileName   static cOldName   DEFAULT cPath := "", cExtension ...
by mauri.menabue
Wed Sep 28, 2011 4:13 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: change function cTempFile
Replies: 0
Views: 236

Re: Crash from FWSavePreviewToPDF

... with some pages! One or two pages are functioning best. Some memory-request are not released from page to page?? Its very important to correct the ctempfile() and all other paths in the exe-directory (c:\program files, etc.) as soon as possible. In WIN7 there are no rights to write in this directory ...
by byte-one
Sun Jul 10, 2011 10:46 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Crash from FWSavePreviewToPDF
Replies: 34
Views: 7861

Re: Crash from FWSavePreviewToPDF

Or the problem comes from cTempfile() ???? SaveToPDF function saves any temporary files to the folder where the meta files were already created by TPreview. If we are able to see preview, it means the meta files were already created successfully ...
by nageswaragunupudi
Sat Jul 09, 2011 4:15 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Crash from FWSavePreviewToPDF
Replies: 34
Views: 7861
Next

Return to advanced search