On 12/13/2010 4:00 PM, Sytze de Boer wrote:
> Hi Gurus
> Can someone assist me and locate the problem.
> Or how to trap it and overcome the issue
>
> With this ONE client, on this ONE workstation, I get this error, frequently
> But not everytime
>
> ** myfile is a variable based on log-in name and I'm confident is ok
> SELECT * FROM wininvs WHERE str(invnum,10)+client==trcask519 INTO TABLE 
> (myfile)
> USE
> SELECT 100
> USE (myfile) ALIAS wintemp EXCLUSIVE
> GO top


I assume that this fails too, eh?

SELECT * FROM wininvs WHERE str(invnum,10)+client==trcask519 INTO TABLE 
(myfile)
USE
USE (myfile) IN 0 ALIAS WinTemp EXCLUSIVE
GO TOP IN WinTemp
BROWSE NORMAL


-- 
Mike Babcock, MCP
MB Software Solutions, LLC
President, Chief Software Architect
http://mbsoftwaresolutions.com
http://fabmate.com
http://twitter.com/mbabcock16

_______________________________________________
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.

Reply via email to