Search found 22 matches

by Luisão PITBULL
Wed Jan 30, 2013 10:15 pm
Forum: FiveWin for Harbour/xHarbour
Topic: xbrowse\Header
Replies: 2
Views: 622

xbrowse\Header

Code: Select all

oBrw:aCols[i]:bLClickHeader := {|nMRow, nMCol, nFlags, Self| nCol := ??????????, MsgAlert(nCol) }
how do I know the value of nMCol


I needed to know the column number which was given the click, without even being in focus

thank you

Luiz Fernando
by Luisão PITBULL
Thu Jan 24, 2013 8:56 pm
Forum: FiveWin for Harbour/xHarbour
Topic: GroupHeader \ xbrowse
Replies: 2
Views: 429

Re: GroupHeader \ xbrowse

ADutheil wrote:To retreive groupheader for column nCol try:

Code: Select all

oXbrw:aCols[ nCol ]:cGrpHdr

worked perfect, thanks for the help

Luiz Fernando
by Luisão PITBULL
Thu Jan 24, 2013 6:45 pm
Forum: FiveWin for Harbour/xHarbour
Topic: GroupHeader \ xbrowse
Replies: 2
Views: 429

GroupHeader \ xbrowse

Image

thank you

Luiz Fernando
by Luisão PITBULL
Thu Jul 19, 2012 10:57 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Fast Reports -Sergey Rests
Replies: 34
Views: 7844

Re: Fast Reports -Sergey Rests

reinaldocrespo, thanks for the reply, but I can not compile the line under way

Code: Select all

      bResync := { |n| "Invoices"->( dbSeek( aData[ n, 1 ] ) ), oFrh:Resync( "invoices" ) }
 



Luizão PITBULL
FWH 1104,XHARBOUR1.2, MYSQL C\SQLLIB
by Luisão PITBULL
Wed Jul 18, 2012 11:53 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Fast Reports -Sergey Rests
Replies: 34
Views: 7844

Re: Fast Reports -Sergey Rests

colleagues does anyone know how to use the command lines below with array  oFrPrn:SetMasterDetail("relven5a", "relven5c", {||relven5a->pedido})        oFrPrn:SetResyncPair( "relven5a", "relven5c" )   thank you Luizão PITBULL FWH1104,XHARBOUR1.2,MYSQL\SQLLIB
by Luisão PITBULL
Mon Jun 18, 2012 4:19 pm
Forum: FiveWin for Harbour/xHarbour
Topic: TTitle from RESOURCE a Image-problem ?
Replies: 5
Views: 1631

Re: TTitle from RESOURCE a Image-problem ?

changed the class of the form below, and it worked ... // DEFAULT nRow :=  ::nHeight / if( ::oWnd:ClassName() == "TWINDOW", 2, 1 ) - nBmpHeight( hBmp ) / 2 - If( ::lBase, 3, 0 )          AAdd( ::aImgs, { nRow,;                                   nCol,;                                   hBmp...
by Luisão PITBULL
Sun Jun 17, 2012 7:44 pm
Forum: FiveWin for Harbour/xHarbour
Topic: TTitle from RESOURCE a Image-problem ?
Replies: 5
Views: 1631

Re: TTitle from RESOURCE a Image-problem ?

colleague has achieved something, I'm also experiencing this problem    REDEFINE TITLE oTitle ID 4001 OF oDlg SHADOW NOSHADOW     oTitle:lBorder:=.F.     @ 10, 4 TITLETEXT OF oTitle TEXT "Manutenção de Classificação de Clientes" font Arial18B     @  5,510  TITLEIMG  OF oTitle BITMAP "...