Search found 570 matches: datas

Return to advanced search

Re: mas DATAs en un BTNBMP?

Gracias Karinha y Gmart:

Lo intento y me reporto.

Saludos
by Armando
Fri Dec 17, 2021 5:07 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: mas DATAs en un BTNBMP? (SOLUCIONADO)
Replies: 4
Views: 238

Re: mas DATAs en un BTNBMP?

Hola, puedes usar un hash : oBtn[nVez]:cargo := { "HAB_NUM" => oRsHab:Fields("HAB_NUM"):Value, ;                      "HAB_STS" => oRsHab:Fields("HAB_STS"):Value } Para recuperar los valores : ? oBtn[nVez]:cargo ...
by gmart1
Fri Dec 17, 2021 4:46 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: mas DATAs en un BTNBMP? (SOLUCIONADO)
Replies: 4
Views: 238

Re: mas DATAs en un BTNBMP?

Code: Select all  Expand view

   ++nVez ??
 


Saludos.
by karinha
Fri Dec 17, 2021 2:58 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: mas DATAs en un BTNBMP? (SOLUCIONADO)
Replies: 4
Views: 238

mas DATAs en un BTNBMP? (SOLUCIONADO)

Hola Foreros:

Cómo puedo definir mas de una DATA de cargo en un BTNBMP ???

Esto es lo que necesito

oBtn[nVez]:cargo := oRsHab:Fields("HAB_NUM"):Value
oBtn[nVez]:Status := oRsHab:Fields("HAB_STS"):Value

Gracias de antemano

Saludos
by Armando
Fri Dec 17, 2021 2:48 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: mas DATAs en un BTNBMP? (SOLUCIONADO)
Replies: 4
Views: 238

Re: Cual clase para crear Botones?

... ;                   ACTION (NotaC())   Tambien puedes cambiar el texto del boton y el color con las datas estas // Texto del botonoBot:cCaption := IF(lFactura,"Factura","Nota"+CRH(10)+"Credito")//ColoroBot:nClrBack ...
by cmsoft
Mon Dec 13, 2021 4:12 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Cual clase para crear Botones? (SOLUCIONADO)
Replies: 10
Views: 791

Re: Face Detect for FWH64

... functions Using Deep Learning. I'll open 100% source code for FWH users ASAP. I review all of OpenCV source codes and I finding UNDOCUMENTED datas for FWH And It is part of code for face detect and face feature extract. HB_FUNC( DETECTFACES ){  Mat* img = static_cast<Mat ...
by CharlesKwon
Sat Dec 04, 2021 6:38 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Face Detect for FWH64
Replies: 14
Views: 2317

WebView2 for Harbour/Fivewin and VSC 2019

... your computer. I hope you like it Download: https://bitbucket.org/fivetech/fivewin-contributions/downloads/FEWebViewC.zip METHODS and DATAs //----------------------------------------------------------------------------////  Author  :    Cristobal Navarro Lopez ( ...
by cnavarro
Tue Sep 21, 2021 10:38 am
 
Forum: Utilities / Utilidades
Topic: WebView2 for Harbour/Fivewin and VSC 2019
Replies: 27
Views: 4942

GetExcelRange ERROR

Making this sample test I can show any datas, where is the error ? #include "FiveWin.ch"Function test()local cFileXls:="orario.xlsx"Local oRange,lOpened:=.f.oRange := GetExcelRange(cFileXls , , @lOpened)xbrowser ...
by Silvio.Falconi
Fri Sep 17, 2021 7:42 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: GetExcelRange ERROR
Replies: 10
Views: 868

Re: Create Excel Workbooks in Mod_Harbour

... that can be called ? Thanks a lot Yes, it should, as that function is provided from Harbour's hbwin.lib and it is linked inside mod_harbour DATAs and Methods of OLE objects are different for each used OLE object (that belongs to a different OLE class) In these forums you find many examples ...
by Antonio Linares
Wed Jul 14, 2021 2:13 pm
 
Forum: mod_harbour
Topic: Create Excel Workbooks in Mod_Harbour
Replies: 8
Views: 819

Re: Finding XBrowse current record

... shows the first record as the current record. This is not possible, if you correctly defined the xbrowse. Looks like you are browsing a different datasource (eg. the DBF Alias() directly) and querying a different datasource (eg. the Database Object). In this case, while the xbrowse navigates the ...
by nageswaragunupudi
Sun Jul 04, 2021 11:36 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Finding XBrowse current record
Replies: 11
Views: 1390

Exportacíon Excel desde Reporte

Buenos dias amigos, estoy con un problema que no consigo encontrar la solución. Cuando exporto desde el Reporte para Excel, el texto de cGrandTotal no aparece, pero si lo exporto para Word, aparece. También tengo un problema en el reporte conforme las fotos abajo. Espero que alguien me pueda dar un...
by danielgustavo
Thu Jun 24, 2021 2:33 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Exportacíon Excel desde Reporte
Replies: 0
Views: 310

Re: New FTDN April/Abril 2021 (FWH 21.04)

... es "city" (no distingue entre mayúsculas y minúsculas). - Selección multi fila usando el método SetMultiSelCol: Inicialmente las DATAS lReadOnly y nEditType de oBrw:oMultiSelCol son puestos a .F. y 1. Durante el tiempo de ejecucción, esta característica puede ser deactivada/activada ...
by Antonio Linares
Fri Jun 04, 2021 2:15 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN April/Abril 2021 (FWH 21.04)
Replies: 8
Views: 1973

New FTDN April/Abril 2021 (FWH 21.04)

... the column whose cSortOrder is "city" ( case insensitive). - MultiRow Selection by using the method SetMultiSelCol: Initially the datas lReadOnly and nEditType of oBrw:oMultiSelCol are set to .f. and 1. During runtime, this feature can be disabled/re-enabled by toggling the values ...
by Antonio Linares
Mon May 31, 2021 3:53 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN April/Abril 2021 (FWH 21.04)
Replies: 8
Views: 1973

Clipboard without a window

... This prg reads a lot of informations in several tables and the write this strings inside an excel file, using the clipboard for pasting the datas. The problem is that if I don't have a window or a dialog I cannot use the tclipboard class because it gives error saying this : Application===========  ...
by Massimo Linossi
Sat May 15, 2021 2:33 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Clipboard without a window
Replies: 3
Views: 549

Re: Favor Ayuda con REPORT

Tienes todos estos codeblocks (en DATAs del objeto report) que puedes configurar: DATA bFor, bWhile, bInit, bEnd, bStartLine, bEndLine, bStartPage, ;        bEndPage, bStartGroup, bEndGroup, bSkip, bStdFont, bPreview, ;        bChange, bPostEnd, ...
by Antonio Linares
Fri Apr 23, 2021 4:18 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Favor Ayuda con REPORT ** SOLUCIONADO
Replies: 12
Views: 1137
PreviousNext

Return to advanced search