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 SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

how to extract elements from parameter input 8.5 crystal

Status
Not open for further replies.

fab2007

Technical User
Nov 28, 2007
10
0
0
US
pax

report needs user to enter partnumbers and quantities

- i have one string parameter to enter "part numbers" and use this in the selector

- i have one number parameter to enter "quantity"


i think i need to use " {?qty}[x] "

i am not familiar with the "indexing" of parameters [ponder]

any help or examples??
 
Are you saying that the quantity entered will be specific to the part entered? But that the user may be entering multiple parts (with their corresponding quantities)?

-LB
 
thanks

using (2) parameters:
parts via {?parts}
and
quantities via {?qty}

the subscript function {?qty}[x]
being increased and limited ubound({?qty})

-- answer you question "yes" but.. problem duplicate entries in the parameter qty



 
Sorry, I can't follow this. Please try to write complete sentences with more information.

-LB
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top