I have problem with unexpected disconnecting of remote connections under VFP 9 SP1 runtimes (only under SP1 runtimes). For example, using _VFP object to access forms will cause this and I am analysing other situations. Using _SCREEN object does not cause this. Does anyone found this too and in what situations

Unexpected disconnecting of remote connections under VFP 9 SP1
Judy Booth
Giorgio Sardo
As a matter of principle you should not be using Beta code in production applications anyway - for precisely the reasons we see here! Sometimes things get broken in Beta and are then fixed in later bulds - as this case seems to demonstrate. You should only ever load Beta code for testing purposes and you should never assume that what you see in a Beta version will even be in the released version - even in Public Betas!
Gerardb
That I don't know about. I develop extensively in VFP and I am still running the 0.0 Release on my production applications and don't have any problems.
Which "huge list of serious bugs" are you referring to Seemed to me that most of the fixes in SP1 were for things that were either trivial (i.e. had easy workarounds anyway), or just plain obscure.
Notice, I'm not saying that there weren't some issues with Version 0, but I hardly think the phrase "huge list of serious bugs" is justified. But you may have different requirements than me.
I would be interested to know which ones were the show-stoppers for you - the FixList included 117 items - what were the top 10 for you
liu1323
nPoc = 0
nPoc =
ASQLHANDLES(aPom) IF nPoc = 0 WAIT WINDOW "All connection handles disconnected (1) !" ELSEWAIT WINDOW
"OK" ENDIFFOR EACH form IN _VFP
.forms* some fake code for this example *
.name = "" ENDIFIF form
ENDFOR
nPoc = 0nPoc =
ASQLHANDLES(aPom) IF nPoc = 0 WAIT WINDOW "All connection handles disconnected (2) !" ELSEWAIT WINDOW
"Still OK"ENDIF
ClementM
09.00.0000.3307
Tony Rosen
I cannot reproduce the behavior you are seeing in Build Number 3504 - the code you posted functions just fine....
Arun SB
Is this the Public Beta of SP1 [What VFP build number are you using (output from VERSION() will tell us)]
Meanwhile, I will take a look look and see if I can reproduce what you describe in the current build. If I can we will need to contact the VFP team urgently because this may be an SP1 issue and it must be close to release now...
John Locke
Winnie Ng