Search found 364 matches: nflags

Return to advanced search

Re: XIMAGE

Estimado Marcelo,

La Clase TXImage proporciona el método Paste( lCheck ) que permite copiar una imagen desde el portapapeles

Además tienes el método PopupMenu( nRow, nCol, nFlags ) que te muestra un popup con la opción Paste

Espero que esto te pueda ser de ayuda
by Antonio Linares
Tue Mar 05, 2024 7:30 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: XIMAGE
Replies: 10
Views: 240

Re: New FTDN February 2024 (FWH 24.02)

... TTaskPanel utilizados de la clase TExplorerBar, se ha implementado una nueva DATA bOnCollapse que se evalúa desde su método LButtonUp( nRow, nCol, nFlags ), de forma que cada panel puede utilizar su propia DATA bOnCollapse para el evento de colapso. * Nuevo: Nuevo ejemplo samles\booking.prg. Cómo ...
by Antonio Linares
Sun Mar 03, 2024 7:25 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN February 2024 (FWH 24.02)
Replies: 1
Views: 140

New FTDN February 2024 (FWH 24.02)

... objects used from Class TExplorerBar, a new DATA bOnCollapse has been implemented and it is evaluated from its method LButtonUp( nRow, nCol, nFlags ), so each panel can use its own DATA bOnCollapse for the collapse event. * New: Example samles\booking.prg shows how to implement a booking ...
by Antonio Linares
Sat Mar 02, 2024 8:31 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN February 2024 (FWH 24.02)
Replies: 1
Views: 140

Re: how get Event from TExplorerBar() when "collaps" a Panel ?

Dear Jimmy, On CLASS TTaskPanel FROM TControl add this DATA: DATA bOnCollapse and then add this code at the bottom of METHOD LButtonUp( nRow, nCol, nFlags ) CLASS TTaskPanel:      ::oWnd:CheckScroll()      if ! Empty( ::bOnCollapse )   // new         Eval( ::bOnCollapse, ...
by Antonio Linares
Sat Feb 24, 2024 6:12 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: how get Event from TExplorerBar() when "collaps" a Panel ?
Replies: 11
Views: 337

Re: how get Event from TExplorerBar() when "collaps" a Panel ?

