Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Refresh not refreshing
Message
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00510014
Message ID:
00513154
Views:
18
ok

First during every forms load event if I run a sql I set talk on to see the sql meter, I was getting the "memory low, streaming output" error I did a quick fix for that
lcUniqueWindowName = SYS(2015)
DEFINE WINDOW (lcUniqueWindowName) FROM 0,0 TO 1,1
SET TALK WINDOW(lcUniqueWindowName)
SET TALK ON
second what will this do?? Inkey(0.1)

Third I never printed before seeing the error, just load and goto the error

Granted I do have a lot of vars on some of my forms, but not one where I get the error (i get it on 2 forms) on the second I have a lot of objects

and I alway do a release lc_name, lc_name2, varlist, on the release of every form

>>I set step on and looked at the form and form vars via the debugger in the "locals" window and everything looked fine
>>
>>It happens on every PC that I can find, WinNT4.0, Win95, Win98, My boos says that it doesn't happen on his pc Win98, but I haven't seen it so I don't count it
>
>Stephen,
>
>I got another hunch;
>What you describe can happen when you print "illegal". I mean, there are situations where something's eating the memory in such a way that VFP formally recognizes this one one hand, but can't deal with it on the other hand. This is the situation where the warning-message "Memory is low - streaming output is disabled" occurs. If you ever receive this one, this is it and we can talk about this further.
>If you do not have this one, IMO it can be the same problem, not caused by "illegal" printing, but with the same effect. There just exists something that behaves like this, that's for sure.
>General question : did you print something during the session when it happens ?
>
>You can try another thing too;
>Put a Inkey(0.1) right before the place where you suspect it starts. I mean, somewhere in the Refresh or whatever, but try to avoid to put in in the Activate. If this solves the problem, call back on me, and I may have the solution (better : cause).
>
>Peter
Stephen McLaughlin
"Sexy Steve Valenteno", "Blastmaster"
stephenmclaughlin@gmail.com
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform