Hi,
I'm using a button with a RunObject command to export files from a purchase order to an excel sheet. I'm using following code "on push": PurchaseHeader.SETRANGE("No.",PurchaseHeader."No.");
How come this filter doesn't work? The dataport exports all the purchase headers to excel! What am I doing wrong?
Thanks! ](*,)
0
Comments
Or this?
MVP - Dynamics NAV
My BLOG
NAVERTICA a.s.
Has anyone found a sollution?
I have a simmilar problem. I added a CommandButton to Form with RunObject property set to MyDataport.
MyDataport exports some data from table Table1.
I want to limit the data Exported to data selected on the form.
MVP - Dynamics NAV
My BLOG
NAVERTICA a.s.