lsatenstein
16th April 2005, 16:05
We have many enum fields that have few options (yes/no, or others with a max of three or 4 values). Is there a possibility that someone has developed an extension to the Baan static form to accomodate radio buttons?

Our Baan version is 4c4

tjbyfield
18th April 2005, 01:31
Have you considered the "Domains to be displayed as Check Box" this would give almost the same result. Square box that is checked rather than round (box) thta has dot in the middle. Both abot the same size.

lbencic
18th April 2005, 22:51
You can use the domain 'tgyenox' instead of tcyesno. That uses the checkbox automatically.

lsatenstein
19th April 2005, 05:13
With the tgyenox check box, I have to change all the other entries to NO for the box that is checked as YES.

True radio buttons would handle that. Most high school graduates and Baan end-users know about radio buttons.

It is time that the GUI interface, for Baan 4c4 had a facelift, as well as for Baan 5, with its availability of dynamic forms. That facelift should include radio buttons and the ability to use colors.

tjbyfield
19th April 2005, 08:30
The face lift is ERP-LN6.1.

There will never be a face lift to BaanIV nor is it reasonable to expect one.

There is the recently announce Browser based product that is applicable to baanIV abd LN6.2. It may have things you like.

I think you may be surpprised at the number of users who still like the ASCII interface. The will point to the considerably faster input without the need for silly mouse etc.

NPRao
19th April 2005, 10:29
I think you may be surpprised at the number of users who still like the ASCII interface. The will point to the considerably faster input without the need for silly mouse etc.
I still like the ASCII screens, dont have to deal with all those desktop software upgrades, corrupted bwc/wtd's, registries, shortcuts, java version compatibilities with IE or Mozilla etc. The ASCII screens had more colors than the BW :)

Most of the late 1990s users are all over-dependent on the mouse :)

Reminds me of this cartoon - Revenge of the Mouse

fallguyjg
10th August 2005, 19:04
Hi Les,

I have a fix for you on Baan 4c radio buttons.

Please see my attached file for the info.

Hope this helps,
fallguyjg

RobertB
15th August 2005, 16:37
Hi Leslie,

You could, of course, use the Baan GUI objects which have radio-buttons/radio-button groups included (check in your Programmers help to see if these are implemented in 4c4).

For enums with just two values, it's better to use standard tcyesno (tgyenox pace Lisa) checkboxes; alternatively, for those enums where the number of choices exceeds two, you would normally use dynamically-loaded combo-boxes from the Baan GUI objects palette. See my contribution to the following thread for details:

Listboxes (http://www.baanboard.com/baanboard/showthread.php?s=&threadid=1160)

rgds,
Robert