Hi all
How do I send parameters to a function in a report from the RTC? It gives me an error telling me I can no longer do that.
Any suggestions?
The code looks like this from the Page button:
Please note:
-Rconfir its the report variable and Pedcompra its sales header variable. "Pasarcabecera" its the function i´d like to call and seems like its no longer supported.
CLEAR(RConfir);
PedCompra.RESET;
PedCompra.SETRANGE("Document Type","Document Type");
PedCompra.SETRANGE("No.","No.");
RConfir.PasarCabecera(4);
RConfir.SETTABLEVIEW(PedCompra);
RConfir.RUN;
thanks!
*This post is locked for comments
I have the same question (0)