kiranreddys.com
Kiran's personal website
Blog   Forums   Sitemap   Links   
 
 
 
Knowledgebase
 
Home
Knowledge base home, and site home.
Categories
List of all Knowledge base categories.
Glossary
An alphabetical list of technical terms.
Contact Me
Contact me for knowledge base questions
My Blog
My articles, white papers, ideas and thoughts.
 

 
 


Multi value parameter values in to a string

'Code by Kiran Reddy
'Converting multi value parameter values in to a string (reading an array in to a string)
'Open formula editor, select basic syntax from drop down list and add below code

dim str1 as string
dim inti as number
inti = 1
do until inti = (ubound({?YOUR_MULTI_PARAM})+1)
str1 = str1 + {?YOUR_MULTI_PARAM}(inti) & chr(13)
inti = inti + 1
loop
formula = str1

Category: Crystal Reports - General,

User Comments

There are no comments yet...Kick things off by filling out the form below.

Leave a Comment







CAPTCHA Image
Security code




Home | About Me | Products | Support | Contact Me | Knowledge base | Forums | Blog | Site map | Site Search | Subscribe | Links | News

Travel | Guest Book | All Pages | History | Site Calendar | Recipes | Ex-Rates | UK Stuff | Downloads | Telugu Stuff | Tell a Friend | Feedback

www.kiranreddys.com
Terms of Use
Site contents Copyright © 2008-2009 Kiran Reddy. All rights reserved.