Search found 1714 matches: space

Return to advanced search

tdtabase and filter

... aFilters,oDbf, nIndex ) nIndex is allways 3 2) to create a filter I select the state and create the new filter ( ru nok I put as 3) local cState:= space(25) If nIndex=3 Selection_State( @cstate ) cFilter:= 'STATE='+ "'"+cState+"'" endif see the code pls #include "fivewin.ch"REQUEST ...
by Silvio.Falconi
Mon May 13, 2024 9:37 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: tdtabase and filter
Replies: 0
Views: 9

To nages : modify of a xbrowse

... with an array https://i.postimg.cc/Mp3kGctt/gor.png when I modify 4th column and the string is "45" i can insert only 2 space how I can resolve ? I made WITH OBJECT oBrwFilter      :bPastEof     := { ||  AddRow( oBrwFilter ) }      :bKeyDown  := { ...
by Silvio.Falconi
Wed May 08, 2024 10:41 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: To nages : modify of a xbrowse
Replies: 7
Views: 194

Problemas con resolucion y xBrowse

... cuando el usuario usa una resolucion mayor, se ven mal. Pongo el ejemplo del xBrowse, inicialmente con 1366 x 768 http://www.datanet.space/fw/xb01.png y con una mayor resolucion, muestra otras columnas en blanco y a veces con datos. http://www.datanet.space/fw/xb02.png ...
by JoseAlvarez
Sat May 04, 2024 4:31 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Problemas con resolucion y xBrowse
Replies: 9
Views: 176

Re: how to change the size of an xbrowse in runtime

... change the height to the xbrowse example - 60 in another procedure I have already done it but I reduce the ntop of the xbrowse, now I want to make space below
by Silvio.Falconi
Thu May 02, 2024 7:51 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: how to change the size of an xbrowse in runtime
Replies: 17
Views: 317

Re: New txbrowse

... will look into it. Yes. Imagine you have many fields for customer archive. the programmer makes all the fields available to the end user but for space reasons sets some columns (defined columns) you end user wants to select the columns to display because you don't like the columns displayed, ...
by Silvio.Falconi
Mon Apr 22, 2024 7:44 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: New txbrowse
Replies: 6
Views: 455

xbrowse problem with :bLClicked

... with :SetMultiSelectCol() with bRClicked I associated a menupopup with :bLClicked I click on a row and select it I made the same with :bKeyChar ( space button)   :bLClicked := { |r,c,f,oBrw| if( oBrw:Mousecolpos( c ) == 1, ;              ...
by Silvio.Falconi
Sun Apr 21, 2024 7:09 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xbrowse problem with :bLClicked
Replies: 5
Views: 125

Re: colorize btnbmp with diagonal

... Without Truepixel https://i.postimg.cc/P5SZHc5W/no.png With Truepixel https://i.postimg.cc/2jnZy358/si.png the space between the lines is greater if the dialog is truepixel Is there a method to get the lines closer together? or maybe they are the same and I see ...
by Silvio.Falconi
Fri Apr 19, 2024 11:32 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: colorize btnbmp with diagonal
Replies: 9
Views: 338

Re: incremental search on Xbrowse

hi Nages,
The my FWH version is 23.10 but as already posted the condition under which the space is discarded is

if nKey == 32 .and. ::nMarqueeStyle <= MARQSTYLE_HIGHLROWRC .and. oCol:hChecked .and. oCol:lEditable
...
elseif nKey == 32 .and. !::lFastEdit .and. ::oMultiSelCol != nil

TIA
by mauri.menabue
Mon Mar 25, 2024 11:43 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: incremental search on Xbrowse
Replies: 10
Views: 2097

Re: incremental search on Xbrowse

What is your FWH version?

Space is working with incremental search already without any changes in the current and recent versions.
by nageswaragunupudi
Mon Mar 25, 2024 3:58 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: incremental search on Xbrowse
Replies: 10
Views: 2097

incremental search on Xbrowse

Hi all, Is it possible to modify xbrowse so that it can also accept the 'space' character in the 'seek' search string? This change would allow searches even with 2 or more words.  xbrowse vers. : #define FWVERSION    "FWH 23.10" #define ...
by mauri.menabue
Sat Mar 23, 2024 2:16 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: incremental search on Xbrowse
Replies: 10
Views: 2097

Re: WebView resize

... no direct HTML equivalent for a splitter, you can create a resizable split view using JavaScript and CSS. This would allow users to adjust the space allocated to different sections of the UI, similar to the SPLITTER in FiveWin. TEXplorerBar or Accordions: In a web context within WebView2, you ...
by Otto
Thu Mar 21, 2024 10:55 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: WebView resize
Replies: 9
Views: 2142

Eliminar Lineas de Filas en xBrowse

... que las lineas que encerré en rojo, se puedan quitar y quede como el espacio que señalo con la flecha azul. http://www.datanet.space/fw/fre.png ¿Se Puede?
by JoseAlvarez
Tue Mar 12, 2024 3:37 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Eliminar Lineas de Filas en xBrowse
Replies: 0
Views: 243

Eliminar Botones de xBrowse

...     aDbfTxt := cDbfTxt->( FW_DbfToArray() )    xBrowser aDbfTxt  el cual me muestra esta imagen: http://www.datanet.space/fw/g1.png quisiera eliminar la barra de botones del browse, que solo muestre esto: http://www.datanet.space/fw/g2.png gracias ...
by JoseAlvarez
Mon Mar 11, 2024 1:47 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Eliminar Botones de xBrowse
Replies: 2
Views: 474

Fondo Oscuro Transparente

... dialogo? y por supuesto que al salir, la vetana anterior recupere su estado normal de visibilidad. Por ejempo: https://www.datanet.space/fw/fotozaul.png En esta pantalla, al presionar el boton que se indica con la flecha azul, aparece el pequeño dialogo que tiene bordo rojo. ...
by JoseAlvarez
Sat Mar 09, 2024 12:43 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Fondo Oscuro Transparente
Replies: 2
Views: 516

Re: ButtonBmp problem with FWH2402

... Yes, And very unstable. This PROMPT empty space that only not show Chinese word REDEFINE BUTTONBMP ....PROMPT "取 消"   This PROMPT not empty space that crash my app REDEFINE BUTTONBMP ...
by richard-service
Thu Mar 07, 2024 1:46 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: ButtonBmp problem with FWH2402
Replies: 25
Views: 5375
Next

Return to advanced search