Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Sometimes deletes and sometimes does not
Message
From
10/10/2004 10:58:34
Hilmar Zonneveld
Independent Consultant
Cochabamba, Bolivia
 
 
To
10/10/2004 10:49:23
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00949061
Message ID:
00950261
Views:
10
>Hilmar,
>
>
>Sorry for jumping in. I think it stops due to set step on

Yes, you are right, I had overlooked that.


Mohammed, once you get to this point, you should execute the program one line at a time, from the main debugger window. See the buttons on the top of the screen.

There are a total of 5 child windows.

The window that initially appears at the top, "Trace", will show you the running program, highlighting the line that will execute next.

The window that is initially at the bottom, "Locals", allows you to write and evaluate expressions.

For example, some of the expressions you might want to check, when you delete records, might include:
deleted() && is the record deleted?

recno() && what is the current record number?

alias() && are you in the correct table?

eof()

reccount()
Difference in opinions hath cost many millions of lives: for instance, whether flesh be bread, or bread be flesh; whether whistling be a vice or a virtue; whether it be better to kiss a post, or throw it into the fire... (from Gulliver's Travels)
Previous
Reply
Map
View

Click here to load this message in the networking platform