> Hmm not sure about VFP recognizable, it looks quite X# to me... :-P

Well, in VFP I would have done:

    use customers in 0 shared

I wouldn't need to specify the CDX as it would be opened automatically.

I could also do, in VFP:

if seek("ADA0001", "customers", "account")
endif

or in fact:

update customers where account = "ADA0001" set creditlim = 1000

> PS: By the way, are you using Visual Studio or XIDE for this work?

Visual Studio, as I am very familiar with it already.

-- 
  Alan Bourke
  alanpbourke (at) fastmail (dot) fm

_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: https://mail.leafe.com/mailman/listinfo/profox
OT-free version of this list: https://mail.leafe.com/mailman/listinfo/profoxtech
Searchable Archive: https://leafe.com/archives
This message: 
https://leafe.com/archives/byMID/[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