Search found 55 matches: norder

Return to advanced search

Re: Funciones MySql desde codigo FiveWin (SOLUCIONADO)

... a "Fivewin For Windows" y viceversa. y para aplicarlo lo hice asi:         cQuery := "UPDATE "+cTabla+" SET "    if nOrder=1      cQuery +="nombre_cliente:=func_proper(nombre_cliente); "     else      cQuery +="nombre_cliente:=UPPER(nombre_cliente); ...
by JoseAlvarez
Sun Nov 03, 2024 8:52 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Funciones MySql desde codigo FiveWin (SOLUCIONADO)
Replies: 1
Views: 148

Re: Otra pregunta sobre TREPORT

Por esto se hace imprescindible saber de qué grupo es el ENGROUP.

Como dice Antonio Linares, para conocer el numero de grupo:
[code=fw]Function MyFunction(oReport,oGpo)
 oGpo:nOrder ?
by FranciscoA
Thu Aug 01, 2024 6:27 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Otra pregunta sobre TREPORT (SOLUCIONADO) gracias equipo
Replies: 14
Views: 2058

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: 553

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: 5008

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: 5988

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: 755

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: 1176

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: 4245

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: 4245

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: 6389

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: 55
Views: 23591

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: 2099

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: 2099

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: 2099

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: 3609
Next

Return to advanced search