December 19, 200916 yr Attached is snippet my code If I use Delete All command.... Its deleting other records not in foundset ? So i put it in a loop Why am i exiting loop after 2 deletes not loop Enter find set field Perform find Get foundcount >0 # comment it is about 100 Go to first record Loop delete record Goto Next record Skip if LAST Endloop
December 19, 200916 yr Its deleting other records not in foundset Then it is probable you have a relationship that is set to delete the related records. The loop is pointless, use Delete All records.
December 19, 200916 yr Author Thank I used Delete aLL it was deleting literally all. The file is a parent.. Were do i find out how file is set to delete records.. thanks
December 20, 200916 yr Thank I used Delete aLL it was deleting literally all. The file is a parent.. Were do i find out how file is set to delete records.. thanks By looking at the relationship graph.
Create an account or sign in to comment