Search found 1358 matches: disable

Return to advanced search

Report rpreview excel button disable not work

Dear Antonio, These code working fine FWH2212, but not work FWH2402 and FWH2404. LOCAL oReport, oFont[4]LOCAL nI    := 0LOCAL nRows := 0LOCAL nSel  := 0      cOFFER_NO := AllTrim( FW_UTF8PADCHAR(cOFFER_NO, 10) )      cOFFER_NM := AllTrim( FW_UTF8PADCHAR(cOFFER_NM, 50&...
by richard-service
Wed Apr 24, 2024 11:02 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Report rpreview excel button disable not work
Replies: 1
Views: 26

New FTDN April 2024 (FWH 24.04)

... works in 64 bits and for now we just support MSVC64, so you have to use buildh64.bat to test it. * New: samples\getclr.prg shows how to set the disable colors and focus colors for both GETs and MultilineGets using the same code. * New: samples\listen.prg allows you to talk to your FWH app instead ...
by Antonio Linares
Wed Apr 24, 2024 7:14 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN April 2024 (FWH 24.04)
Replies: 0
Views: 21

Re: Multiget con color cuando esta deshabilitado

funciono ok, antonio, ya quedaria lo del color del texto en disable.
by carlos vargas
Tue Apr 16, 2024 1:03 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Multiget con color cuando esta deshabilitado
Replies: 16
Views: 349

Re: Problem with valid email refresh btnbmp

change the line

@ 10, 420 GET aGet[11] VAR cCodEmail SIZE 180,nSizeHGet PIXEL OF oDlg;
ON CHANGE ( lPienoEmail:=validaEmail(aGet[11]:ctitle) , if( lPienoEmail , oBtnSel[4]:Enable() , oBtnSel[4]:Disable() ) )

if Valtype(aMatch)='A' //Empty( aMatch )
by Daniel Segura
Wed Apr 03, 2024 2:16 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with valid email refresh btnbmp- RESOLVED
Replies: 25
Views: 2412

Re: Control EDIT y readonly.

... :Readonly := .F., para que se puedan editar. Así un usuario NO autorizado si imprime pantalla no ha podido alterar nada. Por eso quiero realzar un Disable() o un Readonly := .T. a este control. Muchas gracias por el interés. Cambio de asunto, a ver si pronto retomo este.
by FiveWiDi
Thu Mar 28, 2024 7:10 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Control EDIT y readonly.
Replies: 5
Views: 1008

Re: incremental search on Xbrowse

Hi Rao,
yes,
this is default in my Std management of table,

::oBrw:SetMultiSelectCol( )

I rarely disable it using the property :

::oBrw:oMultiSelCol:lReadOnly := .T.

TIA
by mauri.menabue
Wed Mar 27, 2024 8:59 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: incremental search on Xbrowse
Replies: 10
Views: 2006

Re: Control EDIT y readonly.

Muchas gracias Armando, Pero no funciona, tiene el mismo efecto que realizar un Disable(), el SCROLL queda inhabilitado y no permite recorrer el contenido del control. A ver si a alguien más se le ocurre algo. Saludos, Amigo: Prueba con una variable lógica que ...
by JoseAlvarez
Tue Mar 26, 2024 10:43 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Control EDIT y readonly.
Replies: 5
Views: 1008

Re: Control EDIT y readonly.

Muchas gracias Armando, Pero no funciona, tiene el mismo efecto que realizar un Disable(), el SCROLL queda inhabilitado y no permite recorrer el contenido del control. A ver si a alguien más se le ocurre algo. Saludos, Amigo: Prueba con una variable lógica que tu ...
by FiveWiDi
Mon Mar 25, 2024 10:47 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Control EDIT y readonly.
Replies: 5
Views: 1008

Control EDIT y readonly.

... lo hago? La Data lReadonly veo que no existe en este control para modificarla en tiempo de ejecución. Si que puedo deshabilitar el control con Disable(), pero entonces el scroll vertical no funciona. Muchas gracias,
by FiveWiDi
Sun Mar 24, 2024 11:13 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Control EDIT y readonly.
Replies: 5
Views: 1008

Re: Help with HB_REALLOC ERROR 9009

I found the error

Disable Avast Antivirus, and it works with no problem.
by Adolfo
Thu Mar 21, 2024 1:03 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Help with HB_REALLOC ERROR 9009
Replies: 5
Views: 1100

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() Return(Nil) *************************************************************** * * ...
by José Camilo
Sat Mar 02, 2024 10:30 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Parpadeo de un SAY
Replies: 18
Views: 587

DATEPICKER

Dear friends, I have a datepicker in my dialog and now I am trying to disable dates in the past from selection. maybe someone would be kind enough to give me a little hint. I was wondering if there is a way to set minimum and maximum and leaving the dates out ...
by Ruth
Mon Feb 26, 2024 10:01 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: DATEPICKER
Replies: 4
Views: 222

Re: Fwh 23.10 TGet another problem (UNSOLVED)

... >> msvc.tmp I have returned to original build of fwh 23.10. I can compiled without any error (this thread related). I will disable xlsxlib and try to test other (TGet) problem.
by Horizon
Wed Feb 21, 2024 8:34 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fwh 23.10 TGet another problem (UNSOLVED)
Replies: 132
Views: 54303

Activar/Desactivar control radio

... desativarse las dos primeras y solo estar activa la tercera opcion. es decir: Segundo browse con datos = opciones 1 y 2 ENABLE() , tercera opcion DISABLE() Segundo browse sin datos = opciones 1 y 2 DISABLE() , tercera opcion ENABLE() Agradezco desde ya, la ayuda...
by JoseAlvarez
Sun Feb 04, 2024 5:34 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Activar/Desactivar control radio
Replies: 4
Views: 231
Next

Return to advanced search