Search found 53 matches: norder

Return to advanced search

Re: Get ...picture ...error strange

Antonio, It's no possible because I made local nOrder := CL->(OrdNumber()) DEFINE DIALOG oDlg ..... if nOrder == 1 @ 0,7 SAY i18n( "Introdurre il cliente'" ) OF oDlg @ 1,2 SAY i18n( "Cliente :" ) OF oDlg cGet := space(40) ...
by Silvio.Falconi
Thu Apr 15, 2021 10:30 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Get ...picture ...error strange--- resolved!!!
Replies: 3
Views: 512

Re: xbrowse too slow

oLotto:= TDatabase():Open( , cDir+"Lotto", "DBFCDX", .T. )
oLotto:setorder(nOrder)
oLotto:gotop()
oLotto:lbuffer:=.f.
by Silvio.Falconi
Wed Sep 18, 2019 7:20 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xbrowse too slow
Replies: 30
Views: 4258

Re: trying with tdatabase

... structures of the databases that Silvio was using so this gives the option to set each one differently. Granted this could also be done by passing nOrder to the superclass, but it is still harder to grasp if a new user can't visualize exactly what is happening. All the ways are workable solutions.
by James Bott
Thu Jan 24, 2019 8:28 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: trying with tdatabase
Replies: 34
Views: 4795

Re: Xbrowse Problem Bitmap autosort

... :nHeadBmpNo := 1 :nHeadBmpAlign := AL_RIGHT :bLClickHeader :={ ||(CuSel_Index(1,"CU"), CU->(DbSetOrder(1),nOrder:=1) ) } END END IF I insert :AddBitmap( { "c:\work\fwh\bitmaps\16x16\up2.bmp", "c:\work\fwh\bitmaps\16x16\down2.bmp" } ) ...
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: change the display of records in an xbrowse

... then the archive must be opened in an exclusive way to use dbzap. I thought there was a less risky method like: change the position and save the Norder field with the new position For n= 1 to Len(aArray) aArray[n][3]:=n //FIELD ELORDINE next SELECT EL DbZap() EL->( FW_ArrayToDBF( aArray, "ELNUMERO,ELNOME,ELORDINE,ELCOLORE,ELATTIVO,ELIMGLIB,ELIMGOCC,ELIMGALT,ELLOCK" ...
by Silvio.Falconi
Sun Sep 02, 2018 6:05 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: change the display of records in an xbrowse
Replies: 7
Views: 1088

Re: Xbrowse < :nColSel > col-pos change at runtime rel. to index

... "Workarea ==>  " + DBF() + "       Index ==>  " + (cFileName)->(INDEXKEY(nOrder)) + ;      "       Order ==>  " + ALLTRIM( STR( (cFileName)->(INDEXORD()) ) ) ...
by ukoenig
Sun Mar 04, 2018 11:02 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Xbrowse < :nColSel > col-pos change at runtime rel. to index
Replies: 15
Views: 3542

Xbrowse < :nColSel > col-pos change at runtime rel. to index

