This relates to NW Mobile 7.1, development for PDAs, NWDS SP05 P01
is it true that the table widget displays messed up rows if any cell values are null?
I observe the following:
values in my database
a1, a2, a3, a4
b1, b2, b3, b4
...
e1, e2. e3. e4
assume that all values in column 3 are null, except for e3=="x" then my display (in the PDA emulator) looks like this
a1, a2, x , a4 b1, b2, , b4 c1, c2, , c4 ...
obviously I cannot replace all null values with an empty string since this would be a modification of the data.
Any ideas or should I open a SAP call?
Cheers, Andre