Community Tip - You can subscribe to a forum, label or individual post and receive email notifications when someone posts a new topic or reply. Learn more! X
Hi ,
I want to Save a table as .tbl file for which I am using ProDwgtableSave();
ProPath dwgPath_text;
status = ProDirectoryCurrentGet(dwgPath_text);
status = ProDwgtableSave(&table, dwgPath_text, PRODWGTABLEFORMAT_TBL, NULL);
I am getting some exception which I have attached below.
Please some one let me know what has to be done.
Thanks and regards,
Sekar