Thank you to all who have tried to assist me with this pesky issue
Can I please make a few comments
1 It seems to only happen on this single workstation. I don't recall
this problem on 500 other workstations
2 If you do a select * etc, if it finds no selected records, afaik,
it does not return an error. Just an empty table
So, _tally or reccount() makes no difference ?
3 Afaik, apart from a physical file issue, there is simply no
difference to a table or a cursor
In which case Go top in a cursor or table makes no difference?
4 My error handler creates 2 log file. List all memory and list status
I will examine these again but I'm pretty sure they both listed
"expected" results
S
On Wed, Dec 15, 2010 at 4:02 AM, MB Software Solutions, LLC
<[email protected]> wrote:
> On 12/14/2010 4:22 AM, Alan Bourke wrote:
>> Does it actually *require* a DBF to be created on disk ? Could you do
>> this instead:
>>
>> Select * from wininvs Where Str(invnum, 10) + client == trcask519 Into
>> Cursor wintemp
>> Goto top in Wintemp
>>
>
> Ditto Alan's comment. Use a CURSOR if you can instead of the disk table.
>
> --
> Mike Babcock, MCP
> MB Software Solutions, LLC
> President, Chief Software Architect
> http://mbsoftwaresolutions.com
> http://fabmate.com
> http://twitter.com/mbabcock16
>
[excessive quoting removed by server]
_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/profox
OT-free version of this list: http://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.