Search found 20894 matches: xbrowse

Return to advanced search

Re: SetMultiSelectCol() on line

... _LREADONLY( 0 ) Called from: xbmulsel.prg => (b)MAIN( 38 ) Maybe I did not say it clear enough I would like the procedure to check whether xbrowse has/does not have :SetMultiSelectCol() if it does not have the :SetMultiSelectCol() the procedure must create the :SetMultiSelectCol() as the ...
by Silvio.Falconi
Tue Apr 23, 2024 6:51 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: SetMultiSelectCol() on line
Replies: 5
Views: 163

Re: New txbrowse

... and those suggested by the programmer and those predefined by the end user, I made some changes created by Francisco and created a sub class of xbrowse Is it not a option to set the colums, save the state of xbrowse (selected from users) and the let the users select one of the saved states ? ...
by Silvio.Falconi
Mon Apr 22, 2024 7:44 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: New txbrowse
Replies: 6
Views: 348

Re: New txbrowse

... and those suggested by the programmer and those predefined by the end user, I made some changes created by Francisco and created a sub class of xbrowse Is it not a option to set the colums, save the state of xbrowse (selected from users) and the let the users select one of the saved states ? ...
by Marc Venken
Mon Apr 22, 2024 12:20 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: New txbrowse
Replies: 6
Views: 348

Re: New txbrowse

best solution @ 103,10 XBROWSE oBrw SIZE -10,-10 PIXEL OF oDlg ; DATASOURCE oDbf COLUMNS aCols ; AUTOSORT FONT oFont; NOBORDER CELL LINES CLASS TMyBrowse() CLASS TMyBrowse FROM TXBrowse CLASSDATA lRegistered AS LOGICAL DATA aCols2Hide ...
by Silvio.Falconi
Mon Apr 22, 2024 9:13 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: New txbrowse
Replies: 6
Views: 348

Re: xbrowse problem with :bLClicked

... useful hints :-) Ai not run his test never and make errors Please run this test you can see the modifies not run ok #include 'fivewin.ch'#include 'xbrowse.ch'#include "constant.ch"request dbfcdxrequest dbffptfunction Main()   local oDlg, oBrw, oFont,obold   local oSay:=array(2)  ...
by Silvio.Falconi
Mon Apr 22, 2024 7:49 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xbrowse problem with :bLClicked
Replies: 5
Views: 92

Re: xbrowse problem with :bLClicked

You are right that AI still fails and make mistakes, but sometimes it offers you very useful hints :-)
by Antonio Linares
Mon Apr 22, 2024 7:45 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xbrowse problem with :bLClicked
Replies: 5
Views: 92

Re: xbrowse problem with :bLClicked

> what is "KL" ? In the code snippet I provided, "KL" is a keyboard shortcut that is set using the SetKey() function. It's a way to delay the execution of the Edit_Comuni() function. When you set a keyboard shortcut using SetKey(), Harbour will wait for the user to release al...
by Silvio.Falconi
Mon Apr 22, 2024 7:22 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xbrowse problem with :bLClicked
Replies: 5
Views: 92

Re: xbrowse problem with :bLClicked

> what is "KL" ? In the code snippet I provided, "KL" is a keyboard shortcut that is set using the SetKey() function. It's a way to delay the execution of the Edit_Comuni() function. When you set a keyboard shortcut using SetKey(), Harbour will wait for the user to release all...
by Antonio Linares
Mon Apr 22, 2024 5:25 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xbrowse problem with :bLClicked
Replies: 5
Views: 92

Re: xbrowse problem with :bLClicked

... I see what's going on here. You're experiencing some issues with the selection and deselection of records in your xbrowse, specifically when using the spacebar to toggle selection. Let's break it down and see if we can fix this. First, let's analyze the `:bLClicked` ...
by Antonio Linares
Mon Apr 22, 2024 5:09 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xbrowse problem with :bLClicked
Replies: 5
Views: 92

Re: XBROWSE MODO SOLO LECTURA

Saludos Silvio.
by FranciscoA
Sun Apr 21, 2024 10:09 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: XBROWSE MODO SOLO LECTURA
Replies: 3
Views: 333

xbrowse problem with :bLClicked

i have a xbrowse 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( ...
by Silvio.Falconi
Sun Apr 21, 2024 7:09 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xbrowse problem with :bLClicked
Replies: 5
Views: 92

Re: XBROWSE MODO SOLO LECTURA

Francisco
can you write to private mail pls ?
by Silvio.Falconi
Sun Apr 21, 2024 6:25 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: XBROWSE MODO SOLO LECTURA
Replies: 3
Views: 333

Re: FWH 2006: XBrowse : Own built-in Buttonbar

... ordena las columnas, solo al colocar // XbrSetupBar( oBrw ) vueve a ordernar, podria verificar si es asi o estoy haciendo algo mal ? Please modify xbrowse and apply this fix. Please locate this line in the METHOD HeaderLButtonUp( nMRow, nMCol, nFlags ) CLASS TXBrwColumn      if nMRow ...
by nageswaragunupudi
Tue Apr 16, 2024 3:34 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 2006: XBrowse : Own built-in Buttonbar
Replies: 14
Views: 2231

Re: Ayuda con un RowSet y xBrowse

Excelente Alejandro,
! Viva la libertad carajo !
tienes un ejemplo mas completo ?
saludos !
by sysctrl2
Mon Apr 15, 2024 10:16 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Ayuda con un RowSet y xBrowse
Replies: 2
Views: 93

Re: Ayuda con un RowSet y xBrowse

Solucionado! En principio, decidí separar apellido y nombres, el problema que tenía lo pude solucionar de la siguiente manera y dejé de tener el error TYPE MISMATCH    aCols     := { "legajo",;                      "apellido",;                      "nombres",;     ...
by TecniSoftware
Mon Apr 15, 2024 9:31 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Ayuda con un RowSet y xBrowse
Replies: 2
Views: 93
Next

Return to advanced search