Search found 6 matches: obrwf

Return to advanced search

Re: no me funciona setcheck

Prueba así:

oBrwF:aCols[8]:bOnPostEdit := { | o, x, n | UpdateEstado( x, oBrwT, n), muestratotalf(oBrwT, @aArray, lCrea), x }

Esta línea la puedes simplificar asi:
oRs2f:Fields( "imprime" ):value := x
by Antonio Linares
Wed Oct 02, 2019 6:23 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: no me funciona setcheck
Replies: 2
Views: 708

Post append:

Function APPEND_TO_TABLE()
.......
TABBAD_INIT(RR->RECNO)
oBRWF:SetArray( xTABBAD )
ODSWIEZ()
Return (NIL)

Static Function ODSWIEZ()
oBRWF:Refresh(.T.)
oBRWF:SetFocus()
Return .T.
by Robert Frank
Wed Dec 05, 2007 9:53 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse on array - headers disappear.
Replies: 13
Views: 2691

... '+AllTrim(OemToAnsi(RR->IMIE))+' '+AllTrim(Str(RR->RECNO,8,0))+' / '+AllTrim(Str(RR->BARCODE,8,0)) Select("FF") TABBAD_INIT(RR->RECNO) oBRWF := TXBrowse():New( oWNDF ) oBRWF :SetArray( xTABBAD,.F.) // nie szukaj po badaniach oBRWF :nHeaderLines := 2 oBRWF :nDataLines := 1 oBRWF :lFooter ...
by Robert Frank
Wed Dec 05, 2007 9:51 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse on array - headers disappear.
Replies: 13
Views: 2691

nageswaragunupudi wrote:Please remove the line
oBRWF:SetArray( xTABBAD )
and try.


I done it and happend nothing.
I saw headers but i didn't see my new record.

I have to use SetArray becouse I rebuild table and sort it by special order.
by Robert Frank
Wed Dec 05, 2007 6:30 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse on array - headers disappear.
Replies: 13
Views: 2691

Please remove the line
oBRWF:SetArray( xTABBAD )
and try.
by nageswaragunupudi
Wed Dec 05, 2007 6:19 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse on array - headers disappear.
Replies: 13
Views: 2691

xBrowse on array - headers disappear.

... to array headers disappear http://www.3ct-phototeam.pl/FWH/xbrowse-step-2.jpg After append on database I call this three lines oBRWF:SetArray( xTABBAD ) oBRWF:Refresh(.T.) oBRWF:SetFocus() Any idea what I'm doing wrong? R.
by Robert Frank
Wed Dec 05, 2007 5:52 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse on array - headers disappear.
Replies: 13
Views: 2691

Return to advanced search