Search found 90 matches: bwhen

Return to advanced search

Re: Question to XBROWSE

I have solved for me!

But as suggestion for XBROWSE:
A function similar to "SKIP FOR bFor WHEN bWhen" espacially for rows with one or more editable cells.
z.B. "SKIP FOR empty(Col1)"
by byte-one
Tue Mar 03, 2020 12:14 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Question to XBROWSE
Replies: 3
Views: 657

Re: GET logical value represented by bitmap

... ; "..\bitmaps\off.bmp" ) ) ) METHOD ReDefine( nId, cResName1, cResName2, cBmpFile1, cBmpFile2,; cMsg, bAction, oBar, lAdjust, bWhen, lUpdate,; cToolTip, cPrompt, oFont, cResName3,; cBmpFile3, lBorder , cLayout, cResName4, cBmpFile4, lTransparent,; lRound, bGradColors ) regards ...
by ukoenig
Fri May 24, 2019 6:38 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: GET logical value represented by bitmap
Replies: 6
Views: 976

Re: resize a position with fw_drawimage

... METHOD New( nTop, nLeft, nWidth, nHeight, cResName, cBmpFile, lNoBorder,; oWnd, bLClicked, bRClicked , lScroll, lStretch, oCursor,; cMsg, lUpdate, bWhen, lPixel, bValid, lDesign, cVarName ) CLASS TImage regards Uwe :D Uwe, Sorry on BTnBMP is possible to place sub-images inside on any position of ...
by Silvio.Falconi
Thu May 16, 2019 11:38 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: resize a position with fw_drawimage
Replies: 12
Views: 1571

Re: resize a position with fw_drawimage

... METHOD New( nTop, nLeft, nWidth, nHeight, cResName, cBmpFile, lNoBorder,; oWnd, bLClicked, bRClicked , lScroll, lStretch, oCursor,; cMsg, lUpdate, bWhen, lPixel, bValid, lDesign, cVarName ) CLASS TImage regards Uwe :D
by ukoenig
Thu May 16, 2019 10:28 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: resize a position with fw_drawimage
Replies: 12
Views: 1571

Re: Menu desde Tabla MySql

... oDp:nMenuItemSelPane; COLORBOX oDp:nMenuBoxClrText ; HEIGHT oDp:nMenuHeight; LOGOCOLOR oDp:nMenuMainClrText ELSE MENU ENDIF LOOP ENDIF oItem:bWhen :=aMenu[11,I] oItem:bAction :=aMenu[03,I] IF lMenuXp oItem:bAuxAction :=aMenu[03,I] ENDIF NEXT I FOR I=1 TO nIni IF lMenuXp C5ENDMENU ELSE ENDMENU ...
by jnavas
Wed Dec 12, 2018 11:02 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Menu desde Tabla MySql
Replies: 16
Views: 3300

Re: Nuevo FWH 18.07

... very much for bringing this important bug to our notice. Los controles COMBOBOX, CHECKBOX ( y no se si otros tambien ), no evaluan el codeblock bWHEN cuando cambia en ejecucion This bug effects all other controls also in your situation. de momento lo he solucionado modificando control.prg Glad ...
by nageswaragunupudi
Fri Oct 12, 2018 7:37 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Nuevo FWH 18.07
Replies: 6
Views: 1492

BUG !!! Re: Nuevo FWH 18.07

