Search found 188 matches: sorted

Return to advanced search

Re: How do you handle User Access on your FW App

Dear Gentlemen Mr. Marc and Mr. Rick, Thanks for the great Idea :idea: I got it sorted now.. defining :nID for each object I wish to control (enable/disable) defined in user table.. iterate these objects based also on defined :nID of Dialog/Window.. Before I used ...
by fraxzi
Wed Aug 22, 2018 3:50 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How do you handle User Access on your FW App
Replies: 5
Views: 1027

Re: New FTDN May 2018 (FWH 18.05)

... now recognizes if the dbf is accessed from a remote location and sets navigation codeblocks accordingly. - Data oSortCol has value only when the sorted column is visible inside the browse window. Now it has valid value in all cases. - Fix to method SetADO(): Due to a bug in version 18.05, calling ...
by Antonio Linares
Sun Jul 22, 2018 5:01 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN May 2018 (FWH 18.05)
Replies: 1
Views: 2796

Re: Busqueda SQL

Safest way to delete and reposition on next record in the sorted order:   WITH OBJECT oRs      if :RecordCount() > 0         n  := :AbsolutePosition         TRY            :Delete()         CATCH            :CancelUpdate()  ...
by nageswaragunupudi
Sat Jul 14, 2018 9:44 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Busqueda SQL
Replies: 15
Views: 3200

New FTDN May 2018 (FWH 18.05)

... ) The normal usage of oBrw:SetTree( oTree, ... ) continues. If oBrw:SetTree( [<nLevels>] ) is called after a normal browse of sorted data is setup from any datasource, oTree is automatically built from the existing data and switched to TreeView. Original view can be toggled ...
by Antonio Linares
Sat Jul 14, 2018 4:14 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN May 2018 (FWH 18.05)
Replies: 1
Views: 2796

FWH 1805 - oBrw:SetTree( [<nLevels>] ) -> Automatic Trees

... we can browse the tree by using oBrw:SetTree( oTree,  [aBitmaps], [bOnSkip], [aCols] ).  Building a tree from a sorted set of data is a bit complex. Now, the method SetTree() simplifies the process by automating it. Process: First set up browse of the sorted data ...
by nageswaragunupudi
Sun Jul 08, 2018 1:14 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 1805 - oBrw:SetTree( [<nLevels>] ) -> Automatic Trees
Replies: 15
Views: 3769

Re: lSeekBar ONLY IN SOME COLUMNS xBROWSE

... xbrowse has focus. If we set lSeekBar to .T., these keystrokes are displayed in the box. The box is displayed on the top of the column that is sorted. Since, incremental seek works on the sorted column, the keys entered are displayed in the seekbar box just above that column. But incremental ...
by nageswaragunupudi
Wed Jul 04, 2018 8:36 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: lSeekBar ONLY IN SOME COLUMNS xBROWSE
Replies: 4
Views: 1375

Re: lSeekBar ONLY IN SOME COLUMNS xBROWSE

... the columns you want to search for? that is, they are not all by default, if so, how do I do it? Incremental seek works on the column that is sorted. If you want to exclude some columns from sorting and incrementa seek, set oCol:cSortOrder := nil for those columns. 2 - you can persolizar the ...
by nageswaragunupudi
Wed Jun 27, 2018 2:03 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: lSeekBar ONLY IN SOME COLUMNS xBROWSE
Replies: 4
Views: 1375

Re: Listbox and unselected DBF

Found the ALIAS option,so now sorted :)
by reds
Wed Apr 18, 2018 4:17 pm
 
Forum: FiveWin for Pocket PC
Topic: Listbox and unselected DBF
Replies: 3
Views: 1042

Sorting with drag & drop

... possibilities for speeding up sorting. Here I show how we can pass the structure of a dbf file, sort the array and create a new table with the sorted and selected fields. Best regards, Otto https://www.youtube.com/watch?v=rPAit4GqR_s&feature=youtu.be
by Otto
Tue Mar 27, 2018 11:06 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Sorting with drag & drop
Replies: 1
Views: 574

Re: FWMARIADB: ::Seek() VS ::SetFilter(). how speed difference?

... and :SetFilter() have different purposes and you need to use one of them depending on your requirements. :Seek() works only on a column that is sorted. If you want to locate a record on a complex condition, whether or not sorted, you may use :Locate(), which is almost as fast as :Seek() lFound ...
by nageswaragunupudi
Tue Dec 05, 2017 2:46 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWMARIADB: ::Seek() VS ::SetFilter(). how speed difference?
Replies: 2
Views: 626

Re: To Marc -> A xBrowse-image colorpicker

Marc, I think it is better to select a fixed color from a dropdown-list ( color-sorted ) next to the image. A image includes many colors even if Your eye will see just one. I hope I will have the time this weekend to create a sample that shows what I mean. Maybe ...
by ukoenig
Fri Nov 10, 2017 9:48 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: A Colorpicker and RGB-tools
Replies: 53
Views: 8534

Re: Introducing FiveTech's fivedit

... it's not the same. Now it's showing how it is if the lines are it comment-out :) Another suggestion :lol: It would be nice that the open files ar sorted (like in MultiEdit) http://www.vms.be/FW/sorting.GIF I must say, fine job so far. I have almost the same color-settings and fonts ...
by Marc Vanzegbroeck
Mon Oct 23, 2017 8:04 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Introducing FiveTech's fivedit
Replies: 560
Views: 112542

Re: MySql/MariaDB Collation

... Click on header of column-2 to the sort order in ascending and descending. If we do not use TRWIN, Ü comes at the end and all other characters are sorted normally like English. First we need to resolve the issues with proper setting up of Turkish codepage in Harbour. I do not know Turkish. So I ...
by nageswaragunupudi
Thu Jun 29, 2017 11:57 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: MySql/MariaDB Collation
Replies: 16
Views: 3571

Re: FWH 16.12 : Display Seek values in Header Search Bar

... 1) Improve oQry:Seek method for your neeeds. 2) Set oCol:cSortOrder of date and numeric columns to nil. In that case these columns are not sorted 3) Modify dolphinseek() function in xbrowse to return .f. when the sorted field is numeric or date 4) Use FWHMariaDB
by nageswaragunupudi
Tue Jun 13, 2017 8:00 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 16.12 : Display Seek values in Header Search Bar
Replies: 31
Views: 9292

New FTDN February/Febrero 2017 (FWH 17.02)

... was not evaluating bChange. Now fixed. - Automatic Recalculation of aggregates improved to cover bSumCondition also. - When the value of a sorted field is modified, it is not enough to refresh the row. It is necessary to refresh the entire browse to reposition the row in the sorted order. ...
by Antonio Linares
Fri Feb 24, 2017 12:37 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN February/Febrero 2017 (FWH 17.02)
Replies: 2
Views: 2170
PreviousNext

Return to advanced search