I have a Paradox 4.5 DOS database running on a Novell 5.1 server. I am trying to move all users to NT 4 (from Win 95/98). After some tweaking, I thought I was running great from a batch file which gives it PATH and memory parameters, and captures a legacy print queue:
set path=%path%;g:\.;g:\pdox45;g:\pdox45\pdoxdata
cd g:
capture Q=.CN=PTR_Q01.O=MyOrg
cd\pdox45
paradox.exe MyScript -extk 16000
I created a VDM to run it from command.com as well.
BUT when users try to edit reports generated from the initial (master) script, in insert mode, they hang the app with a CPU hog whenever they type into a field boundary. And unfortunately, they've gotten used to moving through the reports that way, under Windows 95/98, which simply returned an exception error ("dING!" and let them keep going.
Please, can anyone assist? What in the script or table structure creates an exception which NT is evidently interpreting as a machine call? And how do I get around it?
Things are getting desperate. Thanks for any help.
set path=%path%;g:\.;g:\pdox45;g:\pdox45\pdoxdata
cd g:
capture Q=.CN=PTR_Q01.O=MyOrg
cd\pdox45
paradox.exe MyScript -extk 16000
I created a VDM to run it from command.com as well.
BUT when users try to edit reports generated from the initial (master) script, in insert mode, they hang the app with a CPU hog whenever they type into a field boundary. And unfortunately, they've gotten used to moving through the reports that way, under Windows 95/98, which simply returned an exception error ("dING!" and let them keep going.
Please, can anyone assist? What in the script or table structure creates an exception which NT is evidently interpreting as a machine call? And how do I get around it?
Things are getting desperate. Thanks for any help.