Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Connectio is busy - urgente
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Client/serveur
Titre:
Connectio is busy - urgente
Divers
Thread ID:
00882196
Message ID:
00882196
Vues:
63
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
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform