Search found 158 matches: ogrid

Return to advanced search

Re: Xbrowse : Problem with Image resolved

Uwe, I had only copied a piece of my source back this is the original       WITH OBJECT  oApp():oGrid               :nRowHeight := 40                 WITH OBJECT oApp():oGrid:aCols[ 1]                               :cDataType     := 'F'              ...
by Silvio.Falconi
Thu Apr 04, 2019 11:18 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Xbrowse : Problem with Image RESOLVED
Replies: 2
Views: 489

Re: Xbrowse : Problem with Image

Silvio,

WITH OBJECT oApp():oGrid
:nRowHeight := 200
END

WITH OBJECT oApp():oGrid:aCols[ 1]
:cDataType := 'F'
:nWidth := 40
:nDataBmpAlign := AL_CENTER
:lBmpTransparent := .T.
END

regards
Uwe :D
by ukoenig
Thu Apr 04, 2019 11:09 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Xbrowse : Problem with Image RESOLVED
Replies: 2
Views: 489

Xbrowse : Problem with Image RESOLVED

I made a xbrowse and set the first column with WITH OBJECT oApp():oGrid :nRowHeight := 200 WITH OBJECT oApp():oGrid:aCols[ 1] :cDataType := 'F' :nWidth := 40 :nDataBmpAlign := AL_CENTER :lBmpTransparent := .T. END But It show a small image https://i.postimg.cc/qMgGt9qC/ser.jpg ...
by Silvio.Falconi
Thu Apr 04, 2019 10:52 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Xbrowse : Problem with Image RESOLVED
Replies: 2
Views: 489

Re: Xbrowse Problem Bitmap autosort

Sorry MrRao , here also not run ok I have WITH OBJECT oApp():oGrid WITH OBJECT oApp():oGrid:aCols[1] :AddResource("SORT_1_16") :AddResource("SORT_2_16") :nHeadBmpNo := 1 :nHeadBmpAlign := AL_RIGHT :bLClickHeader :={ ||(CuSel_Index(1,"CU"), ...
by Silvio.Falconi
Fri Nov 09, 2018 8:59 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Xbrowse Problem Bitmap autosort
Replies: 3
Views: 714

Re: Sample for Lan network

If I not insert oCustomers:SetXBrowse( oApp():oGrid ) and make only   oApp():oGrid := TXBrowse():New( oApp():oDlg )   oApp():oGrid:nTop    := 00   oApp():oGrid:nLeft ...
by Silvio.Falconi
Wed Nov 07, 2018 12:58 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Sample for Lan network
Replies: 8
Views: 1823

Re: Sample for Lan network

Perhaps I resolved for the visualization oApp():oGrid := TXBrowse():New( oApp():oDlg ) oCustomers:SetXBrowse( oApp():oGrid ) Instead of    aBrowse   := { { { || oCustomers:ID }, i18n("ID"), 100, ...
by Silvio.Falconi
Wed Nov 07, 2018 12:53 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Sample for Lan network
Replies: 8
Views: 1823

Re: explorerbar Menu

... I can make this DEFINE VMENUITEM OF oBar ; CAPTION "Elenco movimenti" ; IMAGE "GRID_IMPRIMIR2" ; MENU Stampa_Mov(oApp():oGrid,oCont,oBar); LEFT 10 where Stampa_Mov is a normal function with menupopup type Function Stampa_Mov(oGrid,oCont,oBar) Local oMenuStampa MENU oMenuStampa ...
by Silvio.Falconi
Fri Feb 09, 2018 9:35 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: explorerbar Menu
Replies: 2
Views: 651

Re: Report Xbrowse Multiheader

Mr Nages to print this multiheader project with oBrw:report() is too hard because there many problems I use to print this command oApp:oGrid:Report( cTitle, , , { | oRep, oBrw, nCall| MyRepSetup( oRep, oApp:oGrid, nCall,1) } ) MyRepSetup static function MyRepSetUp( oRep, oBrw, nCall,ntipo ...
by Silvio.Falconi
Tue Dec 05, 2017 6:00 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Report Xbrowse Multiheader
Replies: 17
Views: 3373

Re: Press Shift on the column xBrowse

you must create a func and insert a codeblock type this: oBrw:bKeyDown := {|nKey| MyfunctionTecla(nKey,oBrw,oDlg) } Function MyfunctionTecla(nKey,oGrid,oDlg) Do case case nKey==VK_RETURN // here your function of modify record case nKey==VK_INSERT // here your function of add record case nKey==VK_DELETE ...
by Silvio.Falconi
Tue Sep 26, 2017 11:24 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Press Shift on the column xBrowse
Replies: 3
Views: 626

Re: ERROR ON RPREVIEW

I treied to move these functions on another new file prg

Nuovo_Bilancio_Trimestre(lSaldo,oGrid)

Report_Nuovo_Bilancio_Trimestre(aBilancio)

but I have the same error
by Silvio.Falconi
Wed Jul 19, 2017 10:16 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: ERROR ON RPREVIEW
Replies: 25
Views: 4350

Re: XBROWSER Question

oGrid:bRClicked := {|nRow,nCol| your function }
by Silvio.Falconi
Mon Apr 17, 2017 5:26 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: XBROWSER Question
Replies: 3
Views: 497

Re: Error on oGrid:TOWORD

any sample for use CLASS TRtfFile ?
by Silvio.Falconi
Sat Apr 15, 2017 8:14 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Error on oGrid:TOWORD
Replies: 3
Views: 354

Re: Error on oGrid:TOWORD

thanks
by Silvio.Falconi
Sat Apr 15, 2017 8:13 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Error on oGrid:TOWORD
Replies: 3
Views: 354

Re: Error on oGrid:TOWORD

Silvio.Falconi wrote:How I can transfer records/record into a rtf file ?


Look METHOD ViewDbf( cFile ) CLASS CLASS TRichEdit5
by cnavarro
Fri Apr 14, 2017 9:38 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Error on oGrid:TOWORD
Replies: 3
Views: 354

Error on oGrid:TOWORD

Made me this error Stack Calls===========   Called from:  => STRTRAN( 0 )   Called from: .\source\classes\XBROWSE.PRG => TXBROWSE:CLPROW( 8031 )   Called from: .\source\classes\XBROWSE.PRG => TXBROWSE:TOWORD( 8558 )   Call...
by Silvio.Falconi
Fri Apr 14, 2017 3:10 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Error on oGrid:TOWORD
Replies: 3
Views: 354
PreviousNext

Return to advanced search