I would like to have some light on report.
Its possible as developer to create your own software report that to use reportview for example, etc.
Anyone here can give just some theoric steps. For example, can do you make your own? xml, windows form, etc or what?
Loading
VulpesPosted Jan 26, 2015, 10:04 AM
If one filter OR the other filter (or both) are to be satisfied, replace 'and' with 'or'.
IsraelPosted Jan 26, 2015, 9:38 AM
For example, when I need to filter data from my rptform with a textbox I do this and its works perfectly:
I know that in configure I need to put this. Then how can I make it work for two filters:
select * mytable
from mytable
where outCars = ?
VulpesPosted Jan 26, 2015, 9:03 AM
For landscape, you can just take what these properties are for portrait and swap them around so that the width is now greater than the height.
I think once you've done this then the orientation will default automatically to (and stay at) landscape.
IsraelPosted Jan 26, 2015, 8:31 AM
There is no way to do it in programming (just to have landscape mode when click on a button)?
VulpesPosted Jan 23, 2015, 6:26 PM
However, if you're wanting to create your own report designer, I wouldn't recommend it as there's no way that you're going to be able to match the sophistication of Crystal Reports or Microsoft Reports given the 'programmer years' that have gone into creating them.