Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
View does not seem to update
Message
From
10/02/2004 04:38:53
 
 
To
09/02/2004 12:56:49
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00875532
Message ID:
00875804
Views:
13
Hi,

Maybe:
Replace is_locked With .F. IN drawing_extended_data
(Or move the 'SELECT drawing_extended_data' line)
Regards,
Viv

>>
The following code is in a click event of my form. When I click the button and the code runs the is_locked field still shows .T.
.....
Case drawing_extended_data.is_locked = .T.
&&UnLock
Replace drawing_extended_data.is_locked With .F.
= TABLEUPDATE(.T.,.T.,"drawing_extended_data")
Select drawing_extended_data
Browse
>>
Previous
Reply
Map
View

Click here to load this message in the networking platform