Using ade_qryexecute with (ssget "P")

Using ade_qryexecute with (ssget "P")

Anonymous
Not applicable
576 Views
2 Replies
Message 1 of 3

Using ade_qryexecute with (ssget "P")

Anonymous
Not applicable
I am having problems using the example in the
acmapads.chm whit this function (ade_qryexecute)
When I make the (ssget "P") in order to obtain the sset created by ade_qryExecute, i get instead the last sset created by the user, although the ade_qryexecute highlight the entities filtred by the query I prepared.
0 Likes
577 Views
2 Replies
Replies (2)
Message 2 of 3

Anonymous
Not applicable
Hello Marbile,

 

Be sure that Query is making selection
sets:

 

(ade_prefsetval "MkSelSetWithQryObj" T)

 

Cheers-

 

rdh.


style="PADDING-RIGHT: 0px; PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #000000 2px solid; MARGIN-RIGHT: 0px">
I
am having problems using the example in the
acmapads.chm whit this
function (ade_qryexecute)
When I make the (ssget "P") in order to obtain
the sset created by ade_qryExecute, i get instead the last sset created by the
user, although the ade_qryexecute highlight the entities filtred by the query
I prepared.
0 Likes
Message 3 of 3

Anonymous
Not applicable
hi.
the problem was not that i did not put the
MKselSetWithQRyObj to T, but i need to do also
(ade_qrysettype "Draw")
0 Likes