cancel
Showing results for 
Search instead for 
Did you mean: 

Get value the ParameterFields

Former Member
0 Kudos

Staff

        I would like to get the value of a variable of type paramaterfields where the debug can view as follows, where the case would be the value = "000000609" to move to a another string type ?

dim dsResult as string = string.empty

dsResult = me.crParameterFields(nPosTab).currentvalues(0).???

Accepted Solutions (1)

Accepted Solutions (1)

former_member183750
Active Contributor
0 Kudos

Using the search string 'crystal net get parameter' (search box in top corner, I get the following KBAs:


1805366 - How to retrieve a single ‘Default Value’ for a parameter in a Crystal report using Crystal...

1202315 - How do I get a parameters default value's description via the NET SDK?

1504651 - How to determine if a parameter field is used in a Crystal Report using the .NET SDK

Please have a look at those.

- Ludek

Senior Support Engineer AGS Product Support, Global Support Center Canada

Follow me on Twitter

Former Member
0 Kudos

Ludek

  With your tips get easier, here´s how i ended up doing at the momento.

  And thank you for your attention.

former_member183750
Active Contributor
0 Kudos

Perfect. many thanks for sharing

have a great weekend,

- Ludek

Answers (0)