Search found 831 matches: indexes

Return to advanced search

Re: Mr Rao :SetFilter no funciona

... already in the memory. Filters, sorting, seeking are all done in memory and do not read from the server. So there is no dependance at all on the indexes on the server.
by nageswaragunupudi
Sat Mar 23, 2024 7:54 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Mr Rao :SetFilter no funciona
Replies: 11
Views: 2398

Re: Cambiar Tree Completo Sobre xBrowse (solucionado)

Dear Rao, a question if I have an xbrowse with customer.dbf (with a combobox to select the indexes and a get to search for customers - see the example diagram below) USE CUSTOMER.... DEFINE DIALOG oDlg @ 10, 165 GET oGet VAR cSeek SIZE 200,19 PIXEL OF oDlg PICTURE ...
by Silvio.Falconi
Mon Jan 22, 2024 9:08 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Cambiar Tree Completo Sobre xBrowse (solucionado)
Replies: 9
Views: 753

Re: copy a row of xbrowse

... you could use a function that generates an ID not currently used in `oBrw:aArrayData`. ### Notes - Ensure that `oBrw:aSelectedRows` contains the indexes of selected rows in `oBrw:aArrayData`. This might require additional implementation based on how row selection is handled in your application. ...
by Otto
Tue Dec 05, 2023 3:17 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: copy a row of xbrowse
Replies: 36
Views: 5771

Re: 1st FWH + [x]Harbour 2017 international conference

... DBFCDX DBFNTX DataBases in use ================ 1: => EMP RddName: DBFNTX ============================== RecNo RecCount BOF EOF 1 1 .F. .F. Indexes in use TagName Relations in use Classes in use: =============== 1 ERROR 2 HBCLASS 3 HBOBJECT 4 TFONT 5 WIN_OLEAUTO 6 TOLEAUTO 7 TWINDOW 8 TDIALOG ...
by sirotoca
Wed Nov 15, 2023 9:37 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: 1st FWH + [x]Harbour 2017 international conference
Replies: 68
Views: 265341

Re: Xbrowse : oBrw:ToArray (How to do it)

... DBFCDX DBFNTX DataBases in use ================ 1: => EMP RddName: DBFNTX ============================== RecNo RecCount BOF EOF 1 1 .F. .F. Indexes in use TagName Relations in use Classes in use: =============== 1 ERROR 2 HBCLASS 3 HBOBJECT 4 TFONT 5 WIN_OLEAUTO 6 TOLEAUTO 7 TWINDOW 8 TDIALOG ...
by sirotoca
Wed Nov 15, 2023 8:40 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Xbrowse : oBrw:ToArray (How to do it)
Replies: 13
Views: 954

Xbrowse -> Tree -> Xbrowse

... age >50) making the user select the desired group and then go back to normal xbrowse obviously with search on the fields depending on the indexes thanks for a solution a small test #include "fivewin.ch"REQUEST DBFCDXstatic lTipo1:=.f.,ltipo2:=.f.//----------------------------------------------------------------------------////----------------------------------------------------------------------------//function ...
by Silvio.Falconi
Wed Oct 25, 2023 8:21 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Xbrowse -> Tree -> Xbrowse
Replies: 0
Views: 353

Re: DBF . Commit

... agree on this. Thanks a lot Mr. Enrico. Sorry, I did not know about this before. Yes, I see the difference in the timestamps of the dbf file (also indexes and memo files, if exist) Just for information to all: COMMIT executes the WinAPI function FlushFileBuffers( handle ) thereby ensuring that ...
by nageswaragunupudi
Mon Oct 23, 2023 4:25 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: DBF . Commit
Replies: 39
Views: 2325

Re: DBF . Commit

... SET HARDCOMMIT ON OR OFF Simply changing the data and if shared executing UNLOCK is all that is enough to ensure visibility of data as well as indexes to all other users on the network immediately So, please keep aside the documentation and STOP using COMMIT. Please Note: I am saying this with ...
by nageswaragunupudi
Sun Oct 22, 2023 1:41 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: DBF . Commit
Replies: 39
Views: 2325

Re: need Help with oBro:bSeek

... it need an Index to SEEK. *CDX seems to be open "automatic" but *.NTX must be open before ? Yes. In case of DBFNTX, after USE, open indexes by SET INDEX TO ..... and it is ready. b.) if *.CDX have TAGs, how to change TAG when click on Header of Column ? XBrowse automatically does ...
by nageswaragunupudi
Wed Aug 16, 2023 4:59 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: need Help with oBro:bSeek
Replies: 3
Views: 215

Re: Error in FW_ArrayAsRecordSet Seek - Please help

... .f.? oRs:Supports( "seek" ) // --> .f. This is a synthetic recordset and has no server and no physical table and no physical indexes. So this recordset's CursorLoction property is adUseClient. Even oRs:ActiveConnection is NIL, because this is not connected to any server. Being ...
by nageswaragunupudi
Tue Aug 08, 2023 6:47 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Error in FW_ArrayAsRecordSet Seek - Please help
Replies: 6
Views: 353

Re: Create help system with F1

Dear Marc,

No timeframe yet, just thinking about the DBF structure for help.dbf

What DBF structure (fields and indexes) should we use for it ? :-)
by Antonio Linares
Tue Jul 11, 2023 4:50 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Create help system with F1
Replies: 15
Views: 864

Re: Create help system with F1

... content. 6. Organize topics: After creating help topics, you need to organize them into a logical structure. You can create tables of contents, indexes, and other navigation elements to help users find information easily. Use the "Project" menu to add, reorder, and modify the structure ...
by Antonio Linares
Tue Jul 11, 2023 11:28 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Create help system with F1
Replies: 15
Views: 864

Re: Multiple Sql Indexes - Rao

Rao

Brilliant ... been working on this RUSH project .. Thank You, Rick
by Rick Lipkin
Tue May 30, 2023 7:32 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Multiple Sql Indexes - Rao
Replies: 2
Views: 209

Re: Multiple Sql Indexes - Rao

We do not need to create indexes at all.
Just set order to the column name we want like this:
Code: Select all  Expand view
oRs:Sort := "OwnerName"
// or
oRs:Sort := "PetName"


Or use the default AUTOSORT clause of Xbrowse and use Incremental search
by nageswaragunupudi
Tue May 30, 2023 6:56 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Multiple Sql Indexes - Rao
Replies: 2
Views: 209

Multiple Sql Indexes - Rao

I have a single Sql table oRs and I want to have 2 lookup options or Sql indexes on the same recordset .. This dataset is for a local town park where you have information on Owners ( name ) and pets by name . I want to be able to have a single recordset where ...
by Rick Lipkin
Tue May 30, 2023 6:39 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Multiple Sql Indexes - Rao
Replies: 2
Views: 209
Next

Return to advanced search