Search found 73 matches: octrl

Return to advanced search

Re: Hide/show search system on a dialog

nageswaragunupudi wrote:Use
oCtrl:Hide() for all the controls you want to Hide() and use oCtrl:Show() when you want to show.


in reality I had already thought about it and had tried it without success.
probably at a certain time of night it is better to abandon and go to sleep.

:)
by Silvio.Falconi
Mon Mar 18, 2024 8:26 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Hide/show search system on a dialog - Resolved
Replies: 6
Views: 1192

Re: Hide/show search system on a dialog

Use
oCtrl:Hide() for all the controls you want to Hide() and use oCtrl:Show() when you want to show.
by nageswaragunupudi
Mon Mar 18, 2024 5:12 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Hide/show search system on a dialog - Resolved
Replies: 6
Views: 1192

Re: Parpadeo de un SAY

... //----------------------------------------------------------------------- * * funcion de WILLY * Function Blinker(oCtrl, oTmr) Static lOn := .f. oTmr:DeActivate() if lOn oCtrl:Enable() //Hide() else oCtrl:Disable() //Show() endif lOn := !lOn oTmr:Activate() oCtrl:Refresh() ...
by José Camilo
Sat Mar 02, 2024 10:30 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Parpadeo de un SAY
Replies: 18
Views: 590

Re: Select one btnbmp into a scrollpanel

... lActive,; o:refresh(),; Set_items_Active(oElements,o:cargo,o),; nElemento:= val(nProduct) } Function Set_items_Active(oItem,lActive,oBTn) local oCtrl for each oCtrl in oItem:aControls oCtrl:bClrGrad = { | lInvert | If( ! lInvert,; { { 1, CLR_WHITE, CLR_WHITE } },; { { 1, RGB( 229,241,251 ), ...
by Silvio.Falconi
Mon Jun 12, 2023 5:51 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Select one btnbmp into a scrollpanel
Replies: 1
Views: 105

Re: Search on a Xbrowse

... RETURN (NIL) //--------------------------------------------------------------------// function RefreshButtons ( oBar ) AEval( oBar:aControls, { | oCtrl | oCtrl:refresh() } ) return .T. https://i.postimg.cc/FHYgwd2Z/nnnnn.png thanks
by Silvio.Falconi
Thu Feb 24, 2022 11:45 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Search on a Xbrowse
Replies: 19
Views: 1210

Re: Cambiar el borde a un Get

... class has a method Box and is available for every dialog and control too. Sorry, I got confused looking for the right function/method! oWnd/oDlg/oCtrl:Box( nTop, nLeft, nBottom, nRight, uBorder, uBrush, aText ) uBorder can be Color constant, or oPen or hPen. Test with Box() Method of TGet Class ...
by VictorCasajuana
Sun Jan 24, 2021 3:17 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Cambiar el borde a un Get *SOLUCIONADO*
Replies: 22
Views: 2282

Re: Cambiar el borde a un Get

Why are you looking in tcalex.prg and tgraph.prg for drawing boxes?
TWindow class has a method Box and is available for every dialog and control too.

oWnd/oDlg/oCtrl:Box( nTop, nLeft, nBottom, nRight, uBorder, uBrush, aText )
uBorder can be Color constant, or oPen or hPen.
by nageswaragunupudi
Sat Jan 23, 2021 5:22 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Cambiar el borde a un Get *SOLUCIONADO*
Replies: 22
Views: 2282

Re: Update a scrollpanel

Perhaps If len(oPanel:acontrols) >0 oPanel:acontrols:End() Endif for each oCtrl in oPanel:aControls oCtrl:End() next but make error on oPanel:acontrols Application===========   Path and name: C:\Work\Prg\aarray_dlg_invoice\aarray_dlg_invoice\test.Exe ...
by Silvio.Falconi
Tue Feb 04, 2020 12:50 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Update a scrollpanel
Replies: 9
Views: 1689

Re: Design test ( modified)

... into the folder I think we must modify the cGenPrg method of window class line 1304 if ! Empty( ::aControls ) cPrg += CRLF AEval( ::aControls, { | oCtrl | cPrg += oCtrl:cGenPRG( lDlgUnits ) } ) endif I think we must insert something of this : for n= 1 to Len( ::aControls) if (::aControls[n]:ClassName() ...
by Compuin
Mon Jul 15, 2019 7:34 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Design test ( modified)
Replies: 3
Views: 1116

Re: No encuentra Registro con FWHMariaDB

Thanks Mr. Rao.

I have FWH1804

It works with If oCtrl:Seek( Alltrim(cUser) )
And I have SET EXACT OFF

Other
what function replaces ClipValue2SQL()

Thanks very much
by acuellar
Sat Jul 06, 2019 3:27 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: No encuentra Registro con FWHMariaDB
Replies: 14
Views: 1432

Re: No encuentra Registro con FWHMariaDB

Hi, I think you should change this: oCtrl:Append( "USUARIO,ENTRA", { cUser,Datetime()} ) By this: oCtrl:Append() oCtrl:usuario := cUser oCtrl:entra := DateTime() oCtrl:Save() This works oCtrl:Append( "USUARIO,ENTRA", ...
by nageswaragunupudi
Sat Jul 06, 2019 12:03 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: No encuentra Registro con FWHMariaDB
Replies: 14
Views: 1432

Re: No encuentra Registro con FWHMariaDB

Hi,

I think you should change this:

oCtrl:Append( "USUARIO,ENTRA", { cUser,Datetime()} )

By this:

oCtrl:Append()
oCtrl:usuario := cUser
oCtrl:entra := DateTime()
oCtrl:Save()
by vilian
Fri Jul 05, 2019 8:13 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: No encuentra Registro con FWHMariaDB
Replies: 14
Views: 1432

Re: c5Tooltip+btnbmp on a dialog

Silvio,

You can disable the basic tooltip

Function HazC5ToolTip( oCtrl )
Local oTip

oCtrl:cTooltip := "" // disable normal tooltip
oTip := TC5ToolTip():New( 0,0 , 200, 150, oWnd, , CLR_HGRAY, CLR_HGRAY, CLR_BLUE, 0 , 0 )

regards
Uwe :D
by ukoenig
Mon May 06, 2019 5:09 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: c5Tooltip+btnbmp on a dialog
Replies: 4
Views: 678

A problem with < oCtrl:cVarName > from TRadio and TDatepick

Hello, I noticed a problem using < oCtrl:cVarName > that returns the object-name. The function shows all infos of a object on focus http://www.pflegeplus.com/IMAGES/Focus2.jpg because of the error ( NIL ) I replaced the ...
by ukoenig
Fri Mar 29, 2019 11:38 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: A problem with < oCtrl:cVarName > from TRadio and TDatepick
Replies: 0
Views: 418

Re: Como saber si se cambio un dato de un dialogo con 50 Vars

... Imagino que usas 50 variables asociadas, pertenecen a un array ? Para los GETs puedes hacer: local nAt := 0 nAt = AScan( oDlg:aControls, { | oCtrl | Upper( oCtrl:ClassName() ) == "TGET" .and. oCtrl:oGet:Changed } ) si nAt es distinto de cero, entonces algún GET cambió Si las 50 ...
by Antonio Linares
Sat Aug 18, 2018 7:20 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Como saber si se cambio un dato de un dialogo con 50 Vars
Replies: 6
Views: 1330
Next

Return to advanced search