Search found 278 matches: yellow

Return to advanced search

Re: ArrayIncrFilter

*** ESTO 3 NO ME FUNCIONAN PARA MOSTRAR LO Q BUSCO SE CAE * @ 20,20 SAY oBrw[I]:oSeek VAR oBrw[I]:cSeek SIZE 150,20 PIXEL OF oDlg COLOR CLR_HRED, CLR_YELLOW UPDATE * REDEFINE SAY oBrw[oFld:nOption]:oSeek PROMPT oBrw[oFld:nOption]:cSeek ID 103 OF oDlg:aDialogs[ I ] PICTURE "@S60!" UPDATE *...
by artu01
Thu Apr 01, 2021 8:18 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: ArrayIncrFilter
Replies: 2
Views: 634

ArrayIncrFilter

Amigo tengo este codigo funciona bien en la busqueda, pero quiero mostrar lo q escribo y no me funciona REDEFINE FOLDEREX oFld ID 99 OF oDlg ; PROMPT &vTitulo; //aPrompt; BITMAPS &vBitmap; TAB HEIGHT 35 ; DIALOGS &vDialogo; //aDialogo ; ON CHANGE (oSumaTotal:=0,oBrw[oFld:nOption]:Refresh...
by jbrita
Thu Apr 01, 2021 2:29 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: ArrayIncrFilter
Replies: 2
Views: 634

Re: Cambiar el borde a un Get *SOLUCIONADO*

That is Mr. Viktor's own function. HTML and some other platforms use a format like "#rrggbb" (hex) for denoting colors whereas FWH uses native Windows color constant which is a number 0xbbggrr. Some program editors' built-in color pickers also record the selected color in the format "...
by nageswaragunupudi
Sat Jan 30, 2021 12:24 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Cambiar el borde a un Get *SOLUCIONADO*
Replies: 22
Views: 2305

Re: Cómo resetear oBrw:oseek

Hola, de nuevo Hace unos días, planteé un tema de cómo refrescar el oBrw:oseek después de editar un registro. Me ayudó mucho João, pero me da la impresión de que en mi respuesta posterior a una parte de mi planteamiento no me expliqué bien y puse en rojo el código que yo pretendía que funcionara. Ta...
by Ramón J.
Sat Dec 05, 2020 11:39 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Cómo resetear oBrw:oseek [SOLUCIONADO]
Replies: 9
Views: 1431

Cómo resetear oBrw:oseek [SOLUCIONADO]

Hola a todos Veréis tengo dos base de datos relacioandas: Proveedores y productos y se muestran los datos en un Folderex, por una parte los datos del proveedors y en el otro los productos. Al principio se muestran en xbrowse todo los proveedores por orden de código y he puesto un cuadro de búsqueda ...
by Ramón J.
Mon Nov 30, 2020 9:08 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Cómo resetear oBrw:oseek [SOLUCIONADO]
Replies: 9
Views: 1431

Xbrowse Seek

my client wants a simple search with a get control (not with a yellow say control) in the dialogs where there are lists of archives (for example customers, articles, etc.) and wants to select the column where to search for the text to search : as soon as ...
by Silvio.Falconi
Tue Nov 10, 2020 12:09 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Xbrowse Seek
Replies: 2
Views: 466

xBrowse Color a Column using HB_DECODE ( Rao )

... FANSWER. Here is the code .. I want to color the "Status" ( oRsTrav:Fields("FANSWER"):Value ) column with either Red, Green or Yellow based on three possibilities ..    // EMployee browse -----------------------   REDEFINE xBROWSE oLbxB             ;         RECORDSET oRsTrav ...
by Rick Lipkin
Sat Jun 27, 2020 6:05 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse Color a Column using HB_DECODE ( Rao )
Replies: 2
Views: 411

Actualizar en un BMP

Hola necesito poner una imagen como fondo de una ventana, en una parte de ella necesito tener texto Fijo transparente pero también necesito colocar una variable que deberá actualizarse cada determinado tiempo por ejemplo: @ 5, 5 BITMAP oBmp2 FILENAME "c:\conteo\logo.bmp" SIZE 500, 400 OF o...
by servicomver
Mon May 11, 2020 9:56 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Actualizar en un BMP
Replies: 3
Views: 465

Display Seek values in Header Search Bar

... But I have this https://i.postimg.cc/6qnpVZ6k/hh.png I 'm not seeing the search bar (yellow) as Nages sample and I cannot insert any word into then I thinked there's not the index USE CUSTOMER NEW VIA "DBFCDX" INDEX ON FIRST ...
by Silvio.Falconi
Thu Apr 16, 2020 11:26 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Display Seek values in Header Search Bar
Replies: 0
Views: 239

Xbrowse Filter with a big dbf

I wish create a filter on a xbrowse fill with a Dbf ( I have a dbf with 61.819 records) I wish search these fields ABI CAB ISTBAN CAP LOCALITA PROV https://i.postimg.cc/Gp8DZVdL/bank.png I saw the Nages samples use array data but not dbf directly I insert oBrowse:uBarGetVals := Space...
by Silvio.Falconi
Thu Apr 16, 2020 10:08 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Xbrowse Filter with a big dbf
Replies: 3
Views: 689

Re: Colorize a dialog two colors

Silvio,

You may use:

SetDlgGradient( { { 0.3, CLR_CYAN, CLR_CYAN }, { 0.7, CLR_YELLOW, CLR_YELLOW } } )
by Antonio Linares
Tue Mar 31, 2020 12:20 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Colorize a dialog two colors
Replies: 3
Views: 707

Tooltip color

... on Tootip created it not espect the colors I inserted as you can see here https://i.postimg.cc/ZY8jVmry/Immagine.jpg where is the yellow ? where is the Hred ? I think the error is here DEFINE WINDOW oToolTip FROM 0, 0 TO 1, 5 ; STYLE nOr( WS_POPUP, WS_BORDER ) ; COLOR 0, RGB( 255, ...
by Silvio.Falconi
Mon Mar 30, 2020 1:59 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Tooltip color
Replies: 3
Views: 468

intermittent color

... I create an intermittent color for a btnbmp https://i.postimg.cc/t424NxKG/cerca.png See the image ? now the btnbmp has the color yellow with :SetColor(CLR_RED,CLR_YELLOW) but I would like to flash for a few seconds in different colors to make it display and say to the end user ...
by Silvio.Falconi
Sat Mar 28, 2020 6:09 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: intermittent color
Replies: 5
Views: 863

Hi-Lite get fields like the old Dos days

... another way ... remember in the old dos days .. when you tabbed or hit enter to go to the next get .. the field get would turn another color ( yellow perhaps ) .. is there a global setting ( or code ) that will turn the get field a different color when the field is in focus ... I have a complex ...
by Rick Lipkin
Thu Mar 12, 2020 9:39 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Hi-Lite get fields like the old Dos days
Replies: 6
Views: 1018

Xbrowse button size

... to smaller than minus button I tried with other file (png) https://i.postimg.cc/fbHVHNz4/other.jpg As you can see the border ( on yellow) is too big of plus button thanks
by Silvio.Falconi
Tue Nov 12, 2019 12:30 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Xbrowse button size
Replies: 3
Views: 780
PreviousNext

Return to advanced search