I have a "season" option field in Itemledger entry table and option string is " ,Spring,Summer,Spring-Summer,Autumn,Winter,Autumn-Winter"
I am trying to make a report and need a listbox for season field.
I want to set listbox source expr =Itemledger entry ."Season".
But it is not working.
It works when i create a global season option variable . I want to take data direct from Itemledger entry table field.
how to do this?
0
Comments
you want to apply the filter directly without writing code?
If Item Ledger Entry is your dataitem then did you try by adding season in ReqFilterFields ?
-Mohana
http://mohana-dynamicsnav.blogspot.in/
https://www.facebook.com/MohanaDynamicsNav
I want to add this on option form and want to add source expr of textbox field=Itemledgerentry.Season that data can come from table.
Or you create a global rec variable of item ledger entry that you only use to let the user select the optionstring in a field.
Like globalrec.season.
|To-Increase|