Dear Mr. Rao,
How can we automatically update an xBROWSE if someone in the network has changed a data record?
Best regards,
Otto
//------------------------------------------------------------------------------
METHOD TimerDetail( oSender ) CLASS TFormVentas
LOCAL nTotRecno
nTotRecno:= oMySQLDS:Query("SELECT count(*) AS nTotRecno FROM ventas_historico")
IF nTotRecno!= ::oSQLVentas:RecCount()
::oSQLVentas:Refresh()
ENDIF
::oTimerDetalStop()
RETURN Nil
Otto wrote:Dear Mr. Rao,
How can we automatically update an xBROWSE if someone in the network has changed a data record?
Best regards,
Otto
Return to FiveWin for Harbour/xHarbour
Users browsing this forum: No registered users and 48 guests