Yeah, this was the first time I encountered it. And this program is large. So it may be a size issue. Maybe at some point they blow a pointer or overflow.
You can see from my procedure (in my very first post), that the procedure is not rocket science.
But I'm not too keen on sending them my...
Is this what you're looking for?
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/wcehtml/html/cerefinternetexplorermshtmldhtmlapis.asp
Ok, here the final deal on this.
I had to turn compiler optimization off in order to get to record 0. I realize the above says just to ingore it or turn it off ... but the fact is, until I turned off compiler optimization, it just flat refused to write out record 0. Turn it off, it writes it...
I'm totally confused. In the routine below, x intializes to 100 and then decrements to 1, and never gets to zero.
::blink:: What am I missing?
Thanks...
*******************************************************
Procedure SaveRecordsToFile(Name : String);
var
F : File of AddressRecord...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.