cancel
Showing results for 
Search instead for 
Did you mean: 

Spaces donu00B4t appear

Former Member
0 Kudos

Hi, i do a app in Smart Project... I have a table with data from a SyncBO... My problem is: there aren´t spaces. Instead of appear: My house appear Myhouse. Why?

Thanks,

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Victor,

This problem was a bug in MI 7.0 SP13 Client. This has been resolved in Patch 02 of SP13. Hence kindly deploy this patch contained in note 1136484 (Please read symptom 2 in the note) and this will solve your problem.

Best Regards

Sivakumar

Former Member
0 Kudos

Thanks, this is my problem... Now i´m using SP 12...

Thanks,

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Victor,

please be a little more specific. Is it one BO field? So is in the backend a field with the value "My House" or do you concatenate the fields "MY" And "House"?

If it is in one field, check the getdetail implementation. Is the getdetail returning the data in the correct order? What about the persistence on the client? Is it saved correct there? I would suggest the problem in the coding of the BO handling in the backend - more then in the client. But you need to look into the handlers to specify exactly where the space is lost.

Regards,

Oliver

Former Member
0 Kudos

Hi, it is a field... In GETLIST and GETDETAIL appear ok.

But in the app, not appear the blanks.

I see that in MI SP13 don´t appear, but in MI SP12 appear... could be?

Thanks,

Former Member
0 Kudos

Hi,

well - could be... do not know - never had that issuebefore.

The question is: where is the space lost? Debug into the App and see if the data has already loas tthe space whle reading it from the persistence. And trace from there where the sata is lost at the end.... this is a development task you need to debug through. I could give you about 50 different solutions - but it is a uess without having the actual system in front and see where the space gets lost at the end.

So I would recommend to debug and tell me where the data is lost at the end.

Regards,

Oliver

Former Member
0 Kudos

I receive the data without spaces. I did debug it one week ago...

Thanks,

Former Member
0 Kudos

Hi,

ok, what you say:

the backend has data with space

Th getdetail delivers spaces to the middleware

in MERPE_207 the data is with spaces

the download que in merep_mon is with spaces

the dump of the data in the LOG of the MI client is with spaces

the persistence on the client is without spaces

and so it does display the data without spaces?

Is that really the result of your debug?

Regards,

oliver