hi Antonio, TExplorerBar has no currently support for such event but it can be easily implemented from: METHOD LButtonUp( nRow, nCol, nFlags ) CLASS TTaskPanel thx for Answer there is in CLASS TTaskPanel   DATA   lCollapsed      INIT .F. and it will be assign Value in METHOD LButtonUp(nRow, ...
by Jimmy
Sat Feb 24, 2024 2:53 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: how get Event from TExplorerBar() when "collaps" a Panel ?
Replies: 11
Views: 337

Re: how get Event from TExplorerBar() when "collaps" a Panel ?

... Dear Jimmy, TExplorerBar has no currently support for such event but it can be easily implemented from: METHOD LButtonUp( nRow, nCol, nFlags ) CLASS TTaskPanel
by Antonio Linares
Sat Feb 24, 2024 12:57 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: how get Event from TExplorerBar() when "collaps" a Panel ?
Replies: 11
Views: 337

Ayuda, busqueda incremental

... , ; "UM", , "Ult.Modif" ; LINES CELL font ofont ON dblCLICK ( lsavek := .t., oDlgSTK:End() ) obrw:bKeyDown = { | nKey, nCol, nFlags | iif( nKey = K_ENTER, ( lsavek := .t., oDlgSTK:End() ), ) } oBrw:nRowHeight := 35 REDEFINE BTNBMP 2007 prompt HB_UTF8CHR( 57611 ) + " Confirma ...
by jpcavagnaro
Wed Nov 22, 2023 11:20 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Ayuda, busqueda incremental
Replies: 1
Views: 293

Re: fivewin 2023/07 y 2020/12 problemas al crear EXE

... con la version FWh 07-2023. Muy agradecido por el tiempo #include "fivewin.ch" Function ConectMySql LOCAL hIni LOCAL oServer LOCAL oErr,nFlags,cUser,cPassword,nPort,cServer hIni := 0 oServer := NIL nFlags := 0 ? File(".\connect.ini") If File(".\connect.ini") cServer ...
by CARLOS ATUNCAR
Thu Sep 14, 2023 4:01 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Problemas al migrar desde FWH2012 a FWH2307 - cerrado
Replies: 22
Views: 1448

Problemas al migrar desde FWH2012 a FWH2307 - cerrado

... y si conecta al servidor. Que puede estar mal ? esta es la funcion de conexion Function ConectMySql( cDbName ) LOCAL hIni LOCAL oServer LOCAL oErr,nFlags,cUser,cPassword,nPort,cServer hIni := 0 oServer := NIL nFlags := 0 If File(".\connect.ini") cServer := GetPvProfString("mysql","host" ...
by CARLOS ATUNCAR
Tue Sep 12, 2023 11:53 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Problemas al migrar desde FWH2012 a FWH2307 - cerrado
Replies: 22
Views: 1448

Re: cGetFile32 initial file

ARREGLADO FALTABA lSAved:=.T. Function cGetFile32( cFileMask, cTitle, nDefaultMask, cInitDir, lSave, nFlags, cIniFile ) local cSection, cFile local nRet DEFAULT lSave := .f. CursorWait() // On cGetFile() that parameter is a boolean for long filenames if nFlags != Nil .and. ...
by PAUL SIMM
Mon Nov 28, 2022 1:23 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: cGetFile32 initial file
Replies: 3
Views: 594

Re: Harbour warnings

...          CENTER  This edit in dialogs.ch does work (not sure of negative fallout), but it is inadequate/incomplete because things like nRow, nCol, nFlags, etc. need to be handled in other rows as well. What I do NOT understand why Self in the row for .center. does not also throw the warning when ...
by rhlawek
Sat Jun 25, 2022 3:35 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Harbour warnings
Replies: 34
Views: 2085

Re: Error con TDolphin

... _cHost, _cUser, _cPasswordUser,3306,0, ,_cDataBase ) Segun lo que yo tengo de la conexion es: New( cHost, cUser, cPassword, nPort, nFlags, bOnError, cDBName ) ¿Funciona el 3306,0 igual en red local como en la nube? Mis programas son duales, se pueden configurar para que guarden ...
by JoseAlvarez
Mon Mar 14, 2022 1:53 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error con TDolphin
Replies: 10
Views: 684

Re: Error con TDolphin

Prueba con:
Code: Select all  Expand view
_oSqlConex:=TDolphinSrv():New( _cHost, _cUser, _cPasswordUser,3306,0, ,_cDataBase )

Segun lo que yo tengo de la conexion es:
New( cHost, cUser, cPassword, nPort, nFlags, bOnError, cDBName )
by cmsoft
Mon Mar 14, 2022 1:38 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error con TDolphin
Replies: 10
Views: 684

Re: Finding XBrowse current record

... |param1,param2,param3,param4| <execution code> }  parameters 1 to 4 (whatever names we use) are assigned the values of nRow, nCol, nFlags and Self (xbrowse object). That is the reason, why oCustomers (first and the only parameter declared) gets a numeric value of nRow. This is better: ...
by nageswaragunupudi
Sun Jul 04, 2021 11:36 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Finding XBrowse current record
Replies: 11
Views: 1338

Re: Xbrowse : Setup configuration file

... Eval( ::bClrHeader, Self ) [ 2 ] ) end // add lines end ::DispEnd( aInfo ) ::oFont:Deactivate( hDC ) return 0 4. METHOD LButtonDown( nRow, nCol, nFlags ) CLASS TXBrowse ... if ::lDrag return Super:LButtonDown( nRow, nCol, nFlags ) endif // add the lines if nRow < ::HeaderHeight()-if(::lgetbar,::nrowheight*2,0) ...
by ShumingWang
Sat Apr 17, 2021 12:11 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Xbrowse : Setup configuration file
Replies: 5
Views: 1196
Next

Return to advanced search