Search found 20 matches: methos

Return to advanced search

Re: Finding the caption of a Hash

... also giving the error. Normaly I put a Xbrowser as debugger, but also Xbrowse is only giving : Key and Value I suppose now that there are no more methos in the Hash. HB_Hash is harbour, so not a source of FW.
by Marc Venken
Fri Apr 01, 2022 1:29 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Finding the caption of a Hash
Replies: 6
Views: 410

Re: Ribbon Theme

... 8 #define RB_THEME_GREEN 9 #define RB_THEME_ORANGE 10 #define RB_THEME_PURPLE 11 where are the syle from 1 to 5 :) then we must add a new methos direclty to ribbon called METHOD SetStyle( nStyle ) or change this METHOD SetStyles( l2010, l2013, l2015, nTopMargin, nClrPaneRB, nClrBoxOut, ...
by Silvio.Falconi
Mon May 06, 2019 11:03 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Ribbon Theme
Replies: 163
Views: 28028

Re: New FTDN August/Agosto 2016 (FWH 16.08)

... to the number or rows specified while opening the rowset, which can be changed later in the program. DATAS nPageStep, nCurrentPage, nMaxPages METHOS FirstPage(), PrevPage(), NextPage(), LastPage(), GoToPage( nPage ) These datas and methods are self-explantory. It is also possible to alternate ...
by Antonio Linares
Wed Oct 12, 2016 9:14 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN August/Agosto 2016 (FWH 16.08)
Replies: 1
Views: 1959

To Gurus and To Charles : Also for MyRpt

... with lines, boxes and Emf ( from PPT) When I use Myrpt using the same rpt into Windows Seven the says are moved ( on height and left ) the methos to print says is on rptrun.prg file and the method is METHOD PrintSay( oItem ) CLASS RptRun it run good on winXP but wrong on Win 7 here you ...
by Silvio.Falconi
Sun Oct 27, 2013 2:23 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: To Gurus and To Charles : Also for MyRpt
Replies: 3
Views: 954

Re: To Antonio: fwstring

add this methos to the class METHOD FWModStrings() to modify the strings METHOD  FWModStrings() CLASS tApplication   Local oBrwstrings,oFont       DEFINE FONT oFont NAME 'Tahoma' SIZE 0, -14   DEFINE DIALOG oDlg SIZE 640,450 ...
by Silvio.Falconi
Wed Oct 09, 2013 10:26 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: To Antonio: fwstring
Replies: 11
Views: 3879

Re: Searching a record on a Tree class

Silvio, On Goran tree there was a methos to go to position Getlinkat(npos) But Ob fwh tree there is not this possibility ? If I have a number of a record can go to a Item of Tree ? In a Windows tree control the items are not stored all together. ...
by Antonio Linares
Tue Sep 10, 2013 1:00 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Searching a record on a Tree class
Replies: 16
Views: 2797

Re: Searching a record on a Tree class

On Goran tree there was a methos to go to position Getlinkat(npos)
But Ob fwh tree there is not this possibility ?
If I have a number of a record can go to a Item of Tree ?
by Silvio.Falconi
Tue Sep 10, 2013 11:21 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Searching a record on a Tree class
Replies: 16
Views: 2797

Converte Time

On Tcalex class I have a methos to show the Hour METHOD ConvertTime( nTime, l24 ) CLASS TCalEx      local cTime   local nHour, nMinutes   local nAdj := 0   DEFAULT l24 := .F.       if ! l24      if nTime > 1259 // 12:59 pm  ...
by Silvio.Falconi
Mon Nov 19, 2012 10:28 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Converte Time
Replies: 10
Views: 2322

Re: xbrowse+tmysql Blank record

RAO, in xbrowse.prg in methos setmysql change: this -> DEFAULT ::bSkip := {| n | ::oMysql:Skip( n ) } and put this -> DEFAULT ::bSkip := { |n,x| x := ::oMySql:RecNo(), ; ::oMySql:GoTo( Max( 1, Min( ::oMySql:LastRec(), x + IfNil( ...
by nageswaragunupudi
Sat Jul 09, 2011 4:42 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xbrowse+tmysql Blank record
Replies: 6
Views: 1049

Re: xbrowse+tmysql Blank record

RAO, in xbrowse.prg in methos setmysql change: this -> DEFAULT ::bSkip := {| n | ::oMysql:Skip( n ) } and put this -> DEFAULT ::bSkip := { |n,x| x := ::oMySql:RecNo(), ; ::oMySql:GoTo( Max( 1, Min( ::oMySql:LastRec(), x + IfNil( ...
by Francisco Horta
Sat Jul 09, 2011 4:17 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xbrowse+tmysql Blank record
Replies: 6
Views: 1049

Re: autocomplete in get

... manifest constants instead of numbers. Method Redefine: Was passing aItems to the parent method (not needed). Method LostFocus: Added this method. Methos New() and Redefine(). Was passing bChanged, and then ::bChange to parent. Fixed. Functin Proper() was added by RAMESH BABU P on 19-06-2011 DATA ...
by Maurizio
Thu Jun 23, 2011 4:43 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: autocomplete in get
Replies: 15
Views: 9161

Re: TO NAGES : RESTORE STATE NOT RUN OK

... => _FWH(3394) Called from: => SYSREFRESH(0) ------------------------------------------------------------------------ THEN if i MODIFY THE METHOS PAINTHEADER OF XBROWSE lines 8714- 8729 // nStyle := ::DefStyle( ::nHeadStrAlign, ! ( CRLF $ cHeader ) ) nStyle := ::DefStyle( ::nHeadStrAlign, ...
by Silvio
Wed Feb 16, 2011 8:17 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: TO NAGES : RESTORE STATE NOT RUN OK
Replies: 11
Views: 3629

Re: HELP FOR TEXPLORERBAR CLASS

Antonio, I modified the methos addlink of TTaskPanel class we can set nheight, nleft and font for each item this method is compatible to old prg Have you a suggestion ? the code METHOD AddLink( cPrompt,bAction, cBitmap,nheight,nleft,oFontItem ...
by Silvio
Sat Nov 20, 2010 10:38 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: HELP FOR TEXPLORERBAR CLASS
Replies: 14
Views: 3250

Re: To Antonio and all Simply Test ExplorerBar two browse, tab

James , You can think how you want withn this methos i not lose customers I make an simply prg with a window DEFINE WINDOW ::oWndMain ACTIVATE WINDOW ::oWndMain on button bar I click on CUSTOMER() SELECT CU oApp():oDlg := TFsdi():New(oApp():oWndMain) ...
by Silvio
Thu Aug 19, 2010 7:33 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: To Antonio and all Simply Test ExplorerBar RESOLVED!
Replies: 23
Views: 7222

Re: TClipGet source

Antonio

I dont understand ?

Where is the NEW methos that matches this call --> TClipGet():NEW( nRow, nCol,......... )
as well as all the other method that tClipget uses

Thanks
Peter
by peterk
Tue Jul 21, 2009 5:29 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: TClipGet source
Replies: 5
Views: 841
Next

Return to advanced search