Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Connectio is busy - urgente
Message
General information
Forum:
Visual FoxPro
Category:
Client/server
Title:
Connectio is busy - urgente
Miscellaneous
Thread ID:
00882196
Message ID:
00882196
Views:
62
Pessoal,

De repente comecei a receber o seguinte erro quando estou encerrando a aplicacao.

>> CONNECTION Prospeccao IS BUSY

O erro ocorre durante o TABLEUPDATE abaixo:

* Inicio do aplicativo
CLOSE ALL
SET MULTILOCKS ON
LOCAL x
OPEN DATABASE prospeccao.dbc SHARED
USE prospeccao!vw_funcionario
CURSORSETPROP("Buffering", 3)
IF glUsuario <> "0000"
x = CURSORSETPROP("Buffering", 3)
IF x
LOCATE FOR vw_funcionario.codg_func = glUsuario
REPLACE usu_ativo WITH .F.
* IF TABLEUPDATE()
CLOSE ALL
CLEAR EVENTS
* ELSE
* MESSAGEBOX("Não foi possível atualizar a tabela...", 48+0+0, "Atençao...")
* ENDIF
ELSE
MESSAGEBOX("Não foi possível estabelecer buffering mode....", 48+0+0, "Atençao...")
ENDIF
ELSE
CLOSE ALL
CLEAR EVENTS
ENDIF
George A. Fadul.
fadul@fadul.com.br
Next
Reply
Map
View

Click here to load this message in the networking platform