Okay, I've been working with FoxPro since 1992. Seems every day I run into a snag where something reliable does not work. Here is an example:
In the Requery() of a list box:

DODEFAULT()

SELECT customer.customer, id FROM customer WHERE !EMPTY(customer.customer) ORDER BY customer, id INTO CURSOR csrcustomer
LOCATE

RowSource is csrcustomer
RowSourceType is 2 - Alias

I get a 'field' phrase is not found. I've read Barbara Peisch's write up on this and still don't see what is wrong. Except for the fact that the programmer named a field the same as the table.

Wassup?

--
Jeff

Jeff Johnson
[email protected]
SanDC, Inc.
(623) 582-0323
SMS (602) 717-5476
Fax 623-869-0675

www.san-dc.com
www.cremationtracker.com
www.agentrelationshipmanager.com

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

Reply via email to