rahul.kolhe22
18th August 2009, 16:34
Hi all,
I came across the situation where I have to put the huge text in the report which is to be hard coded.
Is there any option where I can copy paste the text in the report editor.
Typing the complete text can also resolve my problem, but just for knowledge sake I have added this thread.
If reply comes earlier then it would help me by reducing my typing work.
Any suggestions are welcomed.
Thanks in advance
--Rahul
günther
19th August 2009, 08:08
Hi Rahul.
It isn't possible to cut and paste text into the report editor, maybe because it is not really necessary?
When we had a requirement like this for the first time, we decided to use the normal text functions; in the report it's the easiest way, and the text editor can be used ro read in an ascii file. So the only thing hat either has to be hard coded or that can be stored in a new (separate) database table is the text number.
Günther
ahmedhossni
20th August 2009, 09:37
Dear Friend..
Inside the Editor you may copy texts, labels, fields ...etc by using the copy block from the menu then select the required block then paste it...
Regards...:cool:
bdittmar
20th August 2009, 11:00
Hi all,
I came across the situation where I have to put the huge text in the report which is to be hard coded.
Is there any option where I can copy paste the text in the report editor.
Typing the complete text can also resolve my problem, but just for knowledge sake I have added this thread.
If reply comes earlier then it would help me by reducing my typing work.
Any suggestions are welcomed.
Thanks in advance
--Rahul
Hello,
write the text in BaaN. Use textnumber in separate Layout to print this text on report. Your able to use printconditions aso.
Regards
rahul.kolhe22
20th August 2009, 13:26
Hi,
Thanks a lot to all.
The idea of using the text was good, but we are having just one such report where we have some hard coded text and using text for it would cost me a new table (for maintaining the text). So I have finally typed all the stuff in the report editor.
Thanks again to all.
--Rahul
Andreas
21st August 2009, 09:23
Hi,
Thanks a lot to all.
The idea of using the text was good, but we are having just one such report where we have some hard coded text and using text for it would cost me a new table (for maintaining the text). So I have finally typed all the stuff in the report editor.
Thanks again to all.
--Rahul
Hi Rahul,
another option is to save the text as messages and use the messages in report script.
That's how we solved a similar requirement.
Andreas