Search found 43 matches: reposition

Return to advanced search

Re: To Nageswrao Del Objs on TscrollPanel

... also if I make ASize( oPanel:aControls, Len( oPanel:aControls ) -1 ) then not refresh the panel if there are any deleted objects the btnbmp should reposition themselves https://i.postimg.cc/W41gmkM7/frds.jpg if I delete products 3 and 4, product number 5 must be positioned after ...
by Silvio.Falconi
Thu Feb 29, 2024 8:50 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: To Nageswrao Del Objs on TscrollPanel
Replies: 17
Views: 660

Re: Create a Panel width a text

... modify you Sample, using MEMO/READONLY/NOSCROLL instead of (extra) PANEL, which work for me so far it will "resize" oPanel2 and "reposition" oPanel3 only when "Collapse" oPanel2 i don´t know how to "react" on ( need more "resize/reposition" ) ...
by Silvio.Falconi
Sat Feb 24, 2024 11:30 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Create a Panel width a text
Replies: 29
Views: 3185

Re: Create a Panel width a text

... modify you Sample, using MEMO/READONLY/NOSCROLL instead of (extra) PANEL, which work for me so far it will "resize" oPanel2 and "reposition" oPanel3 only when "Collapse" oPanel2 i don´t know how to "react" on ( need more "resize/reposition" ) ...
by Jimmy
Sat Feb 24, 2024 5:22 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Create a Panel width a text
Replies: 29
Views: 3185

Re: filter or where statement in SQL

... records are replaced by new records, but fields and columns are not changed. Therefore no changes in the browse are required. But you need to reposition the browse to the top. Browse design is not gone. oRs:Requery( aNewParams )oBrw:GoTop()oBrw:Refresh() 
by nageswaragunupudi
Thu May 07, 2020 2:35 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: filter or where statement in SQL
Replies: 6
Views: 682

Re: HDORDD. Importando datos desde dos conexiones diferentes.

... una P porque está parcialmente (solo funciona con valores exactos y no búsquedas blandas X skip; Reposition cursor relative to current position. X skipFilter; -Reposition cursor respecting any filter setting. X skipRaw; Reposition cursor, regardless ...
by xmanuel
Sat Apr 25, 2020 8:00 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: HDORDD. Importando datos desde dos conexiones diferentes.
Replies: 12
Views: 1671

Re: Xbrowse : aBarGetlist reposition record after change

I have to store the recno of the Xbrowse before I edit the record.

Xbrowse executes agetbarlist first and then it executed bonchange event as far as I can tell, because the bookmark I get is the one on the new position (afther the change)

Therefore I can not get back to the previous recno.
by Marc Venken
Fri Mar 08, 2019 4:14 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Xbrowse : aBarGetlist reposition record after change
Replies: 5
Views: 793

Re: Xbrowse : aBarGetlist reposition record after change

nRecNo := oBrw:BookMark

oBrw:BookMark := nRecNo
by nageswaragunupudi
Fri Mar 08, 2019 2:39 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Xbrowse : aBarGetlist reposition record after change
Replies: 5
Views: 793

Re: Xbrowse : aBarGetlist reposition record after change

No error, but he goes to the record afther editing.

Code: Select all  Expand view

function OnGroepChange( oBrw, oCol, uOldVal )
  nRecno = oBrw:BookMark
  msginfo(nRecno)
  oBrw:bKeyNo := oBrw:bBookMark
  oBrw:refresh()
return NIL

 
by Marc Venken
Thu Mar 07, 2019 10:55 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Xbrowse : aBarGetlist reposition record after change
Replies: 5
Views: 793

Re: Xbrowse : aBarGetlist reposition record after change

Almost there...only oBrw:goto() does not work yet    WITH OBJECT :groep      :nEditType     := EDIT_LISTBOX      :aEditListTxt  := aGroepen      :bOnChange := { |oCol, uOldVal| OnGroepChange( oBrw[1], oCol, uOldVa...
by Marc Venken
Thu Mar 07, 2019 10:34 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Xbrowse : aBarGetlist reposition record after change
Replies: 5
Views: 793

Xbrowse : aBarGetlist reposition record after change

Hello, In a XBrowse, I have a (field) or object:Groep that contains data like ex. Cities I have a index on that field in order to show them sorted by city. I then have a array of all posible cities and I choise them from the pulldown menu. At that point totaly normal, the position of the Xbrowse cha...
by Marc Venken
Thu Mar 07, 2019 9:57 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Xbrowse : aBarGetlist reposition record after change
Replies: 5
Views: 793

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: 3081

Re: Borrar registro actual en xBrowse?

... It also knows whether the data is read-only or not. XBrowse also knows how to delete a record in any of these data-sources. It also knows how to reposition the record after deletion and refresh the browse. And finally Xbrowse does all these things quite efficiently on your behalf. So please do ...
by Compuin
Fri Dec 29, 2017 1:38 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Borrar registro actual en xBrowse?
Replies: 15
Views: 2483

Re: Borrar registro actual en xBrowse?

... It also knows whether the data is read-only or not. XBrowse also knows how to delete a record in any of these data-sources. It also knows how to reposition the record after deletion and refresh the browse. And finally Xbrowse does all these things quite efficiently on your behalf. So please do ...
by nageswaragunupudi
Thu Dec 28, 2017 3:53 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Borrar registro actual en xBrowse?
Replies: 15
Views: 2483

New FTDN February/Febrero 2017 (FWH 17.02)

... 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. In case of inline-edit of sorted column, xbrowse was automatically deciding whether to refresh row or entire ...
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: 2102
Next

Return to advanced search