wd_mdb_deleteRecs help

wd_mdb_deleteRecs help

gcsjlewis
Collaborator Collaborator
635 Views
1 Reply
Message 1 of 2

wd_mdb_deleteRecs help

gcsjlewis
Collaborator
Collaborator

I am trying to delete a record from my scratchdatabase using this api.

 

(wd_mdb_deleteRecs hdl tabname query)

 

This is what i have so far:

 

(wd_mdb_deleteRecs HDL "TERMS" (STRCAT "[RECNUM] =" (itoa (cdr (last reclist))))

 

Where (STRCAT "[RECNUM] =" (itoa (cdr (last reclist))))         equals       "[RECNUM] =205"

 

 

but it is not working.  Is there a better way to do this?

 

 

0 Likes
636 Views
1 Reply
Reply (1)
Message 2 of 2

SeeMSixty7
Advisor
Advisor

It seems like you are trying something from AutoCAD Electrical. IS that correct? I don't have that installed at the moment, but can install that and see if I can help. Let me know if that is the case.

 

Good luck.

0 Likes