Search found 29 matches: cfolder

Return to advanced search

Re: New FTDN October/Octubre 2023 (FWH 23.10)

... Si se especifica este codeblock, es llamado cuando la aplicación pierde la conexión con el servidor. * Nuevo: Nueva función FolderExists( cFolder ) --> lExists * LAS APLICACIONES NO UNICODE AHORA TAMBIÉN PUEDEN USAR LOS CONTROLES UNICODE SAY/GET PARA MOSTRAR Y EDITAR LA PRUEBA UTF8. ...
by Antonio Linares
Sun Dec 03, 2023 4:46 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN October/Octubre 2023 (FWH 23.10)
Replies: 1
Views: 3906

New FTDN October/Octubre 2023 (FWH 23.10)

... bOnLostServer: If this codeblock is specified, it is called when the application loses connection with the server. * New: function FolderExists( cFolder ) --> lExists * NON UNICODE APPLICATIONS ALSO CAN NOW USE UNICODE SAY/GET CONTROLS TO DISPLAY AND EDIT UTF8 TEST. - @ r,c SAY ..... UNICODE ...
by Antonio Linares
Thu Nov 02, 2023 9:53 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN October/Octubre 2023 (FWH 23.10)
Replies: 1
Views: 3906

Re: New FTDN November/Noviembre (FWH 21.11)

... especificar el fichero de log. Por defecto, la función escribe el log en el fichero "stack.log". * Nuevo: Nueva función SetFolderIcon( cFolder, cFileIco, [cInfoTip] ) --> lSuccess Establece un icono a una carpeta, con el parámetro cInfoTip "Tooltip" como opcional. http://forums.fivetechsupport.com/viewtopic.php?f=6&t=41018&sid=5e2bd7012f40ab42c253bb2078c6a776 ...
by Antonio Linares
Tue Nov 30, 2021 10:38 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN November/Noviembre (FWH 21.11)
Replies: 2
Views: 1010

New FTDN November/Noviembre (FWH 21.11)

... cLogFile can be used to specify the log file. By default, the function writes the log to "stack.txt" * New: function SetFolderIcon( cFolder, cFileIco, [cInfoTip] ) --> lSuccess Sets Icon to a folder, with optional InfoTip http://forums.fivetechsupport.com/viewtopic.php?f=6&t=41018&sid=5e2bd7012f40ab42c253bb2078c6a776 ...
by Antonio Linares
Tue Nov 30, 2021 7:19 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN November/Noviembre (FWH 21.11)
Replies: 2
Views: 1010

Re: FolderEx problem

Example complete, please! .RAR the test Please change your folder fwh local cFolder_Fivewin:="C:\work\fwh\" #include "fivewin.ch"#include "constant.ch" Function test()    local oDlg, oFolder,oFont,oBold,oTitle    local oFld1,oFld2 ...
by Silvio.Falconi
Thu Mar 25, 2021 11:33 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FolderEx problem
Replies: 6
Views: 728

Re: Controlar tamaño ventana cGetfile

... LOCAL fecha:=strzero(day(dfecha),2)+strzero(month(dfecha),2)+str(year(dfecha),4) Local Clasedoc:=alltrim(cClasedoc) Local aFiles, aDir Local cFolder := cRaiz+"\"+CarpetaSAT+"\"+Libro+"\"+fecha+"\"+Clasedoc Local apunte :=libro+"-"+fecha Local ...
by Ramón J.
Wed Dec 30, 2020 2:32 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Controlar tamaño ventana cGetfile [SOLUCIONADO]
Replies: 13
Views: 999

MS SQL Dumb Question

... function _AesRead( oSay ) local lEof := .F. , ; cLine := "" , ; cFolder := "" , ; cOrg := "" , ; cDst := "" , ; cTmp := "" , ; nTmp := 0 , ; n001 := 0 , ; c001 := "" ...
by cdmmaui
Tue May 10, 2016 10:27 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: MS SQL Dumb Question
Replies: 0
Views: 422

Re: DBF to SQL converter program

