|
code
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
My DataReport ProblemI am preparing a report using a database.
I defined DataEnvironment and DataReports properly, my report is almost ready. But I have a serious problem with page header section. I have some fields in my one of the tables that I have to use them in page header section. Suppose that my table is table1 and my fields are f1, f2, f3, f4, ... , f10 I am using all fields properly in detail section. But I need to place the values of some them to the places (?) in page header. I am trying insert control property, but this does not allow a text box for instance. I dont know if there is a way to do that, I need urgent support about this problem. I can send my code private if anyone makes a suggesstion. Regards. Akdogan. K. It's quite posible to put just about anything on to a data report and format
just about anything on it in any place you like, but you have to do the report the hard way. The first step is to bin the DataEnvironment because it's quite restrictive. Once you can produce reports without it then a whole new world opens up. Look in to that first. Ivar Remove the zeros from my email address: Show quoteHide quote "Kamil" <kakdo***@suyapi.com.tr> wrote in message news:eyDqHknWHHA.5092@TK2MSFTNGP03.phx.gbl... >I am preparing a report using a database. > I defined DataEnvironment and DataReports properly, my report is almost > ready. > But I have a serious problem with page header section. > I have some fields in my one of the tables that I have to use them in page > header section. > Suppose that my table is table1 and my fields are f1, f2, f3, f4, ... , > f10 > I am using all fields properly in detail section. But I need to place the > values of some them to the places (?) in page header. > I am trying insert control property, but this does not allow a text box > for instance. > I dont know if there is a way to do that, I need urgent support about this > problem. > I can send my code private if anyone makes a suggesstion. > > Regards. > Akdogan. K. > > Thank you,
How can I bin DataEnvironment? "Ivar" <ivar.ekstromer***@ntlworld.com>, haber iletisinde þunlarý yazdý:aVXEh.24758$fa.23***@newsfe1-win.ntli.net...Show quoteHide quote > It's quite posible to put just about anything on to a data report and > format just about anything on it in any place you like, but you have to do > the report the hard way. > The first step is to bin the DataEnvironment because it's quite > restrictive. Once you can produce reports without it then a whole new > world opens up. > Look in to that first. > > Ivar > > Remove the zeros from my email address: > > "Kamil" <kakdo***@suyapi.com.tr> wrote in message > news:eyDqHknWHHA.5092@TK2MSFTNGP03.phx.gbl... >>I am preparing a report using a database. >> I defined DataEnvironment and DataReports properly, my report is almost >> ready. >> But I have a serious problem with page header section. >> I have some fields in my one of the tables that I have to use them in >> page header section. >> Suppose that my table is table1 and my fields are f1, f2, f3, f4, ... , >> f10 >> I am using all fields properly in detail section. But I need to place the >> values of some them to the places (?) in page header. >> I am trying insert control property, but this does not allow a text box >> for instance. >> I dont know if there is a way to do that, I need urgent support about >> this problem. >> I can send my code private if anyone makes a suggesstion. >> >> Regards. >> Akdogan. K. >> >> > > means get rid of data environment. Google "unbound datareport"
Show quoteHide quote "Kamil" <kakdo***@suyapi.com.tr> wrote in message news:%23unpHjoWHHA.5044@TK2MSFTNGP03.phx.gbl... > Thank you, > How can I bin DataEnvironment? > > "Ivar" <ivar.ekstromer***@ntlworld.com>, haber iletisinde þunlarý > yazdý:aVXEh.24758$fa.23***@newsfe1-win.ntli.net... >> It's quite posible to put just about anything on to a data report and >> format just about anything on it in any place you like, but you have to >> do the report the hard way. >> The first step is to bin the DataEnvironment because it's quite >> restrictive. Once you can produce reports without it then a whole new >> world opens up. >> Look in to that first. >> >> Ivar >> >> Remove the zeros from my email address: >> >> "Kamil" <kakdo***@suyapi.com.tr> wrote in message >> news:eyDqHknWHHA.5092@TK2MSFTNGP03.phx.gbl... >>>I am preparing a report using a database. >>> I defined DataEnvironment and DataReports properly, my report is almost >>> ready. >>> But I have a serious problem with page header section. >>> I have some fields in my one of the tables that I have to use them in >>> page header section. >>> Suppose that my table is table1 and my fields are f1, f2, f3, f4, ... , >>> f10 >>> I am using all fields properly in detail section. But I need to place >>> the values of some them to the places (?) in page header. >>> I am trying insert control property, but this does not allow a text box >>> for instance. >>> I dont know if there is a way to do that, I need urgent support about >>> this problem. >>> I can send my code private if anyone makes a suggesstion. >>> >>> Regards. >>> Akdogan. K. >>> >>> >> >> > > Thank you all,
I will try Crystal Reports. Regards Kamil "JP Bless" <jp3BlessNoSpam@hotmail.com>, haber iletisinde þunlarý yazdý:%23WGogtrWHHA.3***@TK2MSFTNGP06.phx.gbl...Show quoteHide quote > means get rid of data environment. Google "unbound datareport" > "Kamil" <kakdo***@suyapi.com.tr> wrote in message > news:%23unpHjoWHHA.5044@TK2MSFTNGP03.phx.gbl... >> Thank you, >> How can I bin DataEnvironment? >> >> "Ivar" <ivar.ekstromer***@ntlworld.com>, haber iletisinde þunlarý >> yazdý:aVXEh.24758$fa.23***@newsfe1-win.ntli.net... >>> It's quite posible to put just about anything on to a data report and >>> format just about anything on it in any place you like, but you have to >>> do the report the hard way. >>> The first step is to bin the DataEnvironment because it's quite >>> restrictive. Once you can produce reports without it then a whole new >>> world opens up. >>> Look in to that first. >>> >>> Ivar >>> >>> Remove the zeros from my email address: >>> >>> "Kamil" <kakdo***@suyapi.com.tr> wrote in message >>> news:eyDqHknWHHA.5092@TK2MSFTNGP03.phx.gbl... >>>>I am preparing a report using a database. >>>> I defined DataEnvironment and DataReports properly, my report is almost >>>> ready. >>>> But I have a serious problem with page header section. >>>> I have some fields in my one of the tables that I have to use them in >>>> page header section. >>>> Suppose that my table is table1 and my fields are f1, f2, f3, f4, ... , >>>> f10 >>>> I am using all fields properly in detail section. But I need to place >>>> the values of some them to the places (?) in page header. >>>> I am trying insert control property, but this does not allow a text box >>>> for instance. >>>> I dont know if there is a way to do that, I need urgent support about >>>> this problem. >>>> I can send my code private if anyone makes a suggesstion. >>>> >>>> Regards. >>>> Akdogan. K. >>>> >>>> >>> >>> >> >> > > "Kamil" <kakdo***@suyapi.com.tr> wrote in message I expect your next question will then be something like 'How do I do this in news:ePBwlQ0WHHA.4844@TK2MSFTNGP03.phx.gbl... > Thank you all, > I will try Crystal Reports. > Regards > Kamil crystal reports...' Then someone will give the answer bin crystal reports, it's to restrictive.Look in to unbound data reports, once you understand how to do that you're on your way. |
|||||||||||||||||||||||