Search found 158 matches: ogrid

Return to advanced search

... ; ITEMS ' First ', ' 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 ...
by Silvio
Sat Feb 09, 2008 12:59 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Another for MDB recorset
Replies: 41
Views: 9426

... 12 PIXEL OF oApp():oDlg ; 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: 9426

... OF oApp():oDlg ; ITEMS ' 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: 9426

... Xbrowse I not see the bitmaps when I click on each header I can see the bitmap on the left of the records this is a part of my code oCol:= oApp():oGrid:AddCol() oCol:AddResource("sort1") oCol:AddResource("sort2") oCol:bStrData := { || (oDCli)->NOMEINTERO} oCol:cHeader := "Cognome Nome" oCol:nWidth ...
by Silvio
Sun Dec 02, 2007 11:42 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: question about new 7.12 ( xbrowse and msgitem)
Replies: 6
Views: 1494

... ASize(oT:aSel,Len(oT:aSel)-1) ELSE AAdd(oT:aSel,(oDCli)->NumCli) ENDIF oApp():oGrid:SetFocus() RETURN (NIL) e poi nella stampa usavo la variabili ot:asel per esempio CursorWait() (oDCli)->(DbGoTop()) ...
by Silvio
Wed Apr 11, 2007 11:18 pm
 
Forum: All products support
Topic: record selezionati
Replies: 6
Views: 1625

method print of xbrowse

ACTION oApp():oGrid:Print( .t., , "Elenco Soci" ) it make error Application =========== Path and name: C:\work\errori\fsdi2006\prg\fsdi2006.Exe (32 bits) Size: 2,059,776 bytes Time from start: 0 hours ...
by Silvio
Sun Feb 04, 2007 12:16 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: method print of xbrowse
Replies: 3
Views: 1006

por josè luis sanchez ( Alanit )

Ut_BrwRowConfig( oApp():oGrid ) NOT found in the fsdi2006
Can you send me this function ? , pls
by Silvio
Thu Feb 01, 2007 12:48 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: por josè luis sanchez ( Alanit )
Replies: 4
Views: 1367

ODbc en listbox no me presenta datos

... ninguna informacion. *----------------------------------------------------------------- FUNCTION BrwEmpresas(oWnd ,oODbc ) LOCAL oDlg,oDlgCtrlCat,oGRID,oFontBrw,oLBX,oParMulti local aObj := {} Local oTb Local oBAltas,oBModificar,oBBorrar, oBSeleccion,obSalir Local lNEmp oTb := TDbOdbc():New( "empresas", ...
by fsandoval
Tue Nov 15, 2005 4:53 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: ODbc en listbox no me presenta datos
Replies: 5
Views: 1518
Previous

Return to advanced search