Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

ADE Query

Status
Not open for further replies.

lrfcbabe

Programmer
Jul 19, 2001
108
US
I am trying to get a query defined to retreive objects that have the group code 1040 within a registered application in the EED. But I am not having much luck. The Lisp code below defines the query.

(ade_qrydefine '("" "" "" "Property" ("layer" "=" "XTP?????????")""))
(ade_qrydefine '("AND" "" "" "Property" ("objtype" "=" "Line")""))
(ade_qrydefine '("AND" "" "" "Data" ("EED" "REALPLUS.1040" "=" "39803.0")""))
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top