This code is actually in a loop which creates index tags for several tables/cursors. It is working for most of the tables but is failing on just one or two ... they are all in the same location
-----Original Message----- From: ProfoxTech [mailto:[email protected]] On Behalf Of Ted Roche Sent: 30 August 2013 15:05 To: [email protected] Subject: Re: Index On failing silently On Fri, Aug 30, 2013 at 10:00 AM, Paul Newton <[email protected]>wrote: > Thanks for your suggestions Ted. > > We have a readwrite cursor (unbuffered) and we are trying to create > the index from scratch, i.e. at the point that the code runs there is no CDX. > This code is running in a DLL > Well, sure, that's probably why it's not working. What's the current directory set to? DLLs often start by default in some strange place like C:\Windows\System32. Of course, your app probably doesn't have write-rights there. -- Ted Roche Ted Roche & Associates, LLC http://www.tedroche.com --- StripMime Report -- processed MIME parts --- multipart/alternative text/plain (text body -- kept) text/html --- [excessive quoting removed by server] _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://mail.leafe.com/mailman/listinfo/profox OT-free version of this list: http://mail.leafe.com/mailman/listinfo/profoxtech Searchable Archive: http://leafe.com/archives/search/profox This message: http://leafe.com/archives/byMID/profox/[email protected] ** All postings, unless explicitly stated otherwise, are the opinions of the author, and do not constitute legal or medical advice. This statement is added to the messages for those lawyers who are too stupid to see the obvious.

