PeterH
24th August 2001, 11:40
Hi,

I'm looking for the labels that are used on the buttons, like create/continue/copy. In wich table are they stored? Also am I searching which menu is used as application menu in the Baan-Gui.

Thanks.

Ravenscross
24th August 2001, 11:44
As far as I know, those labels are hard coded. I have never come across the labels in any table during my hunting for other things. Okay, you can change the buttons (I normally change the view of the icons in most installations, just tidying them up or altering the icon to be more company specific) but have never come across altering the labels on the buttons.

And what do you mean by the menu, all menus have thier 'names' shown down at the bottom of the GUI so you can trace it back if you want to alter it.

PeterH
24th August 2001, 11:58
Thanks for such a quick response.

The labels have to be somewhere in the database, because we're facing an other problem, where the import from Oracle7 too Oracle8 caused a problem. Each character like 'ë,é,è'etc is changed into 'k,l,m'. This also results in the dutchversion in butons which should have a label like creëren or kopiëren into button with the label crekren or kopikren. So they have to be somewhere in the database.

The menu application I translated wrong in dutch it's applicatie in the english version it's file. It's at the upper left corner of the gui.

Ravenscross
24th August 2001, 12:03
Hrm, sounds like it could be some hidden table somewhere, maybe not in the actual baan database but hidden away somewhere. As for the pulldown menu options, as far as I know about that, its is also hardcoded. So if someone comes up with an answer to this one, I'll be interested in that too...

patvdv
24th August 2001, 12:08
I don't think these things are hardcoded as such as they are all available in multiple languages.

Peter, as I said in the other post (http://www.baanboard.com/baanboard/showthread.php?s=&postid=351#post351) , I strongly suggest to check your database NLS settings and characterset:

From within SQL*Plus:

select * from v$nls_parameters;

pshipley
24th August 2001, 15:49
I have had a bit of a hunt around and I am pretty sure it is not in any table - have you looked at your tools data dictionary - it could be buried in there. (I had a very quick look but didn't see it) however there is a lot of language dependant stuff.

Try $BSE/tools/dd/dtt.pd/dtt.pd

Juergen
24th August 2001, 16:01
Have a look to the tools sessions in

Tools -> Application Development -> Master Data

Is this what you want?

Regards,
Juergen

victor_cleto
24th August 2001, 16:03
What is the OS you are using?
If it is a UNIX, do you also get this behavious running a ba6.1?
Also, what are your user Locale settings (from ttaad2100) and your BW Locale settings (NLS tab)?

PeterH
27th August 2001, 10:33
Answers for Victor_cleto, os unix hp-ux 11.00. Yes the behavior is the same in ba as in bw.

What is the OS you are using?

HP-UX 11.00

If it is a UNIX, do you also get this behavious running a ba6.1?

Yes

Also, what are your user Locale settings (from ttaad2100) and your BW Locale settings (NLS tab)?

Settings in ttaad2100, empty
Locale settings, sorry, but I don't know where to find them.

victor_cleto
27th August 2001, 11:17
I meant, locale settings from ttaad2100m000 - form 3, Locale field.
If you are using ISO8859 on Oracle, you should set your users locale to ISO-8859-1.

NOTE: Locale data from Baan must be accessed by running 'mtttss3000m001' (damn 'hidden' menu :mad: )

Run the menu shown and check your locale data as well.
You should have for ISO-8850-1, single byte the values 1, 126, 32 and 122.

PeterH
27th August 2001, 11:37
Hi Victor_cleto,

Thanks for such a quick response.

I've checked the local settings for one user, and the field was empty, filled it with ISO-8859-I, compiled, damned same result as before. I Also checked session, tttss0104m000 and the values you suggest are there.:confused:

vishbaan
27th August 2001, 16:59
Hello

1) Tools Labels
Check in table "ttadv140 in 000 coy"
the labels are stored in there
for print it is "ttgenprint"

2) Appn(Special) Menu
In standard sessions if you are referring to the Special menu wherefrom it comes, check out "Form Editor", double click the choice field, there is a zoom menu attached, if not thru specific options.

toolswizard
29th August 2001, 18:06
There are two places to place labels for buttons. If they are ascii buttons, added like a field on a form, it has it's own label. If they are GUI buttons, which is what I am assuming you are looking for they are in the form editor.

Bring up the form editor. In the top of the form, make sure that you are using language 2 for english. Often in new forms a developer does not set this correctly and will get dutch results (language 1). All development is done in English (believe it or not) and then translated into other languages. On the lower buttons there is one labeled "Spec. Options", this is where you enable your buttons. On the first form is the description that will show up in the menus. On the second tab you will find a short description. This is where the button gets its label.

I hope this helped.

Toolswizard

NPRao
6th September 2001, 00:47
Hi,

i dont know which baan version are you using. Usually the tools tables, ttadv140/150 contain the label infos, and also the text number. corresponding to the text number, the actual text based on the language is stored in the table series of tttext001-010.

I hope it helps you.

PeterH
7th September 2001, 13:57
Thanks everybody for the suggested help.

At last I've found the text for the buttons. :p They are stored as enum-set and the description for these sets are in ttadv402000.
So one part of my problem is solved.

I'm still looking for the file,exit problem.:mad:

Peter.

NPRao
7th September 2001, 19:18
Hi,

Can you please explain the file exit problem.

PeterH
10th September 2001, 10:43
I've enclosed an attached file where you can see the problem. It's the file menu in the upper left hand corner from the Baan gui.

Thanks Peter.

patvdv
10th September 2001, 10:52
Peter,

Do you only have Dutch as A-language on your Baan environment? Do you have by any chance German or French? If so can you check whether the menu's in these languages are OK? The problem is of course the 'strange' characters that are language dependant:


Dutch: e with 'trema'
German: umlaut etc
French: accent aigu/grave


I have seen this problem many times before and each time it was linked to wrong NLS settings at installa time. Do you remember if you correct set your NLS_LANG, BINARY_SORT etc at Baan install time?

PeterH
24th September 2001, 08:51
For those who are intrested in the solution of my problem.

At last I've found the table we're these labels are stored. It was table ttadv450, message tt dskbrw0009.

Thanks everybody for all your tips.

Till next time.

Peter.

areanvv
2nd October 2001, 05:31
You find the labels for the 'other' menu options in the BW in your $BSE/lib directory. There is a dtoptx file for every language where x is the language number. E.g. dtopt1 for Dutch.

Arean.