Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. MoeSSRS

    Convert Crystal Reports to SSRS

    Is there any quick way to convert Crystal Reports in to SQL Reporting Services 2005
  2. MoeSSRS

    COPY PROTECTION ON ACCESS 2007

    Yes I will do that and thanks for the advice. Talk to you later. Thanks and appreciated.
  3. MoeSSRS

    COPY PROTECTION ON ACCESS 2007

    That's true do you think putting their company logo is better than mine. Can I put both just their company's logo is fine. Thanks and let me know.
  4. MoeSSRS

    COPY PROTECTION ON ACCESS 2007

    No I dont have company logo. May be thats a good idea to put my company logos on the forms and the reports. Also somebody suggested me to create a encryption key. Do you know or have any idea how to do create a key so that it stays with that client. Let me know. Thanks and appreciated.
  5. MoeSSRS

    COPY PROTECTION ON ACCESS 2007

    Thanks for a great advice and appreciated. If for some reason the client copy the accde file and resell it. Can the other client use this database for their company and input the data. Let me know. Thanks!
  6. MoeSSRS

    COPY PROTECTION ON ACCESS 2007

    Thanks for the information. I did convert my Acces 2007db in AccDe file format. IS this going to protect me from my client copying and distributing others or shall I have put code to create a key so that when he copies and try to resell and its going to ask for a key. Also my client paying in...
  7. MoeSSRS

    COPY PROTECTION ON ACCESS 2007

    I CREATE A DABATASE IN ACCESS 2007 FOR MY CLIENT AND NEED TO KNOW HOW TO PROTECT THIS DATABASE FROM COPYING OR DISTRIBUTING TO OTHERS OR RESELL IT. LET ME KNOW ASAP ANY SUGGESTIONS HOW TO STOP AND PROTECT COPYING. THANKS AND APPRECIATED.
  8. MoeSSRS

    Hide HTML Tags in report Comments field on SQL Report 2005

    Right now that's all I need. Later on If I need I will use the script given. Thanks and appreciated.
  9. MoeSSRS

    How To do Grand Total from my Sub reports.

    Yes all my reports referencing to Hitkey Id but no different criterias. I am getting subtotals on each subreport which is fine but I need a grand total of those 5 subreports subtotals. Let me try and see it works. Thanks and appreciated.
  10. MoeSSRS

    How To do Grand Total from my Sub reports.

    I added 5 subreports to do the individual subtotals on my main report in SQL Server Reporting Services 2005. What is the easiest way to calculate a Grand Total from my individula subreport subtotals. Thanks and appreciate your quick response.
  11. MoeSSRS

    Hide HTML Tags in report Comments field on SQL Report 2005

    Thanks for the all the information. But I found the answer on how to hide multiple Html Tages if you need to. Here is teh expression I put in my field text box this expression it took it out all the html tags such as(<P>,<\P>,<BR>,;,&nbsp) that I dont need it. Here is the expressions that works...
  12. MoeSSRS

    Hide HTML Tags in report Comments field on SQL Report 2005

    I created a report and I have a comment field box showing bunch of HTML Tags and I dont want to show on my report. I wrote an expression to hide this as follows but this is to hide only one tag but I want to hide multiple tags not to show. Can anybody let me know what to add in my expression so...
  13. MoeSSRS

    Show the records on 0 Quanity in Stock

    Not a problem. Anytime and I got lots of help so its my privilege to put on this site if everything is working. Thanks and keep it up.
  14. MoeSSRS

    Show the records on 0 Quanity in Stock

    Good News! Just want to let you know I figured it out. I create 2 seperate reports one is to all the records with out 0 Qty and the other reports is only show records with 0 Qty. The second I created as name Zero in Stock Quaity report and I put it on the Edit Group property section i.e...
  15. MoeSSRS

    Show the records on 0 Quanity in Stock

    It seems I think I should split into 2 reports one is without zeros and the other one is only with zeros. So I write an expression within the Qty on Hand field as follows and it seems its showing me only 0 on the records but it also showing other records which is >0. What I need on this report...
  16. MoeSSRS

    Show the records on 0 Quanity in Stock

    I need a simple help on my SSRS reporting services I created as a stock report. Everything is coming out right except I need some help to write some condition for my report to show the records if the Quantity is 0. I am getting all the records but its not showing the the one with 0 quantity...
  17. MoeSSRS

    SQL 2005 Reporting Services

    The SQL Script I send it to you before is lots of fields we are not using. Here is the new Script below.Right now I took out the fields I dont need it and keep only tables I needed. I am using these four main tables and other tables are just for links. Here is the tables below: 1) PRTAREA...
  18. MoeSSRS

    SQL 2005 Reporting Services

    Ok let me create a new script and see how it works. Thanks and I will let you know tomorrow and thanks for the great help. Talk to you later.
  19. MoeSSRS

    SQL 2005 Reporting Services

    What I was aksing is that on my Sql Report I have 3 tabs one is the Data tab where you could see the tables and SQL Script, The Layout tab shows the design, grouping, fields names, the 3rd one is the preview. When I click on the Layout Tab and click on the QTY field and this expression on the...
  20. MoeSSRS

    SQL 2005 Reporting Services

    This one I have to put this code in the report layout text field section for the quantity. Let me know is this correct. QtyOnHand = ISNULL(QtyOnHand, 0), and default a NULL to 0

Part and Inventory Search

Back
Top