... the Col-position at runtime On startup it is OK There is a RUNTIME-change of < FILE + INDEX > ON INIT :nRowSel := nGoRecord :D :nColSel := nOrder :D :SetGroupHeader( "Workarea ==> " + DBF() + " Index ==> " + (cFileName)->(INDEXKEY(nOrder)) + ; " Order ==> ...
by ukoenig
Sat Mar 03, 2018 1:12 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Xbrowse < :nColSel > col-pos change at runtime rel. to index
Replies: 15
Views: 3542

Re: funciones de FWH y Harbour en un archivo .txt

... DBOrderInfo(<nDefine>,[<cIndexFile>],[<nOrder>|<cIndexName>],[<xNewSetting>])->xCurrentSetting DBPack()->Nil DBRecall()->Nil DBRecordInfo(<nDefine>,[<nRecord>],[<xNewSetting>])->xOldSetting ...
by carlos vargas
Sat Oct 21, 2017 8:44 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: funciones de FWH y Harbour en un archivo .txt
Replies: 7
Views: 5710

Re: FWH: MySql/MariaDB: RowSet object

... from the server altering the ORDER BY clause. This may have performance implications on slow and remote connections. oRs:aSortSecs --> { nSecs, nOrder } // time taken for last sort. METHODS: OrdSetFocus( cFieldName/nFieldNo ) --> cOrder OrdSetFocus( 0 ) -- "" // Restores natural ...
by nageswaragunupudi
Thu Jul 21, 2016 12:39 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH: MySql/MariaDB: RowSet object
Replies: 51
Views: 19553

Re: Search record from tab

Mr Rao I made @ oApp():oDlg:nGridBottom, nSplit+2 TABS oApp():oTab ; OPTION nOrder SIZE oApp():oWndMain:nWidth()-80, 12 PIXEL OF oApp():oDlg ; ITEMS "Tutti","A","B","C","D","E","F","G","H","I","J","K","L","M","N","Ñ","O","P","Q","R","S","T","U","V","W","X","Y","Z" ...
by Silvio.Falconi
Thu Sep 17, 2015 8:10 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Search record from tab
Replies: 8
Views: 1988

Re: Search record from tab

I tried : @ oApp():oDlg:nGridBottom, nSplit+2 TABS oApp():oTab ; OPTION nOrder SIZE oApp():oWndMain:nWidth()-80, 12 PIXEL OF oApp():oDlg ; ITEMS "Tutti","A","B","C","D","E","F","G","H","I","J","K","L","M","N","Ñ","O","P","Q","R","S","T","U","V","W","X","Y","Z" ...
by Silvio.Falconi
Thu Sep 17, 2015 7:51 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Search record from tab
Replies: 8
Views: 1988

Re: Search record from tab

Sorry Mr rao , I made @ oApp():oDlg:nGridBottom, nSplit+2 TABS oApp():oTab ; OPTION nOrder SIZE oApp():oWndMain:nWidth()-80, 12 PIXEL OF oApp():oDlg ; ITEMS "Tutti","A","B","C","D","E","F","G","H","I","J","K","L","M","N","Ñ","O","P","Q","R","S","T","U","V","W","X","Y","Z" ...
by Silvio.Falconi
Wed Sep 16, 2015 7:51 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Search record from tab
Replies: 8
Views: 1988

Re: XBROWSE Change FOOTER PCITURE

... ADD COLUMN command in xbrowse.ch. If you like, you may correct. in xbrowse.ch, line 196 is now CODE: SELECT ALL EXPAND VIEW <.lite.>, <nOrder>, <nAt>, <nBmpElem>, [\{ <aBmp> \}], <.hide.>,, ; The two commas at the end of the line should be made as one comma ...
by avista
Tue May 27, 2014 9:09 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: XBROWSE Change FOOTER PCITURE
Replies: 13
Views: 3349

Re: to Mr Nages xbrowse footer

... := 2 BTW take care (if you use ADD oCol) xbrowse.ch have BUG in xbrowse.ch, line 196 is now CODE: SELECT ALL EXPAND VIEW <.lite.>, <nOrder>, <nAt>, <nBmpElem>, [\{ <aBmp> \}], <.hide.>,, ; The two commas at the end of the line should be made as one comma ...
by avista
Tue May 27, 2014 12:10 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: to Mr Nages xbrowse footer
Replies: 8
Views: 1539

Re: XBROWSE Change FOOTER PCITURE

... 13.01 & 13.02 for applications ....higher for testing I have seen now BUG in the ADD COLUMN command in xbrowse.ch line 196 <.lite.>, <nOrder>, <nAt>, <nBmpElem>, [\{ <aBmp> \}], <.hide.>,, ; and changed in to <.lite.>, <nOrder>, <nAt>, <nBmpElem>, ...
by avista
Sat May 24, 2014 5:26 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: XBROWSE Change FOOTER PCITURE
Replies: 13
Views: 3349
Next

Return to advanced search