WinBatch® Technical Support Forum

Archived Boards => WinBatch Dynamic Dialogs => Topic started by: mhall on August 26, 2014, 01:04:44 PM

Title: Report View Oddness ...
Post by: mhall on August 26, 2014, 01:04:44 PM
So ... I'm populating a ReportView and want to put n/a in a cell occassionally.

But, when I do so, the ReportView goes, er, wonky. I've attached a couple of screenshots to illustrate.

I'm OK with using the string "Not Applicable" instead, but figured I would bring it up anyway, as it seems like a bug, no?

~Micheal

Title: Re: Report View Oddness ...
Post by: td on August 26, 2014, 01:29:35 PM
There are no know issue with 'n/a' as a value in a REPORTVIEW  cell and a quick test shows no issues with that particular value. 

So there is no way of knowing whether or not it is a 'bug', since you give no indication of how you are populating the rows and columns nor an example that reproduces the problem.

However, it might be that your script is corrupting the data in some fashion before you send it to the control. Or you may be using a wrong request code or something. 
Title: Re: Report View Oddness ...
Post by: mhall on August 26, 2014, 02:05:34 PM
Consider me chastised. Sorry to waste your time Tony.

I was indeed screwing something up. All better now.

Regards,
Micheal
Title: Re: Report View Oddness ...
Post by: td on August 26, 2014, 02:09:06 PM
Good that you figured it out and thanx for letting us know.