Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Attempting to lock - press Esc to cancel
Message
De
19/03/2003 15:27:47
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Titre:
Attempting to lock - press Esc to cancel
Divers
Thread ID:
00767782
Message ID:
00767782
Vues:
56
Experiencing some wierdness with a new app written in VFP 8. I have traced the offending line of code where I am replace a field value with datetime(). However, I am receiving the above error. I have tablevalidate set to 0 for the program and even inserted a "set tablevalidate to 0" roght before the line of code but am still getting this error.

The affected table is a free table which has been opened shared right above this code.


The code is below...

lcLw2000Dir = oApp.cAppDir
CD &lcLw2000Dir

SET TABLEVALIDATE TO 0
IF USED('armaconf')
SELECT armaconf
ELSE
USE armaconf.DBF IN 0 SHARED
SELECT armaconf
ENDIF

* The culprit line is below
REPLACE armaconf.lastbudt WITH DATETIME()

USE

Any ideas?

Wayne Frenck
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform