anthony peiris
20th October 2011, 13:55
I am trying to convert BaaN 4c form to a web page, retrieving form details from ttadv300 and ttadv301 tables. Idea is to render form fields to a list box or text box , option button(s) by examining Domain definitions of each field.

Thanks -
Anthony

mark_h
20th October 2011, 14:32
I am not sure I understand the question. Domains are maintained it ttadv400, by VRC in company 000. This is baan 4. Not sure if this answers the question.

anthony peiris
21st October 2011, 02:39
Thanks Mark, that is the table I was looking for, the fields DIFO and RANG is what I am looking for, now I can render web page fields with a validation rules of DIFO and RANG.
Anthony

~Vamsi
24th October 2011, 17:01
Given that you will have to traverse the VRC structure to get correct information, you may be better off using Baan functions in the rdi family. Click here (http://www.baanboard.com/programmers_manual_baanerp_help_functions_runtime_dictionary_information_overview_and_synopsis) for more info.

Hitesh Shah
24th October 2011, 19:07
Have you tried webtop in Baan IV . That renders baan sessions in webpages . Probably that can satisfy your requirement.

Besides VRC problems , Range validations and range messages at domain level are specific to Baan scripting . That may need lot of effort converting to the scripting language of web pages . Also if i remember correctly table fields dont have domain information in ttadv300/1/2 etc . U may need to write separate logic for that as well.