ganesh_kapase
22nd June 2005, 13:56
Hello,

Can anyone tell me how to add or delete the fields in the Session Menu Query.
For ex. in the session menu query of the session tisfc0202m000, there are fields namely Production Order, status etc. Here can I Add the field "Qty to Deliver" instead of the field "Qty to inspect" ??

Please advice

Thanx

Ganesh

Juergen
22nd June 2005, 16:47
Hi Ganesh,

I think that`s not possible, because the field "Qty to Deliver" is not a table field in that session.

Rgds,
Juergen

ganesh_kapase
23rd June 2005, 07:31
"Qty to Deliver" is the table field of tisfc001.qdlv plz advice how to change in Session menu - query.

GANESH

Juergen
23rd June 2005, 09:27
No, the field on the form is qdlv.frm and that`s not a database field. It will be filled during runtime in the program script. So if we are talking about Query by Form it is not possible.

Juergen

Rita Kotecha
23rd June 2005, 16:05
Hi Ganesh,

Please tell me if you want to change only the label or the field too ?

ganesh_kapase
24th June 2005, 07:14
Hi

I want to change both label & field in session menu - Query.

Plz advice.

GANESH

Rita Kotecha
24th June 2005, 07:57
Hi Ganesh,

tisfc0202m000 is a standard session if you change the field, you need to modify the program script. Do you have the source code of the program script ? If NO you have to log a case with BAAN and get the source code of the program script of this session and then do the required changes.

ganesh_kapase
28th June 2005, 09:26
Hi

Yes now I have source code of the program script. Plz tell me next steps...

Ganesh

Rita Kotecha
28th June 2005, 10:51
Hi Ganesh,

Modify the form to get the new field.

Declare the field you want on the form in the declaration section.

Modify the logic to get the value of the field on the form.

I hope this helps you.

If you need further help in modifying the program script please let me know.

Rita Kotecha
4th July 2005, 18:00
Hi Ganesh,

Could you do it ? If you still have problems please let me know.

suhas-mahajan
5th July 2005, 09:28
Hi Ganesh,

Hmmm...not cleared your ultimate aim, if it is for info. purpose, please make a new print session disturbing maintain session, Because future upgradation removes this change.

Anyway, if you just want to use tisfc001.qdlv field for query purpose, there is no need to change script.

Just copy form to your cust VRC, add tisfc001.qdlv, make it display (direct entry causes failure of logic), dump it and check.

This should work.

Just surprised..no call from you...since long period.

Regards

-Suhas