... OrdKeyAdd()
Adds an index key to a custom built index.
Syntax
OrdKeyAdd( [<nOrder>|<cIndexName>], ;
[<cIndexFile>] , ;
[<xIndexValue>] ) --> lSuccess
Arguments
<nOrder>
A numeric value specifying the ordinal position of the custom index open in a work area. Indexes are numbered in the sequence ...
Search found 122 matches: lsuccess
Searched query: lsuccess
- Sat Jan 25, 2025 5:21 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Antonio... FiveTouch posts are gone?
- Replies: 15
- Views: 34064
- Tue Nov 19, 2024 5:18 pm
- Forum: FiveWin para Harbour/xHarbour
- Topic: Soporte a mariaConnect ?
- Replies: 11
- Views: 2736
Soporte a mariaConnect ?
... un parámetro o opción para que los métodos
...
oRs:Append( { "name", "salary" }, { "Anderson", 30000 } )
METHOD Update( aFields, aValues ) --> lSuccess
METHOD Delete() --> lSuccess
METHOD Zap()
no afecten a la base de datos.. que solo solo afecten al recordSet---
La idea es usar bien sea un ...
...
oRs:Append( { "name", "salary" }, { "Anderson", 30000 } )
METHOD Update( aFields, aValues ) --> lSuccess
METHOD Delete() --> lSuccess
METHOD Zap()
no afecten a la base de datos.. que solo solo afecten al recordSet---
La idea es usar bien sea un ...
- Thu Mar 02, 2023 3:31 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Changing default printer for current application only
- Replies: 2
- Views: 539
Re: Changing default printer for current application only
... printer. Returns .T. if successful.
// Author: James Bott
function setPrinter( cPrinter )
local cOldPrinter:="", hDC:=0, aPrn, cText:="", lSuccess:=.f.
if cPrinter <> prnGetName()
cText := StrTran(GetProfString("Devices"),Chr(0), chr(13)+chr(10))
aPrn := Array(Mlcount(cText, 250))
Aeval ...
// Author: James Bott
function setPrinter( cPrinter )
local cOldPrinter:="", hDC:=0, aPrn, cText:="", lSuccess:=.f.
if cPrinter <> prnGetName()
cText := StrTran(GetProfString("Devices"),Chr(0), chr(13)+chr(10))
aPrn := Array(Mlcount(cText, 250))
Aeval ...
- Wed Jan 04, 2023 6:55 am
- Forum: WhatsNew / Novedades
- Topic: New FTDN December/Diciembre 2022 (FW 22.12)
- Replies: 5
- Views: 4740
Re: New FTDN December/Diciembre 2022 (FW 22.12)
... WinHttpObj( [[@]cCls] ) --> oHttp
- FileSysObj() --> oFileSystem
* FWMariaRowSet:
- Mejora 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
- FileSysObj() --> oFileSystem
* FWMariaRowSet:
- Mejora 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
- Tue Jan 03, 2023 7:31 am
- Forum: WhatsNew / Novedades
- Topic: New FTDN December/Diciembre 2022 (FW 22.12)
- Replies: 5
- Views: 4740
New FTDN December/Diciembre 2022 (FW 22.12)
... like Excel.
* New functions in olefuncs.prg:
- WinHttpObj( [[@]cCls] ) --> oHttp
- FileSysObj() --> oFileSystem
* FWMariaRowSet:
- improvement in sorting speeds of char fields.
* New function FW_SaveThumbnail( cImage, cThumb, nWidth, [nHeight] )
--> lSuccess
in source\function\imgtxtio.prg
* New functions in olefuncs.prg:
- WinHttpObj( [[@]cCls] ) --> oHttp
- FileSysObj() --> oFileSystem
* FWMariaRowSet:
- improvement in sorting speeds of char fields.
* New function FW_SaveThumbnail( cImage, cThumb, nWidth, [nHeight] )
--> lSuccess
in source\function\imgtxtio.prg
- Mon Nov 07, 2022 9:38 pm
- Forum: WhatsNew / Novedades
- Topic: New FTDN October/Octure (FWH 22.10)
- Replies: 2
- Views: 3517
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 ...
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 ...
- Wed Nov 02, 2022 11:55 am
- Forum: WhatsNew / Novedades
- Topic: New FTDN October/Octure (FWH 22.10)
- Replies: 2
- Views: 3517
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 ...
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 ...
- Tue Feb 08, 2022 7:17 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: Leer Excel grande a un array o DBF
- Replies: 9
- Views: 1147
Re: Leer Excel grande a un array o DBF
... 41;->( 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 the ...
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 the ...
- Tue Nov 30, 2021 10:38 pm
- Forum: WhatsNew / Novedades
- Topic: New FTDN November/Noviembre (FWH 21.11)
- Replies: 2
- Views: 2505
Re: New FTDN November/Noviembre (FWH 21.11)
... 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.
m
Parámetros:
1. cFolder: Nombre de la carpeta. El ...
* Nuevo: Nueva función SetFolderIcon( cFolder, cFileIco, [cInfoTip] ) --> lSuccess
Establece un icono a una carpeta, con el parámetro cInfoTip "Tooltip" como opcional.
m
Parámetros:
1. cFolder: Nombre de la carpeta. El ...
- Tue Nov 30, 2021 7:19 am
- Forum: WhatsNew / Novedades
- Topic: New FTDN November/Noviembre (FWH 21.11)
- Replies: 2
- Views: 2505
New FTDN November/Noviembre (FWH 21.11)
... 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
m
Parameters:
1. cFolder: Name of the folder. Trailing '\' is optional.
Path can be full or ...
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
m
Parameters:
1. cFolder: Name of the folder. Trailing '\' is optional.
Path can be full or ...
- Wed Jul 28, 2021 2:07 pm
- Forum: WhatsNew / Novedades
- Topic: New FTDN June/Junio (FWH 21.06)
- Replies: 7
- Views: 5273
Re: New FTDN June/Junio (FWH 21.06)
... Mal funcionamiento de la barra de desplazamiento vertical desde la versión 21.02
m
* 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 ...
m
* 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 ...
- Tue Jul 27, 2021 4:47 pm
- Forum: WhatsNew / Novedades
- Topic: New FTDN June/Junio (FWH 21.06)
- Replies: 7
- Views: 5273
New FTDN June/Junio (FWH 21.06)
... Fix: TScrollPanel: Vertical scrollbar malfunction since 21.02. Fixed.
m
* 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 ...
m
* 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 ...
- Tue Jul 27, 2021 4:46 pm
- Forum: WhatsNew / Novedades
- Topic: New FTDN June/Jnio (FWH 21.06)
- Replies: 0
- Views: 1495
New FTDN June/Jnio (FWH 21.06)
... Fix: TScrollPanel: Vertical scrollbar malfunction since 21.02. Fixed.
m
* 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 ...
m
* 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 ...
- Wed Mar 17, 2021 3:36 pm
- Forum: FiveWin para Harbour/xHarbour
- Topic: AYUDA PARA LEER XML DE FACTURA ELECTRONICA ( SOLUCIONADO )
- Replies: 6
- Views: 1707
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( "cac:PartyIdentification ...
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( "cac:PartyIdentification ...
- Tue Mar 09, 2021 3:29 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: FW_ExcelToDBF to be extended (enhanced)
- Replies: 5
- Views: 1264
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 in first row: Copies contents of each column to
the field whose ...
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 in first row: Copies contents of each column to
the field whose ...