ipineda
19th December 2008, 23:32
Hi friends,

I hope someone could help me.
I am working in a report. I don´t kwon why I'm getting this character "%" in a field, i have seen the field in the table and it is ok the field is a date. I have try modifying the print format of the field in the report and the print lenght but it doesn´t work.

If someone knows what is happenning please help me.

prashant
20th December 2008, 07:17
hi,
Are you getting "%" as a field value?
You should find first ..what value are you really getting from the table before print.
message the value and check.
if you get "%" as a value in message then check your script and domain.
Domain which you are using for that field clould be the problem area.

Hope it willhelp you.

Regards

george7a
22nd December 2008, 10:57
Hi,

You might want to post your code so we can see how are you retrieving the field value and the domain you are using.

- George

ipineda
22nd December 2008, 16:02
I have review if i got a value or "%"...and I'm getting the value of the table in the before.layout I can't post the code cause what i'm doing is to change the layout of a standard report, purchase orders, and the field with the problem is an input field and I didn't change the query.

george7a
22nd December 2008, 16:12
What is the domain of this input field?

Just for us to know, are you trying this in LN/Baan V?

ipineda
23rd December 2008, 16:43
I'm working in LN, and the field is "tdpur400.odat" and the domain is tcdate. It is really strange cause in some cases the report is right but i have compared the orders and they have the same structure, in both cases the data is in the report script when i used the debugger but the character "%" is still there when the report is shown.

raikar_raviraj
23rd December 2008, 20:05
Check if "%" appears in such cases where tdpur400.odat is null, or if it appears randomly. Also suggest you to check which date format is used with domain
tcdate, see whether the same format is being used in the report layout.