cancel
Showing results for 
Search instead for 
Did you mean: 

Problem with table column types

former_member194198
Active Participant
0 Kudos

Hi All,

I've got a web service that returns an array of objects. Each object has 3 attributes - 2 String types and one is an integer.

I have a simple VC model with start calling the web service and the results of the web service are rendered in a table.

When all 3 columns are in the table, the VC does not render. When I remove the numeric column from the table, the VC renders and shows me the data.

Does this mean that the numeric table column type is not supported by VC tables?

I'm using VC 7.01 SP3.

Please help!

Cheers

Richard

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi

Check query definition, have you ristricted to 'Text' only. Or you can right click on web service & in test query check whether you are getting numeric values or not. If you are using form then you can aplly on commond - CHR( ) & in bracket you can right that string name.

I think this will solve your problem.

Regards

Sandeep

Answers (1)

Answers (1)

former_member194198
Active Participant
0 Kudos

I have tried the CHR suggestion but that made no difference. I deleted the table and re-created it and it was fixed.

I have no idea why it didn't work first time but re-creating it on a different PC seems to have fixed it.