alguien que sea tan amable de explicarme porque la mysqllib no trabaja con los browses de fw, he echo pruebas todo funciona ok, pero en los browses no.
saludos.
fernando sandoval ruiz
**********************************************
*actualiza el array cada vez que hay un cambio
**********************************************
PROC pArCiud()
oTable := oLamcla:oServer:Query( "SELECT * from " + oLamcla:tCiud + " ORDER BY "+vOrden )
oTable:GoTop()
nReg := oTable:Reccount()
nLen := 0
nMax := nReg
IF Empty(nReg)
aBrw := Array(1)
nLen++
aBrw[nLen] := ({ 0,"","","",0})
Asize( aBrw, nLen )
ELSE
aBrw := Array(nReg)
DO WHILE !oTable:Eof()
oTable:GetRow()
nLen++
IF nLen > nMax
aSize( aBrw, (nMax += K_Ajuste))
ENDIF
aBrw[nLen] := ({ oTable:FieldGet('d_Ciudad'),oTable:FieldGet('d_Nombre'),;
oTable:FieldGet('Usuari'),oTable:FieldGet('Ufecha'),oTable:FieldGet('Uhoras') })
oTable:Skip()
ENDDO
Asize( aBrw, nLen )
ENDIF
oTable:Destroy()
CursorArrow()
oBrw:aArrayData := ACLONE(aBrw)
oBrw:refresh()
Return to FiveWin para Harbour/xHarbour
Users browsing this forum: No registered users and 97 guests