mnmhema
1st May 2012, 14:18
How can I get the value of an input field in the form to report script?
bdittmar
1st May 2012, 14:42
How can I get the value of an input field in the form to report script?
Hello,
define the form field as report inputfield.
Regards
Hitesh Shah
1st May 2012, 20:06
Or alternatively import it in report script before program section .
mnmhema
2nd May 2012, 12:26
This is my query:
select
tccom100.fovn, | Tax Number
cisli205.ityp | Sales Invoice Transaction Type
from
cisli205, | Invoice-Source Relations
tccom100 | Business Partners
where
cisli205.idat >= cisli205.idat.f and
cisli205.idat <= cisli205.idat.t and
I need the value of cisli205.idat.t in the report script.
bdittmar
2nd May 2012, 14:27
This is my query:
select
tccom100.fovn, | Tax Number
cisli205.ityp | Sales Invoice Transaction Type
from
cisli205, | Invoice-Source Relations
tccom100 | Business Partners
where
cisli205.idat >= cisli205.idat.f and
cisli205.idat <= cisli205.idat.t and
I need the value of cisli205.idat.t in the report script.
Hello,
it looks like a easy sql query ?
Here you can't use (eg) cisli205.idat.f as report input field.
Use a session instead.
Update your Profile, please.
Your Profile syas BaaN IV, cisli is LN ????
Regards