Hola, Los controles COMBOBOX, CHECKBOX ( y no se si otros tambien ), no evaluan el codeblock bWHEN cuando cambia en ejecucion. de momento lo he solucionado modificando control.prg (gracias a la ayuda de Cristobal), en el metodo : METHOD ForWhen() CLASS TControl /* #ifdef ...
by Ariel
Thu Oct 11, 2018 5:18 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Nuevo FWH 18.07
Replies: 6
Views: 1492

Re: New FTDN July 2018 (FWH 18.07)

... Cambio de cualquier control en el diálogo principal o diálogos secundarios (carpetas, paneles, etc.) dan como resultado la evaluación de bWhen en todos los controles en la ventana principal y en todas las ventanas secundarias visibles. viewtopic.php?f=3&t=36094 * fivewin.ch: Corrección ...
by Antonio Linares
Fri Sep 21, 2018 8:58 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN July 2018 (FWH 18.07)
Replies: 5
Views: 2807

New FTDN July 2018 (FWH 18.07)

... tables. * control.prg, window.prg, scrlpanl.prg: Change of any control in the main or child dialogs (folders, panels, etc) result in evaluation of bWhen of all controls in the main and all visible child windows. http://forums.fivetechsupport.com/viewtopic.php?f=3&t=36094 * fivewin.ch: Fix to ...
by Antonio Linares
Fri Sep 21, 2018 8:42 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN July 2018 (FWH 18.07)
Replies: 5
Views: 2807

Re: Problem with Get in RibbonBar

i have avoided the error declaring bWhen, nId like DATA CLASS TEvent   DATA bRefresh, bWhen, nId, Hide, Show   METHOD Refresh() INLINE Eval( ::bRefresh )ENDCLASS i have the same problem with selection, if i select the test ...
by marzio
Thu May 03, 2018 7:37 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with Get in RibbonBar
Replies: 13
Views: 2203

Re: Problem with Get in RibbonBar

...  ACTIVATE WINDOW oWnd MAXIMIZEDreturn nil  but i have another error when i confirm or i move to second or first get: Message not found: TEVENT:BWHEN Called from: => __ERRRT_SBASE( 0 ) Called from: ../../../tobject.prg => TEVENT:ERROR( 0 ) Called from: ../../../tobject.prg => (b)HBOBJECT( ...
by marzio
Thu May 03, 2018 7:11 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with Get in RibbonBar
Replies: 13
Views: 2203

Re: Disable Bitmap for Get-Action

Rick,

bWhen has to return a logical value:

oOperator:oBtn:bWhen := {| | if( ( cPERMASSN = 'Y' .or. xOPERATOR <> " " ), ( oOperator:oBtn:Enable(), .T. ), ( oOperator:oBtn:Disable(), .F. ) ) }
by Antonio Linares
Tue Jun 07, 2016 5:43 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Disable Bitmap for Get-Action
Replies: 9
Views: 1619

Re: Disable Bitmap for Get-Action

... from start: 0 hours 0 mins 7 secs    Error occurred at: 06/07/2016, 11:28:11   Error description: Error BASE/1005  Class: 'NIL' has no property: BWHEN   Args:     [   1] = U        [   2] = B   {|| ... }Stack Calls===========   Called from:  => _BWHEN( 0 )  ...
by Rick Lipkin
Tue Jun 07, 2016 3:29 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Disable Bitmap for Get-Action
Replies: 9
Views: 1619

Re: Disable Bitmap for Get-Action

Rick,

Try:

oPRIMARY:oBtn:bWhen = ...

or

oPRIMARY:oBtn:Disable() (or Enable()) from the WHEN clause
by Antonio Linares
Tue Jun 07, 2016 12:34 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Disable Bitmap for Get-Action
Replies: 9
Views: 1619

Re: Forma correcta de configurar clase TSBUTTON...alguna ayuda?

... E0019 #error: 'Class "TSButton" not declared for method: New( nTop, nLeft, cPrompt, oWnd, aResource, aFile, aSize, lPixel, bActio n, bWhen, bValid, lDefault, oFont, cMsg, cToolTip, nHelpId, cBorder, lCancel, l Adjust, aColors, nCaptPos, lOpaque, oPBrush, cShape .\prg\TSBUTTON.PRG(365) ...
by Compuin
Mon May 02, 2016 2:16 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Forma correcta de configurar clase TSBUTTON...alguna ayuda?
Replies: 14
Views: 3992
Next

Return to advanced search