Search found 36 matches: ctemp

Return to advanced search

Re: creating a new function HtmlToRtf()

cTemp := StrTran(cTemp, "<a href=", "{\field{\*\fldinst{HYPERLINK ") cTemp := StrTran(cTemp, "</a>", "}}{\fldrslt ") cTemp := StrTran(cTemp, ">", "}}") ...
by Silvio.Falconi
Fri Feb 16, 2024 2:30 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: creating a new function HtmlToRtf()
Replies: 3
Views: 282

Re: Guardar y Recuperar Imagen Tdolphin

Hola.. yo lo hago así: LOCAL cTempZip:=GETENV("TEMP")+"\foto.zip",uData *comprimo el archivo para que no ocupe tanto espacio Hb_ZipFile(cTempZip,"nombre del archivo, del formato que sea",9,,.T.,.T.,) *lo guardo ...
by TOTOVIOTTI
Wed Nov 10, 2021 12:44 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Guardar y Recuperar Imagen Tdolphin
Replies: 3
Views: 441

Re: Call HTML form in FWH application

... htmlview with the updated htmlcode. Should work, but maybe there can be updated function that will show plain html data from a variable data. When cTemp = used, htmlview will also startup google and give a result of a google seek for the code (cTemp = used as a seeking parameter) function htmlzien(cFile,oWnd1)  ...
by Marc Venken
Sat May 22, 2021 9:21 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Call HTML form in FWH application
Replies: 7
Views: 1544

Re: xBrowse jpg in SQL-database

... Catalog='+xDATABASE+';User Id='+xUSERID+';Password='+xPASSWORD aImages := Directory( cCft + "*.*" ) FOR nX1=1 TO LEN(aImages) cTemp := aImages[nX1,1] cItem := "" oSay:SetText( LTRIM( STR( ROUND( (nX1/LEN(aImages))*100, 2), 9, 3) ) + "% Complete . . ." ) ...
by cdmmaui
Fri Nov 08, 2019 1:14 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse jpg in SQL-database
Replies: 19
Views: 2993

Re: Import Chinese Characters from XLS

... FUNCTION _SqlBuild( cSqlField, cSqlValue, cSqlType, cSqlString1, cSqlString2 ) local cTemp := "", cChar, nX, cPrefix := "" // String1.... IF ! EMPTY( cSqlString1 ) cSqlString1 += "," ENDIF cSqlString1 += ...
by cdmmaui
Thu Feb 21, 2019 4:58 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Import Chinese Characters from XLS
Replies: 4
Views: 948

Re: Abrir navegador dentro de un dialogo

... Dialog oDlg Center On Init aBtn[1]:Click() return Nil Static Function ps_Seek( aGet, oActiveX ) local i, abEval, cStreet, cNum, cCity, cCountry, cTemp local cHtml := MemoRead( "google\google.html" ) cStreet := GoogleOk( AllTrim( Eval(aGet[1]:bSetGet) ) ) cNum := GoogleOk( AllTrim( Str( ...
by Claudio Leiva
Mon Mar 27, 2017 8:00 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Abrir navegador dentro de un dialogo
Replies: 9
Views: 2332

MS SQL Dumb Question

... IF ! EMPTY( cSqlIns ) TRY oSqlIns:Open( cSqlIns, xSQL ) CATCH oError lError := .T. END ENDIF // Copy to history... IF ! EMPTY(cTxemail) // Init... cTemp := "" aEmail := {} FOR nX7=1 TO LEN(cTxemail) cChar := SUBSTR( cTxemail, nX7, 1 ) IF cChar=="," IF ! EMPTY( cTemp ) AADD( ...
by cdmmaui
Tue May 10, 2016 10:27 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: MS SQL Dumb Question
Replies: 0
Views: 422

Re: Rotar Imagen

... creando un temporal y cargarlo con LoadBMP() que también necesita freeimage.dll       REDEFINE IMAGE oFoto ID 118 OF oDlg NOBORDER ADJUST       cTemp:= hb_CurDrive() + ":\" + CurDir() + "\foto.png"           MEMOWRIT( cTemp, oEMPL:FOTO , .F. )       oFoto:Loadbmp( ...
by mastintin
Thu May 07, 2015 1:40 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Rotar Imagen
Replies: 28
Views: 3484

Re: Rotar Imagen

... LoadBMP() que también necesita freeimage.dll       REDEFINE IMAGE oFoto ID 118 OF oDlg NOBORDER ADJUST       cTemp:= hb_CurDrive() + ":\" + CurDir() + "\foto.png"           MEMOWRIT( cTemp, oEMPL:FOTO ...
by acuellar
Thu May 07, 2015 12:55 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Rotar Imagen
Replies: 28
Views: 3484

Problema MESSAGE BAR

... "+If(substr(aValor[5],1,1)=="D","*","")+" "+aValor[4]+" ["+M->oPublic:cTemp+terminal+"]"; TIME DATE KEYBOARD; COLOR CLR_BLUE; FONT px:oDomiFontMsg; NOINSET oMsgprin:lInfoRes:=.f. DEFINE MSGITEM oMsgTTS OF oMsgprin ...
by jmartial
Sat Sep 06, 2014 6:52 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Problema MESSAGE BAR
Replies: 0
Views: 315

Re: Error el Activex

Ernesto,

Ese código has debido copiarlo y pegarlo y se ha dañado, en realidad el código correcto seria este:

oActiveX:src = cTemp
oActiveX:GotoFirstPage()

Pruébalo así
by Antonio Linares
Sat Aug 16, 2014 5:14 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error el Activex
Replies: 2
Views: 418

Error el Activex

... mysql, me genera un error: error E0030 syntax error "syntax error at '#'" estas son las líneas del fuente prg oActiveX&#058;src = cTemp oActiveX&#058;GotoFirstPage() tengo la versión 2012_03 de fivewin. como se soluciona este error ? Gracias
by J. Ernesto
Fri Aug 15, 2014 6:21 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error el Activex
Replies: 2
Views: 418

Re: REad From INI FILE

... cSection )LOCAL aEntry := {}LOCAL oFile := TFileRead():New( "yourfile.ini" )LOCAL lRead := .F.LOCAL cTempWHILE oFile:MoreToRead()    cTemp := allTrim( oFile:ReadLine() )    IF cTemp == "[" + cSection + "]"  ...
by Eoeo
Sun Aug 26, 2012 12:54 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: REad From INI FILE
Replies: 5
Views: 1200

Memo problem

... "Fivewin.ch" FUNCTION MAIN() LOCAL oDlg LOCAL oGet, cVar := "Hello World!" + CRLF + "This is a test" LOCAL cStr, cTemp DEFINE DIALOG oDlg @ 1, 1 GET oGet VAR cVar MEMO SIZE 80, 30 // So text isn't selected/highlighted oGet:bGotFocus := {|| oGet:setpos(oGet:nPos)} ...
by Randal
Thu Dec 09, 2010 5:35 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Memo problem
Replies: 1
Views: 557

Re: need tcrw.prg for 32 bit

... Crystal Reports Class Constructor // // =========================================================================== METHOD NEW_( nDirCrPe ) LOCAL cTemp ::hDll := 0 ::nJobHandle := 0 ::lError := .F. // Check if we load 16 or 32 Bits. First try to load CRPE32 // IF IsWin95() .OR. IsWinNT() ::hDll ...
by jll-fwh
Sun Feb 14, 2010 3:12 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: need tcrw.prg for 32 bit
Replies: 1
Views: 1316
Next

Return to advanced search