FrançaisEnglishEspañol
PC SOFTForums homeLast messagesOnline repository
PC SOFT
Find...
Perform the searchSearch in...
Newsgroup dedicated to WINDEV (current version), in English
Re: Deleting a record from a Browsing Table
Dec., 10th 2009 at 03:30 PM
issah
<gu...st@news.pcsoft.fr>


I have had similar problems in the past when using tables but preferring to control the underlying data with HF commands. I have not read your code but consider these two options. Try:
1. TableSelectToFile() which links the selected table row to the underlying record.
2. TableRecNum() immediately followed by HDelete(File, RecNum)
Regards
issah