المساعد الشخصي الرقمي

مشاهدة النسخة كاملة : Access Export using late binding



C# Programming
08-04-2009, 02:54 PM
The problem is:
By using late binding call the TransferSpreadSheet metod with arguments (acExport, default, "querryname", "querryname.xls",default,default)
The question is:
How can i get acExport constant of AcDataTransferType an how should i transfer it to TransferSpreadSheet call method? Advice needed.