Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Delete Command not working.
Message
From
11/02/2010 08:56:37
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Title:
Delete Command not working.
Environment versions
Visual FoxPro:
VFP 9 SP1
Miscellaneous
Thread ID:
01448767
Message ID:
01448767
Views:
106
Hello!
IF (MESSAGEBOX('Are you sure you want to delete this client',1,'Delete')) =1 then
  if thisform.Value = 1
 	messagebox('Cannot DELETE a record! Only READ access is granted!', 16, 'Security Alert')
 else
	delete
	go top
	messagebox('Record deleted successfully!', 64, 'Information')
	thisform.refresh()
 endif	
	ELSE
	return 
	
endif
I have this class code which marks records in my record for deleting. It works Fine for every thing.
but i have this table that is Set Deleted OFF. the problem is. when i delete something it gets marked for deleting. when i check the table. but it still shows up in my table when i run the form again... is there something im missing?cause its my only table that does that
Next
Reply
Map
View

Click here to load this message in the networking platform