Using RAP function Copy() while there is also an report parameter with te same username
Hi,
When a report contains a report parameter 'Copy' it is not possible to call
the Copy() function from RAP.
I can't rename the 'Copy' report parameter because this involves a new
software release. (the copy parameter is set by the ERP software).
Is there another way to call the Copy() function? Something like
System.Copy()?
Using D2007, RB11.08
Kind regards,
Jeroen R?ttink
When a report contains a report parameter 'Copy' it is not possible to call
the Copy() function from RAP.
I can't rename the 'Copy' report parameter because this involves a new
software release. (the copy parameter is set by the ERP software).
Is there another way to call the Copy() function? Something like
System.Copy()?
Using D2007, RB11.08
Kind regards,
Jeroen R?ttink
This discussion has been closed.
Comments
Unfortunately no. The built in routines of RAP are reserved words so they
cannot be used as parameter names if you also need to use them. If you are
unable to rename the parameter, you will need to create a passthru function
that makes a call to the Delphi Copy routine.
--
Regards,
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com