Search found 120 matches: lsuccess

Return to advanced search

Re: Changing default printer for current application only

... if successful.// Author: James Bottfunction setPrinter( cPrinter )   local cOldPrinter:="", hDC:=0, aPrn, cText:="", lSuccess:=.f.   if cPrinter <> prnGetName()      cText := StrTran(GetProfString("Devices"),Chr(0), chr(13)+chr(10))  ...
by James Bott
Thu Mar 02, 2023 3:31 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Changing default printer for current application only
Replies: 2
Views: 337

Re: New FTDN December/Diciembre 2022 (FW 22.12)

... en la velocidad de ordenación de los campos de tipo carácter (char). * Nueva función FW_SaveThumbnail( cImage, cThumb, nWidth, [nHeight] ) --> lSuccess La podemos encontrar en source\function\imgtxtio.prg
by Antonio Linares
Wed Jan 04, 2023 6:55 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN December/Diciembre 2022 (FW 22.12)
Replies: 5
Views: 1131

New FTDN December/Diciembre 2022 (FW 22.12)

... * FWMariaRowSet: - improvement in sorting speeds of char fields. * New function FW_SaveThumbnail( cImage, cThumb, nWidth, [nHeight] ) --> lSuccess in source\function\imgtxtio.prg
by Antonio Linares
Tue Jan 03, 2023 7:31 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN December/Diciembre 2022 (FW 22.12)
Replies: 5
Views: 1131

Re: New FTDN October/Octure (FWH 22.10)

... SaveAsImage() de TWindow. Heredado por los diálogos y todos los controles. SaveAsImage( [[@]cImageFile], [aCrop], [nRectType], [lShow] ) --> lSuccess Parámetros: [[@]cImageFile] : Si está vacío, el usuario debe seleccionar un archivo para guardar. Se puede guardar como BMP, JPG/JPEG, PNG, ...
by Antonio Linares
Mon Nov 07, 2022 9:38 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN October/Octure (FWH 22.10)
Replies: 2
Views: 819

New FTDN October/Octure (FWH 22.10)

... Method SaveAsImage() of TWindow. Inherited by dialogs and all controls. SaveAsImage( [[@]cImageFile], [aCrop], [nRectType], [lShow] ) --> lSuccess Parameters: [[@]cImageFile] : If empty, user is prompted tp select a file to save. Can be saved as bmp, jpg/jpeg, png, tif. [aCrop] : If specified, ...
by Antonio Linares
Wed Nov 02, 2022 11:55 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN October/Octure (FWH 22.10)
Replies: 2
Views: 819

Re: Leer Excel grande a un array o DBF

... )->( FW_ExcelToDBF( oRange, [cFieldList], [lHasHeaders], [bProgress] )  Syntax: FW_ExcelToDBF() --> lSuccess Writes the contents of excel range to default alias. Parameters: 1. [oRange] Defaults to used range in active worksheet if already open by ...
by nageswaragunupudi
Tue Feb 08, 2022 7:17 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Leer Excel grande a un array o DBF
Replies: 9
Views: 732

Re: New FTDN November/Noviembre (FWH 21.11)

... 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: 938

New FTDN November/Noviembre (FWH 21.11)

... 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: 938

Re: New FTDN June/Junio (FWH 21.06)

... * Nueva función FW_CopyToClipBoard( uValue, [nFormat] ) --> lSuccess Función simple para copiar al portapapeles, sin tener que crear un objeto TClipboard. El segundo parámetro no es necesario si el valor es texto ...
by Antonio Linares
Wed Jul 28, 2021 2:07 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN June/Junio (FWH 21.06)
Replies: 7
Views: 1971

New FTDN June/Junio (FWH 21.06)

... * New function FW_CopyToClipBoard( uValue, [nFormat] ) --> lSuccess Simple function to copy to clipboard, without having to create TClipboard object. Second parameter is not necessary of the value is text (ansi/utf8) ...
by Antonio Linares
Tue Jul 27, 2021 4:47 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN June/Junio (FWH 21.06)
Replies: 7
Views: 1971

New FTDN June/Jnio (FWH 21.06)

... * New function FW_CopyToClipBoard( uValue, [nFormat] ) --> lSuccess Simple function to copy to clipboard, without having to create TClipboard object. Second parameter is not necessary of the value is text (ansi/utf8) ...
by Antonio Linares
Tue Jul 27, 2021 4:46 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN June/Jnio (FWH 21.06)
Replies: 0
Views: 452

Re: AYUDA PARA LEER XML DE FACTURA ELECTRONICA ( SOLUCIONADO )

Hola... Prueba asi: static function revisarnodo() Local oXMLDoc := TOLEAUTO():New("Microsoft.XMLDOM") Local lSuccess,oteste,xDestEmit,cXMLDestEmit oXMLDoc:async := .f. lSuccess := oXMLDoc:load( "D:\SYSTEMA\BUS\PRG\JOSE.xml" ) xDestEmit := oXMLDoc:getElementsByTagName( ...
by jbrita
Wed Mar 17, 2021 3:36 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: AYUDA PARA LEER XML DE FACTURA ELECTRONICA ( SOLUCIONADO )
Replies: 6
Views: 1206

Re: FW_ExcelToDBF to be extended (enhanced)

FWH2102 FW_ExcelToDBF() --> lSuccess Writes the contents of excel range to default alias. Parameters: 1. [oRange] Defaults to used range in active worksheet if already open by the user. 2. [cFieldList] a) NIL: ( i) If range has headers ...
by nageswaragunupudi
Tue Mar 09, 2021 3:29 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FW_ExcelToDBF to be extended (enhanced)
Replies: 5
Views: 783

Re: New FTDN July/Julio 2020 (FWH 20.07)

... ADO: (\FWH\source\function\adofuncs.prg) FW_AdoCurrentDB( oCn ) --> BBDD/Catálogo actual selecionado FW_AdoSelectDB( oCn, cNewDB ) --> lSuccess * Mejorada la función ADO FW_AdoTables( oCn, [cDB] ) --> aTables Ahora se puede especificar un nombre de BBDD/Catálogo que no sea la base ...
by Antonio Linares
Sun Aug 02, 2020 12:15 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN July/Julio 2020 (FWH 20.07)
Replies: 1
Views: 1182

New FTDN July/Julio 2020 (FWH 20.07)

... ADO functions: (source\function\adofuncs.prg) FW_AdoCurrentDB( oCn ) --> Current selected database/catalog FW_AdoSelectDB( oCn, cNewDB ) --> lSuccess * Enhanced ADO function FW_AdoTables( oCn, [cDB] ) --> aTables Now a database/catalog name other than the current database can be specified ...
by Antonio Linares
Sat Aug 01, 2020 5:40 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN July/Julio 2020 (FWH 20.07)
Replies: 1
Views: 1182
Next

Return to advanced search