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 wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by dorianr

  1. dorianr

    Get Owner Name in Mobile 5

    I would like to retrieve the PDA owner name in Windows Mobile 5 using C# compact framework 3.0. I thought this would be easy, but I can't seem to find an answer. Thanks for any help.
  2. dorianr

    Compact Access Database

    I tried to run that code, but I kept getting an error (something about invocation). I ended up using the code from http://www.crystaltech.com/forum/post.asp?method=TopicQuote&TOPIC_ID=7741&FORUM_ID=16 that works perfectly.
  3. dorianr

    Compact Access Database

    Does anyone know how to compact an Access database via code? I've developed a Windows form application using Visual Studio .NET 2005 in C#.
  4. dorianr

    Change another users password

    ChangePassword didn't work because it needs the old password. I ended up using ResetPassword, but this is not the best choice, because I still need to know the security answer. What happens if a user forgets their password and the security answer? It seems that there has to be a way around...
  5. dorianr

    Change another users password

    If they knew the old password, then it wouldn't need to be reset. In my experience, many users will forget their passwords. I'm looking for another method (besides the PasswordRecovery object).
  6. dorianr

    Change another users password

    I'm using the membership and role provider in an ASP.NET 2 application. My client does not want users to recover their own passwords. I have set up an administration page that will enable application administrators to add/remove users and assign roles. I want to add capability to reset...
  7. dorianr

    Crystal Reports at Shared Hosting sites

    I'm creating an ASP.NET 2.0 web application with a SQL Server backend and Crystal Reports (developed using VS2005). I'm having a very difficult time finding a shared web hosting company to host my application. Places like www.discountasp.net tell me that they will not support Crystal Reports...
  8. dorianr

    Scientific Notation Format Bug

    I have a report that has fields formatted for Scientific Notation to 2 decimal places. This works fine except when the number in the record source Query has more than 7 decimal places. For example, 1.2046629E-06 will appear as the format specifies: 1.20E-6 in the report. But...
  9. dorianr

    Multiple group summaries not printing on same page

    No, placing the group summaries in the report footer, will not work since the summaries occur throughout the report. For example, when ever the sample medium (soil, air, water, sediment, ...) changes. When ever the sample medium changes, there are 3 or 4 group level summaries (there are other...
  10. dorianr

    Multiple group summaries not printing on same page

    I need something that is much more robust. I want to keep the group footer summaries (for up to 5 levels) all together. The report has many detail records that are followed by up to 5 Group level summaries in the Group Footer (total for Group 1, Total for Group 2, etc.) The report does not...
  11. dorianr

    Change report lines to rectangles

    In order to use a PDF writer, I need to change all horizontal lines that are drawn in my reports to rectangles (without any height). It will take a long time to do this manually. Does anyone know how to accomplish this programatically?
  12. dorianr

    Multiple group summaries not printing on same page

    My reports have group summaries in the footer up to 4 or 5 levels. It looks bad when the last group summary (or a few of them) print at the top of the next page without any preceeding data. I would like to keep all of the group summaries together. If they can not fit on the current page, then...
  13. dorianr

    Group Footer on same page with last subgroup

    I have the same issue - multiple group summaries that need to appear together (there are sometimes 4 group summaries). Ideally, if they won't fit on the same page, I would like to have at least 3 detail rows also move to the next page. This way the next page will have 3 detail rows, and 4...
  14. dorianr

    Using Tabs in a Memo Field

    This memo field is for a footer in a report. The user wants to be able to enter what ever they want. Parts of it may be citations to literature, general comments, notes about data, and the acronym list. There are over 50 reports, and each one will have a different set of footnotes. I was...
  15. dorianr

    Using Tabs in a Memo Field

    Unfortunately, the memo field is to hold more than just the definition list, so a normalized table is not the answer in this case. The tip from Zameer is just what I was needed! Thanks a lot, I can't wait to implement it tomorrow. This way is a lot more affordable than using the 3rd party...

Part and Inventory Search

Back
Top