Hi,
I think the problem may possibly be in your Clipper version or your Blinker version. If you are using any Clipper before version 5.2E then you are running a big risk of running into some major bugs. The 5.2E is one of the most stable Clipper versions out there. Also I would suggest making sure you are running Blinker version 7 as your linker. I have done what you are doing on XP and 2000 plenty of times using 5.2E.
I know you probably dont have time to do upgrades but it may be well worth it and should not cost too much since Clipper is not really super high in price. You can probably find copies of Clipper 5.2E on ebay or somewhere like that.
David
Originally posted by Mihael
Hi,
I have a real problem running my Dos Clipper application
under Windows 98, 2000, XP Enviropment. I fill TBrowse object from database with
append from DatabaseName where ... statment
but I always get an empty TBrowse object.
When I check my Database in DBU everything is OK.
If I change append from ... with "do while not eof - enddo"
evertying works.
Does anybody have solution for this (I guess memory problem). I do not have time to change all my code becouse one statment.
Thank you