Search found 17 matches: refreshcont

Return to advanced search

Re: strange error on xbrowse

... = 15512898 // :bClrStd := { || Colores(oDVds) } // :bClrSelFocus = { || { 0, DARKCYAN } } // :bClrSel ={ || { 0, DARKCYAN } } :bChange :={ || (RefreshCont(oCont,oDVds)) } END oApp():oGrid:CreateFromCode()
by Silvio
Thu Jan 13, 2011 9:55 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: strange error on xbrowse
Replies: 4
Views: 971

TO NAGES Also Windows Seven Error Bitmap on Xbrowse

... , oApp():oTab:nOption:=3,oApp():oTab:refresh()) } WITH OBJECT oApp():oGrid :bChange := { || (nRecSel := oApp():oGrid:BookMark,RefreshCont(oApp:oCont,oDHard)) } :nRowDividerStyle := LINESTYLE_NOLINES :nColDividerStyle := LINESTYLE_NOLINES :nMarqueeStyle := MARQSTYLE_HIGHLROW ...
by MdaSolution
Sun Jul 04, 2010 5:27 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TO NAGES Also Windows Seven Error Bitmap on Xbrowse
Replies: 11
Views: 2246

Re: xbrtree sample

... { (oDHardware)->marca, (oDHardware)->modello , nrecord } endif (oDHardware)->(DBSKIP()) enddo ENDTREE ENDTREE return oTree STAT FUNCTION RefreshCont(oCont,cdbf) oApp():oCont:cTitle:=((oDHardware)->Type ):Cargo[3] oApp():oCont:refresh() return NIL it make error Application =========== ...
by Silvio
Wed Feb 10, 2010 7:51 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xbrtree sample
Replies: 10
Views: 2420

Re: xbrtree sample

... CAN SEE HERE http://img402.imageshack.us/img402/4187/treeok.jpg AND FOR THE SECOND QUESTION ? i USE oApp():oGrid:bChange :={ || (RefreshCont(oApp:oCont,oDHardware),) } STAT FUNCTION RefreshCont(oCont,cdbf) oApp():oCont:cTitle:="Hardware "+tran((cdbf)->(OrdKeyNo()),'@E ...
by Silvio
Wed Feb 10, 2010 6:37 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xbrtree sample
Replies: 10
Views: 2420

Re: xbrtree sample

... using trees on the xbrowse. He is the expert on that issue...." AND THERE IS ANOTHER QUESTION NOW WHEN i MAKE oApp():oGrid:bChange :={ || (RefreshCont(oApp:oCont,oDHardware),) } STAT FUNCTION RefreshCont(oCont,cdbf) oApp():oCont:cTitle:="Hardware "+tran((cdbf)->(OrdKeyNo()),'@E ...
by Silvio
Wed Feb 10, 2010 6:21 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xbrtree sample
Replies: 10
Views: 2420

Help Mister Andres Reyes

... := aBrowse[ i, 4 ] oCol:nHeadStrAlign := aBrowse[ i, 4 ] NEXT oApp():oGrid:SetRDD() oApp():oGrid:CreateFromCode() oApp():oGrid:bChange := { || RefreshCont(oCont,"CU") } oApp():oGrid:nRowHeight := 21 oApp():oGrid:RestoreState( cState ) CU->(DbSetOrder(nOrder)) CU->(DbGoTo(nRecno)) ...
by Silvio
Wed Dec 31, 2008 2:24 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Help Mister Andres Reyes
Replies: 3
Views: 817

Silvio,

>
oCont:= oOutLook2003:aGroups[ nPage ]:cPrompt

oGrid:bChange := { || RefreshCont( oCont,"CUst") }
>

oCont is a string! You should do:

oCont:= oOutLook2003:aGroups[ nPage ]
by Antonio Linares
Sat Aug 02, 2008 5:21 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: change title header of outlook2003
Replies: 13
Views: 3583

... (aCtrl[nPage]) ="O" aCtrl[nPage]:Show() ELSE oGrid := TXBrowse():New( oWnd ) oCont:= oOutLook2003:aGroups[ nPage ]:cPrompt oGrid:bChange := { || RefreshCont( oCont,"CUst") } where is the error ?
by Silvio
Sat Aug 02, 2008 3:58 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: change title header of outlook2003
Replies: 13
Views: 3583

change title header of outlook2003

How I can to modify the title header of outlook2003 of each agroup ? when I change record of xbrowse I want call this FUNCTION RefreshCont(oCont,cdbf) oCont:cTitle:="Cust "+tran((cdbf)->(OrdKeyNo()),'@E 999,999')+" / "+tran((cdbf)->(OrdKeyCount()),'@E 999,999') oCont:refresh() return ...
by Silvio
Fri Aug 01, 2008 5:27 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: change title header of outlook2003
Replies: 13
Views: 3583

... ( nOrder := oApp():oTab:nOption ,; if( norder=1, oRs:Sort := 'ID' ,oRs:Sort := 'COGNOME' ),; oRs:MoveFirst() ,; oApp():oGrid:Refresh(.t.) ,; RefreshCont(oCont,oRs) )
by Silvio
Sat Feb 09, 2008 1:12 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Another for MDB recorset
Replies: 41
Views: 9424

... ACTION ( nOrder := oApp():oTab:nOption ,; if( norder=1, oRs:Sort( "ID" ),oRs:Sort( "Cognome" )),; oRs:MoveFirst() ,; oApp():oGrid:Refresh(.t.) ,; RefreshCont(oCont,oRs) ) but it not run !!
by Silvio
Sat Feb 09, 2008 1:10 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Another for MDB recorset
Replies: 41
Views: 9424

... ', ' Last ' ; ACTION ( nOrder := oApp():oTab:nOption ,; oRs:Sort := oRs:Fields(nOrder-1):Name ,; oRs:MoveFirst() ,; oApp():oGrid:Refresh(.t.) ,; RefreshCont(oCont,oRs) ) Application =========== Path and name: C:\work\prg\Mwopen_W\source\FSDI2006.Exe (32 bits) Size: 1,789,952 bytes Time from start: ...
by Silvio
Sat Feb 09, 2008 12:59 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Another for MDB recorset
Replies: 41
Views: 9424

... ; ITEMS ' First ', ' Last ' ; ACTION ( nOrder := oApp():oTab:nOption ,; oRs:Sort := (nOrder),; oRs:MoveFirst() ,; oApp():oGrid:Refresh(.t.) ,; RefreshCont(oCont,oRs) )
by Silvio
Sat Feb 09, 2008 12:17 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Another for MDB recorset
Replies: 41
Views: 9424

... ' First ', ' Last ' ACTION ( nOrder := oApp():oTab:nOption ,; CU->(DbSetOrder(nOrder)),; CU->(DbGoTop()) ,; oApp():oGrid:Refresh(.t.) ,; RefreshCont(oCont, "CU") ) IMAGES "image1.bmp","image2.bmp" HOW i CAN MAKE IT?
by Silvio
Sat Feb 09, 2008 11:53 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Another for MDB recorset
Replies: 41
Views: 9424

oBrw:bChange := { || if (lChange=.t.,( lChange=.f., RefreshCont("QUOTE",cSocio,@lChange),oBrw:GoTop(),oBrw:refresh() ), ) }



static FUNCTION RefreshCont(cdbf,cSocio,lChange)
cKey:=cSocio

(cdbf)->(OrdScope(0,cKey))

(cdbf)->(OrdScope(1,cKey))
sysrefresh()
lChange:=.f.
return NIL
by Otto
Mon Feb 05, 2007 11:11 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Xbrowse error
Replies: 4
Views: 1018
Next

Return to advanced search