Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Missing procedures in shutdown
Message
From
03/05/2001 10:32:20
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Missing procedures in shutdown
Miscellaneous
Thread ID:
00503019
Message ID:
00503019
Views:
70
there is a small function that I call quite regularly called closedbf(), which will ensure a table ( or cursor ) is closed.

during shutdown though, this function is suddenly missing if there is a form open in the screen. I've placed the code:
for i = _Screen.formcount to 0 skip -1
     _screen.form(i).release
endfor
I even tried adding a set procedure ... statement as the first line in the shutdown procedure, but it had no effect.

why does this funnction dissappear? ( haven't tested for other functions yet )

- jer
Next
Reply
Map
View

Click here to load this message in the networking platform