Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Unusual Problem with resources, FPW26 and Win XP Pro
Message
From
26/11/2001 11:26:59
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Troubleshooting
Title:
Unusual Problem with resources, FPW26 and Win XP Pro
Miscellaneous
Thread ID:
00585772
Message ID:
00585772
Views:
86
Hi. I have an unusual problem at a client site. My app is FPW2.6 and my client has a Win XP Pro that was a full install (reformat and install). The same app is runnning at the same site on other Windows XP Pro systems (which we upgrades not reformat/install). All computers are running with a local FPW execuatable and config.fpw which puts TEMPFILES, SORTWORK etc on the local drive. Our app usually requires FILES=250 in the config.sys. We did that and put it in the Config.NT (which didn't help) and found a config.sys in the root directory and put it there. That helped somewhat, on Friday we were not getting any more problems but today we have the same problem. The code it is dying on is:

IF !EMPTY(ALIAS(gnMaxFiles))
PRIVATE laWoSave[1]
SELECT wotemp
SCATTER MEMO TO laWoSave
CLOSE DATA
CREATE CURSOR wotemp ( save M )
APPEND BLANK
GATHER MEMO FROM laWoSave

The problem seems to be that it can't create the cursor (which relates either to the tempfiles or the files= setting. This problem does not happen if the Windows XP Pro was an upgrade onto Win 98 and the app was previously running on Win98.

Has anyone any ideas?

Thanks in Advance,
Sandi Cassidy.
Next
Reply
Map
View

Click here to load this message in the networking platform