Sachinjoshi
6th November 2007, 15:13
Hi,

We are using B4C4

I want to copy the block from TEXT file into any TEXT field in Baan.
But on TEXT EDITOR, it doesn't allow me to paste the document.

Is there any way to paste the block in TEXT field in BaaN 4 C4 ?

Regards,

Sachin Joshi

sukesh75
6th November 2007, 16:02
Hi,
For this you would have to attach an external text editor with a text group of your choice. In the session Maintain Text Groups With External Editor {tttxt1116m000}, you define the TextGroup which you want to associate with an external editor(for e.g: Notepad) and then whenever you use this TextGroup you would get a notepad interface instead of the Baan text window.

sk

bdittmar
6th November 2007, 18:39
Hi,

We are using B4C4

I want to copy the block from TEXT file into any TEXT field in Baan.
But on TEXT EDITOR, it doesn't allow me to paste the document.

Is there any way to paste the block in TEXT field in BaaN 4 C4 ?

Regards,

Sachin Joshi


Hello,

be sure you have modify rights of the textgroup (Text not in read-only mode).

Iv've no problems in cut'n paste neither in WinBaaN nor in Telnet.

Regards

Sachinjoshi
7th November 2007, 11:04
Thanx Sukeh,

I hd text group TEXT, which has authirsation of UPDATE.

I hv added this TEXT group in session tttxt1116m000.

Now my query is how to how to associate this text group with an external editor(for e.g: Notepad).

I want to copy any text from other text file say abc.txt and paste in TEXT EDITOR. Where as at present, I can add text but can't paste it from outside Baan text file.

Regards,

Sachin Joshi

bdittmar
7th November 2007, 11:54
Thanx Sukeh,

I hd text group TEXT, which has authirsation of UPDATE.

I hv added this TEXT group in session tttxt1116m000.

Now my query is how to how to associate this text group with an external editor(for e.g: Notepad).

I want to copy any text from other text file say abc.txt and paste in TEXT EDITOR. Where as at present, I can add text but can't paste it from outside Baan text file.

Regards,

Sachin Joshi


ttadv0110m000 Maintain Development Parameters by User

| BAAN User : kuesthom Thomas Kuester
|
|
| Editor Read-Only Command : vi
| Starting editor on : Server with new window
|
| Editor Read/Write Command : u:\defaults\ultraedit\uedit32.exe
| Starting editor on : Local system
| Backup before Edit R/W : Ja
|
| Source Generator Options :
| Compile Options :


or

| Editor Read/Write Command : C:\Programme\Notepad++\notepad++.exe |
| Starting editor on : Local system |
| Backup before Edit R/W : Ja |
|

Regards

sukesh75
7th November 2007, 12:37
Since you are on Windows and if the environments are setup properly in Enviroment Variables then you could enter "notepad.exe" (without the double quotes) in the field [Editor Read-Only Command] and [Editor Read-Write Command]. You could test this out by running the command "notepad" without double quotes from the Start=>Run... or even from Command Prompt. If it opens the notepad then you dont have to give the path in the above field...
Select "Local System" for the field [Starting Editor On]..

sk