Search found 19 matches: sequentially

Return to advanced search

Re: Search for a number on xbrowse and highlight it

... To scroll back and forth through the years, I use the buttons on the toolbar Continuous extractions In this mode the extractions are displayed sequentially without interruption. I set the total of the extractions through the selection box. (combobox) on nOption Vertical https://i.postimg.cc/zGR4PGMw/ttttttt.png
by Silvio.Falconi
Thu Oct 13, 2022 7:24 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Search for a number on xbrowse and highlight it
Replies: 9
Views: 620

Re: Marc : Conversion process and questions about it

... of FW has been much better now I will no overlook the program flow(prg), and when a function is called, note it and see if it needs a update. Sequentially all functions will come sooner of later...
by Marc Venken
Sun Dec 27, 2020 2:11 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Marc : Conversion process and questions about it
Replies: 30
Views: 3500

Re: To James Bott - Error Using TData

... this I am very sorry, I don't want to have the risk of re-building twice an application because my customer one day doesn't see the bill number sequentially is a crazy and unconscious reasoning this ... "... the tdata class works very well, if then dear silvio you can not make sequential ...
by Silvio.Falconi
Tue May 28, 2019 11:20 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: To James Bott - Error Using TData
Replies: 49
Views: 5125

GetExcelRange function

... are not specified. I Have a lot of excel files (cBook) and inside there are 1 or n sheets (cSheet), is there any way to open them (sheets) sequentially by FOR NEXT ?
by damianodec
Fri Aug 31, 2018 7:26 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: GetExcelRange function
Replies: 2
Views: 685

Re: lSeekBar ONLY IN SOME COLUMNS xBROWSE

... from sorting and incrementa seek, set oCol:cSortOrder := nil for those columns. 2 - you can persolizar the form of search. that is, it is not sequentially from left to right, but located in the column that you want to search, you can search for a word within a sentence, as it is done in MYSQL ...
by nageswaragunupudi
Wed Jun 27, 2018 2:03 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: lSeekBar ONLY IN SOME COLUMNS xBROWSE
Replies: 4
Views: 1359

lSeekBar ONLY IN SOME COLUMNS xBROWSE

... you want to search for? that is, they are not all by default, if so, how do I do it? 2 - you can persolizar the form of search. that is, it is not sequentially from left to right, but located in the column that you want to search, you can search for a word within a sentence, as it is done in MYSQL ...
by joseluisysturiz
Mon Jun 25, 2018 6:00 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: lSeekBar ONLY IN SOME COLUMNS xBROWSE
Replies: 4
Views: 1359

Re: Error in XBROWSE

There is nothing wrong in your usage.
Finally evaluating bTest2 amounts to sequentially executing function3(), function(4) and function1(). The problem could be when you execute these functions one after another in that order.
by nageswaragunupudi
Sun Jan 17, 2016 6:26 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Error in XBROWSE
Replies: 14
Views: 1817

Re: hb_xrealloc can't reallocate memory

Hi James So, are you saying that you could reduce the fragmentation by pre-allocating a string of spaces, the replacing the spaces sequentially rather than starting with an empty string and adding strings to it? I suppose we could create a class to handle this. In my case, i changed the ...
by Carlos Mora
Wed Sep 02, 2015 3:48 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: hb_xrealloc can't reallocate memory
Replies: 21
Views: 7229

Re: hb_xrealloc can't reallocate memory

... detailed explanation. So, are you saying that you could reduce the fragmentation by pre-allocating a string of spaces, the replacing the spaces sequentially rather than starting with an empty string and adding strings to it? I suppose we could create a class to handle this. I still remember ...
by James Bott
Wed Sep 02, 2015 1:48 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: hb_xrealloc can't reallocate memory
Replies: 21
Views: 7229

Re: DBF to SQL converter program

... field is auto-incremented. Let's say you have a sequences table (as you do) where you store sequences for each field of each table that is to be sequentially incremented. You first read the value on rowversion for that record while extracting the corresponding sequence. Now before you update ...
by reinaldocrespo
Tue Aug 25, 2015 7:17 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: DBF to SQL converter program
Replies: 59
Views: 17991

Re: VCard import

... these items--it will always return the first item. I am afraid that the only solution is to rewrite the entire code to read and parse each line sequentially. Maybe someone else has a better idea? Regards, James // Purpose: VCard class// Date: 4/30/2013 #include "fivewin.ch"function ...
by James Bott
Tue Apr 30, 2013 10:16 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: VCard import
Replies: 21
Views: 5914

Re: autocomplete in get

... first match. The speed is OK for smaller arrays. With 14000 elements, a better speed would be an indexed database since indexes are not scanned sequentially. This would, of course, require a rewrite of the class.
by James Bott
Thu Jun 23, 2011 1:36 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: autocomplete in get
Replies: 15
Views: 9187

New FTDN November/Noviembre 2010 (FWH 10.11)

... Method ReArrangeCols( aNew, [lKeepRest := .f.], [lReNum := .f.] ). By default, the method renumbers the nCreationOrder of the rearranged columns sequentially. This renumbering can be prevented by specifying .f. as 3rd parameter. c) New Methods: (i) GetColsData( cMsg, [lByCreationOrder := .t.] ...
by Antonio Linares
Fri Dec 10, 2010 8:05 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN November/Noviembre 2010 (FWH 10.11)
Replies: 0
Views: 1313

Re: Pritpal, HBIDE developer, assists us to use it with FWH

... that column visible. Vey handy especially in tables with lot of fields. > Search in Field Opens input dialog to fetch a value to be searched sequentially on the highlighted field. This option is available in any state of the table, indexed or natural order. > Form View Triggers the form-view ...
by Pritpal Bedi
Fri Jul 23, 2010 4:40 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Pritpal, HBIDE developer, assists us to use it with FWH
Replies: 293
Views: 99085

Re: XBrowse Array Incremental Search

Hi, Is this problem solved ? * Fix: XBrowse.prg: Incremental seek on Arrays works only when columns are added sequentially and that too in the SetArray method. Now fixed. Incremental seek works irrespective of the order of the array columns if lAutoSort is set to true in SetArray ...
by anserkk
Wed Mar 03, 2010 11:07 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: XBrowse Array Incremental Search
Replies: 15
Views: 5981
Next

Return to advanced search

cron