... test?
I make a test with but I not Know if it go right
local nSizeWBtn := Int( ScreenWidth() ) /20
local nSizeHBtn := Int( ScreenHeight() + 100 ) /10
@ 148, 320 BTNBMP abtnCat[1] ;
RESOURCE "GRID_DWN_REC";
SIZE nSizeWBtn,nSizeHBtn PIXEL FLAT NOROUND GDIP OF oDlg ;
ACTION NIL when ltest
Search found 113 matches: rec
Searched query: rec
- Tue Jan 07, 2025 9:15 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: Touchscreen interface
- Replies: 0
- Views: 553
- Tue Dec 17, 2024 8:23 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: change buttonbar button
- Replies: 1
- Views: 411
Re: change buttonbar button - RESOLVED -
RESOLVED
DEFINE BUTTON aBtnBar[5] OF oBar PROMPT "Stampa" RESOURCE "PRN_REC" ;
ACTION PopupMenu():Activate( aBtnBar[5]:nTop + aBtnBar[5]:nHeight, aBtnBar[5]:nLeft, oDlg )
DEFINE BUTTON aBtnBar[5] OF oBar PROMPT "Stampa" RESOURCE "PRN_REC" ;
ACTION PopupMenu():Activate( aBtnBar[5]:nTop + aBtnBar[5]:nHeight, aBtnBar[5]:nLeft, oDlg )
- Sun Aug 27, 2023 4:12 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Announcing DrXlsx 1.0 by Charles Kwon
- Replies: 34
- Views: 12383
Re: Announcing DrXlsx 1.0 by Charles Kwon
... limitations of 32bit . It might be more beneficial to explore other solutions than spending time trying to resolve this.
2.
If DrXlsx operates correctly in 64bit, I would recommend creating the xlsx export program in 64bit and using it as a utility.
Regards,
Chalres KWON
hi,
i have try to ...
2.
If DrXlsx operates correctly in 64bit, I would recommend creating the xlsx export program in 64bit and using it as a utility.
Regards,
Chalres KWON
hi,
i have try to ...
- Sun Aug 27, 2023 12:43 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Announcing DrXlsx 1.0 by Charles Kwon
- Replies: 34
- Views: 12383
Re: Announcing DrXlsx 1.0 by Charles Kwon
hi,
i have try to make some Sample to "test" Speed
using a 32 Bit Apps
ADO
Records = 59780 Time = 41.74 1432.23 Rec/Sec
XLSwriter
Records = 59780 Time = 8.20+ 7285.80 Rec/Sec
so XLSwriter is 500 % faster :!:
---
now use XLSwriter with > 350000 Record using 32 Bit App ...
32 Bit Aoo using ...
i have try to make some Sample to "test" Speed
using a 32 Bit Apps
ADO
Records = 59780 Time = 41.74 1432.23 Rec/Sec
XLSwriter
Records = 59780 Time = 8.20+ 7285.80 Rec/Sec
so XLSwriter is 500 % faster :!:
---
now use XLSwriter with > 350000 Record using 32 Bit App ...
32 Bit Aoo using ...
- Thu Aug 10, 2023 5:49 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: DBF to Excel Sheet, without Excel, using ADO ?
- Replies: 50
- Views: 7525
Re: DBF to Excel Sheet, without Excel, using ADO ?
... 255 Or oFld.DefinedSize < 0, "MEMO", "TEXT")
End Select
---
have import DBF ( 66 MB ) with 26 FIELDs into Excel *.XLSB under 32 Bit OS
cIn = "records in dbf: 351287"
cIn = "imported recs: 351287"
cIn = "Sec 00:07:17"
cIn = "Rec/Sec 803.08"
*.XLSB are only 20 MB :!: while *.XLSX are 53 MB
End Select
---
have import DBF ( 66 MB ) with 26 FIELDs into Excel *.XLSB under 32 Bit OS
cIn = "records in dbf: 351287"
cIn = "imported recs: 351287"
cIn = "Sec 00:07:17"
cIn = "Rec/Sec 803.08"
*.XLSB are only 20 MB :!: while *.XLSX are 53 MB
- Wed Jul 12, 2023 4:37 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Webservice de .NET a Fivewin
- Replies: 2
- Views: 1092
Webservice de .NET a Fivewin
Esimados Colegas,
En esta oportunidad me encuentro trabajando con este webservice y no logro obtener una respuesta correcta, recibo error de seguridad. Cuento con un ejemplo realizado en el lenguaje .NET que utilizo como referencia. Quería consultarles si alguno ha trabajado con ese idioma y me da ...
En esta oportunidad me encuentro trabajando con este webservice y no logro obtener una respuesta correcta, recibo error de seguridad. Cuento con un ejemplo realizado en el lenguaje .NET que utilizo como referencia. Quería consultarles si alguno ha trabajado con ese idioma y me da ...
- Tue Mar 14, 2023 9:33 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: still the ordkeycount error
- Replies: 7
- Views: 802
still the ordkeycount error
... from: source\sistema\Main.prg => MAIN( 31 )
at line 77 of UNITAMISURA I have this
DEFINE BUTTON OF oBarDialog PROMPT "Modifica" RESOURCE "MOD_REC";
ACTION Edit_UnMisura(oBrw,2,oDlg,oMisura) GROUP WHEN oMisura:OrdKeyCount() > 0
I explain you how I made on the function
function ...
at line 77 of UNITAMISURA I have this
DEFINE BUTTON OF oBarDialog PROMPT "Modifica" RESOURCE "MOD_REC";
ACTION Edit_UnMisura(oBrw,2,oDlg,oMisura) GROUP WHEN oMisura:OrdKeyCount() > 0
I explain you how I made on the function
function ...
- Thu Mar 02, 2023 11:33 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: xbrowse report setup
- Replies: 0
- Views: 388
xbrowse report setup
... aGroupby ?
If I wish add a transparent image on background ?
how I can do ?
I tried with (but not run )
bSetUp := < |oRep, Brw, n |
bImage := {|oRep| oRep:SayBitmap(0.5, 7, "NEW_REC")}
bStart := {|oRep| oRep:bStartPage := bImage}
if n == 2
oRep:CellView()
return nil
endif
return 2
>
If I wish add a transparent image on background ?
how I can do ?
I tried with (but not run )
bSetUp := < |oRep, Brw, n |
bImage := {|oRep| oRep:SayBitmap(0.5, 7, "NEW_REC")}
bStart := {|oRep| oRep:bStartPage := bImage}
if n == 2
oRep:CellView()
return nil
endif
return 2
>
- Mon Feb 20, 2023 7:14 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Web Services Security WSS OASIS
- Replies: 0
- Views: 539
Web Services Security WSS OASIS
... xmlns:ds="http://www.w3.org/2000/09/xmldsig#">'
cXML += '<ds:SignedInfo>'
cXML += '<ds:CanonicalizationMethod Algorithm="http://www.w3.org/TR/2001/REC-xml-c14n-20010315"/>'
cXML += '<ds:SignatureMethod Algorithm="http://www.w3.org/2000/09/xmldsig#rsa-sha1"/>'
cXML += '<Reference URI="#id-29 ...
cXML += '<ds:SignedInfo>'
cXML += '<ds:CanonicalizationMethod Algorithm="http://www.w3.org/TR/2001/REC-xml-c14n-20010315"/>'
cXML += '<ds:SignatureMethod Algorithm="http://www.w3.org/2000/09/xmldsig#rsa-sha1"/>'
cXML += '<Reference URI="#id-29 ...
- Wed Aug 17, 2022 1:59 pm
- Forum: FiveWin para Harbour/xHarbour
- Topic: Una duda sobre FOLDEREX
- Replies: 4
- Views: 518
Re: Una duda sobre FOLDEREX
... Era solo una curiosidad, pensando que si sucedia esto por alguna diferencia, que de echo si la debe haber, no acostumbro a trabajar con Dialog RES o REC, formatear los dialog a mano con coordenadas cuesta mas e lleva mas tiempo.
Me he dado cuenta que a ti te acomoda mucho esta FOLDEREX.
Muchas ...
Me he dado cuenta que a ti te acomoda mucho esta FOLDEREX.
Muchas ...
- Tue May 03, 2022 3:11 am
- Forum: FiveWin para Harbour/xHarbour
- Topic: Error al Compilar archivo MAK
- Replies: 8
- Views: 803
Re: Error al Compilar archivo MAK
Amigos
Alguna idea que pueda ayudar.
Muchas horas y nada.
Por lo que veo esto Nmake no lo entiende.
DIR_PRG = .\PRG
DIR_OBJ = .\OBJ
DIR_EXE = .\EXE
DIR_REC = .\RESOURCE
VPATH = %.C $(DIR_OBJ)
VPATH = %.OBJ $(DIR_OBJ)
VPATH = %.PRG $(DIR_PRG)
Saludos
Antonio
Alguna idea que pueda ayudar.
Muchas horas y nada.
Por lo que veo esto Nmake no lo entiende.
DIR_PRG = .\PRG
DIR_OBJ = .\OBJ
DIR_EXE = .\EXE
DIR_REC = .\RESOURCE
VPATH = %.C $(DIR_OBJ)
VPATH = %.OBJ $(DIR_OBJ)
VPATH = %.PRG $(DIR_PRG)
Saludos
Antonio
- Wed Dec 15, 2021 2:01 pm
- Forum: FiveWin para Harbour/xHarbour
- Topic: CHARICON lista de codigos validos - para Cristobal ??
- Replies: 9
- Views: 2116
Re: CHARICON lista de codigos validos - para Cristobal ??
... SAY oSay ID 4004 OF oDlg // Para ver el numero de registro
REDEFINE BUTTON oBtnPrev ID 4002 OF oDlg ;
ACTION ( oDbf:Skip( -1 ), oSay:SetText("Rec = "+str(recno())), oDlg:UpDate())
REDEFINE BUTTON oBtnNext ID 4003 OF oDlg ;
ACTION ( oDbf:Skip(), oSay:SetText("Rec = "+str(recno())), oDlg ...
REDEFINE BUTTON oBtnPrev ID 4002 OF oDlg ;
ACTION ( oDbf:Skip( -1 ), oSay:SetText("Rec = "+str(recno())), oDlg:UpDate())
REDEFINE BUTTON oBtnNext ID 4003 OF oDlg ;
ACTION ( oDbf:Skip(), oSay:SetText("Rec = "+str(recno())), oDlg ...
- Tue Jun 15, 2021 12:39 pm
- Forum: FiveWin para Harbour/xHarbour
- Topic: Mensaje de error al guardar con TDataRow
- Replies: 0
- Views: 256
Mensaje de error al guardar con TDataRow
... documento factura) hago:
oDataFCompra:= TDataRow():New( ::oQryFCompra, TRUE )
En esta acción de Agregar, el proceso es correcto.
En el segundo paso y al pasar este proceso al estado "pagado"; se procede a editar un registro, mediante:
oDataPagos := TDataRow():New ...
oDataFCompra:= TDataRow():New( ::oQryFCompra, TRUE )
En esta acción de Agregar, el proceso es correcto.
En el segundo paso y al pasar este proceso al estado "pagado"; se procede a editar un registro, mediante:
oDataPagos := TDataRow():New ...
- Sun Mar 14, 2021 3:18 am
- Forum: FiveWin para Harbour/xHarbour
- Topic: AYUDA PARA LEER XML DE FACTURA ELECTRONICA ( SOLUCIONADO )
- Replies: 6
- Views: 1707
AYUDA PARA LEER XML DE FACTURA ELECTRONICA ( SOLUCIONADO )
... UBLExtension>
<ext:ExtensionContent><ds:Signature Id="SignatureSP"><ds:SignedInfo><ds:CanonicalizationMethod Algorithm="http://www.w3.org/TR/2001/REC-xml-c14n-20010315"/><ds:SignatureMethod Algorithm="http://www.w3.org/2000/09/xmldsig#rsa-sha1"/><ds:Reference URI=""><ds:Transforms><ds:Transform ...
<ext:ExtensionContent><ds:Signature Id="SignatureSP"><ds:SignedInfo><ds:CanonicalizationMethod Algorithm="http://www.w3.org/TR/2001/REC-xml-c14n-20010315"/><ds:SignatureMethod Algorithm="http://www.w3.org/2000/09/xmldsig#rsa-sha1"/><ds:Reference URI=""><ds:Transforms><ds:Transform ...
- Thu Sep 03, 2020 9:21 pm
- Forum: FiveWin para Harbour/xHarbour
- Topic: Error: 'C:\HB32_BC7\LIB\HBHPDF.LIB' contains invalid OMF rec
- Replies: 2
- Views: 462
Re: Error: 'C:\HB32_BC7\LIB\HBHPDF.LIB' contains invalid OMF rec
Navarro
Agradecido por tu respiestata, tambien con Antonio quien me suministro el hb correcto. Ahora si estoy compilando los programas de samples con sus excelentes avances y funcionalidades
Agradecido por tu respiestata, tambien con Antonio quien me suministro el hb correcto. Ahora si estoy compilando los programas de samples con sus excelentes avances y funcionalidades