hpng98
14th December 2009, 06:06
HI
I wan't to add new form in maintain item master session.
i have create few new tables.
my question is , all the fields in new form will NOT insert to main table(tiitm001) , but will insert to NEW tables.
no problem right if do in this way?

If NO problem, my other question :
1. I create a field for user to zoom , after they choose the data from from zoom session (new table) , then description will AUTO show beside the zoom field , how to allow it auto show?

2. I need to modify the script so tht all the new fields in new form will INSERT to NEW table right???


THANKS.

prashant
14th December 2009, 13:15
Hi HP,

As per my understanding, you want to modify standard session.

If Yes, then you cannot do so. untill and unless you have script.

Work around is you can add a button to the specific or on to the session on which you can call your session which you have created table and sync it.

Thanks

mark_h
14th December 2009, 16:16
You do not need source to add table and fields to a session, but you do need one of the source extender(or wrapper) applications - like qkey, rmcis, or the method posted by ~vamsi in the code and utilities forum. Anyway to answer your questions:

Yes there is nothing wrong with updating a session like this. Just keep in mind that going forward you will have to integrate and new baan patches for the session into your code.

(1) Yes - again you just have to locate the description and display it. I usually use the after.display field to look up descriptions and display them.
(2) Yes no problems - you just have to add the updates for the new tables in the correct spot in the script.