Quantcast
Channel: SCN: Message List - PowerBuilder Developer Center
Viewing all articles
Browse latest Browse all 7329

Re: GetitemNumber fails

$
0
0

I would suggest you do two things.

 

1. Remove the GETITEM statements from the conditional IF statement. I like it better that way.

Something like this:

rate_imprat_c    = dw_rate.GetitemNumber (1, 'imprat_c')

detail_imprat_c = dw_detail.GetitemNumber (i, 'imprat_c')

IF rate_imprat_c<> detail_imprat_c THEN

  ...

ELSE

...

END IF

 

2. Debug it step by step and you would be able to see the actual value of each variable


Viewing all articles
Browse latest Browse all 7329

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>