Can anyone help me why the following code can return an error, and/or what I should do to avoid it It is not possible to "select into cursor tmp" twice on the same workstation
lookprev=client SELECT client,date,sum(ttlamount-disc+gst) as sumttl, invnum FROM winhst WHERE client=lookprev AND trantype='I' GROUP BY invnum ORDER BY date INTO CURSOR tmp The error is "Alias name is already in use" -- Regards Sytze de Boer Kiss Systems Hamilton, NZ Ph: 64-7-8391670, Mob:64 21 937611 URL: www.kiss.co.nz --- StripMime Report -- processed MIME parts --- multipart/alternative text/plain (text body -- kept) text/html --- _______________________________________________ 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.

