Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

We're using command in crystal report

kart_08

Systems Engineer
Sep 24, 2024
1
0
1
When printing the report getting below error message, Can someone assist me to fix the issue. Appreciate your feedback.

Crystal .NET. ZJVINTCPY5.rpt - - Message 1/1 : Text ID not found : cAdxPrintMain_eError_ParameterDoesNotaAllowMultipleValue (P1 = numdeb1 )
 
This looks me like you're trying to set multiple values on a parameter that only allows a single value. Check the report you're trying to run vs. the parameters you're trying to run it with and make sure the parameter format (single or multi-select) matches what your code is trying to do.

-Dell
 

Part and Inventory Search

Sponsor

Back
Top