... still another problem: http://s10.postimg.org/s1wk27a55/error2.png image hosting site no sign up When FW_AdoImportFromDBF( oCn, cFolder + "\" + dbfPath[x][1], "00" + cFileNoExt(dbfPath[x][1]) ) is used, a sql table will be made, with also a column ID autoincrement. ...
by pieter
Mon Aug 24, 2015 2:55 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: DBF to SQL converter program
Replies: 59
Views: 18026

Re: DBF to SQL converter program

... other than ID for a sql table? Preferable with FW_AdoImportFromDBF. (for example SQL_ID or HBRECNO) I also tried FW_AdoImportFromDBF( oCn, cFolder + "\" + dbfPath[x][1], "00" + cFileNoExt(dbfPath[x][1], "SQL_") ), but it does not work, none of the column names ...
by pieter
Tue Aug 04, 2015 7:41 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: DBF to SQL converter program
Replies: 59
Views: 18026

Re: DBF to SQL converter program

... still another problem: http://s10.postimg.org/s1wk27a55/error2.png image hosting site no sign up When FW_AdoImportFromDBF( oCn, cFolder + "\" + dbfPath[x][1], "00" + cFileNoExt(dbfPath[x][1]) ) is used, a sql table will be made, with also a column ID autoincrement. ...
by pieter
Thu Jul 30, 2015 8:33 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: DBF to SQL converter program
Replies: 59
Views: 18026

Problem with two xbrowse tree - possible bug in dblclick ?

... static function SubTree( oParent ) local oTree, n, oItem, nLevel, nItems := 0 local cFolder := oParent:Cargo[ 6 ] local aDir := Directory( cFolder + '\*.*', 'D' ) nLevel := oParent:nLevel + 1 TREE oTree for n := 1 to Len( aDir ) if ...
by Marco Turco
Sun Jun 01, 2014 2:21 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with two xbrowse tree - possible bug in dblclick ?
Replies: 2
Views: 853

cGetFile replacement

... static function SubTree( oParent ) local oTree, n, oItem, nLevel, nItems := 0 local cFolder := oParent:Cargo[ 6 ] local aDir := Directory( cFolder + '\*.*', 'D' ) nLevel := oParent:nLevel + 1 TREE oTree for n := 1 to Len( aDir ) if ...
by Marco Turco
Thu Feb 27, 2014 3:43 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: cGetFile replacement
Replies: 2
Views: 773

Re: Problem Clicking on Fields in Dialog

... DIALOG oDlg RESOURCE "DATAENTRY" TITLE cTitle ICON oIcon REDEFINE FOLDER oFld ID 5000 OF oDlg ; PROMPT "Receipt" ; DIALOGS cFolder // Page 1... REDEFINE GET aWr[01] VAR Mbookno ID 101 OF oFld:aDialogs[1] ; PICTURE "@!S20" ; VALID ( lPass := WrChk( "BOOK", ...
by cdmmaui
Thu Nov 07, 2013 1:43 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem Clicking on Fields in Dialog
Replies: 11
Views: 3871

XBrowse with Add,Modify,Delete methods (13.07)

... sample assumes the data to be in c:\fwh\samples folder. If in your case it is in a different folder, please change the value of static variable cFolder. ) At the outset you will get an option to choose DBF, Array, TDataBase or ADO. http://img571.imageshack.us/img571/5254/d6v8.jpg ...
by nageswaragunupudi
Sun Sep 08, 2013 6:36 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: XBrowse with Add,Modify,Delete methods (13.07)
Replies: 5
Views: 3539

New FTDN March/Marzo 2013 (FWH 13.03)

... ; "SELECT STATE, SUM( SALARY ) AS TOTSALARY FROM CUSTOMER GROUP BY STATE" ) xbrowser oRs * New: Function FW_DbfSqlQuery( [cFolder], cSql, [lExecute], [lAsRecSet (.f.)] ) --> aResult ( see database.prg ) - This function can be used to retrieve results of an Sql Query ...
by Antonio Linares
Thu Mar 28, 2013 11:33 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN March/Marzo 2013 (FWH 13.03)
Replies: 0
Views: 2503
Next

Return to advanced search