-
FlexPro
- Auf einen Blick
- Features & Optionen
- Einsatzgebiete
- Alle Vorteile
- Neu in FlexPro 2021
- FlexPro gratis testen
- FlexPro View OEM Freeware
- Kaufberatung
- Login
- Language
- +49 6894 929600
- infoweisang.com
- Google Maps
- Produkte
- News
- Support
- Unternehmen
- Jobs
- Kontakt
- Login
- Language
- +49 6894 929600
- infoweisang.com
- Google Maps
Home > Community > Automation and VBA > Error deleting dataset > Antwort auf: Error deleting dataset
Januar 13, 2004 um 9:43 pm Uhr
#12442

Teilnehmer
In an automation loop I want to delete some redundant datasets. The programme crashes every time at one dataset. That dataset icon looks like it is dashed and I can not delete it (not even manually).
The error is: “Method ‘Delete’ of object ‘IDataSet’ failed
The code used is:
If ActiveDatabase.ActiveFolder.ObjectExists(GroupName & “Count” & FreqName) Then
ActiveDatabase.ActiveFolder.Object(GroupName & “Count” & FreqName).Delete
End If
What could cause this error ?