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 Rhinorhino 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: *

  • Users: dorianr
  • Content: Threads
  • Order by date
  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

    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#.
  3. 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...
  4. 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...
  5. 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...
  6. 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?
  7. 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...
  8. dorianr

    Using Tabs in a Memo Field

    I have a memo field in a form that is used to populate a report. The user wants to be use tabs so that text is properly aligned (this is for an acronym list). It should look like: Code Definition --------------------------------- PC Personal Computer PDA Personal...
  9. dorianr

    Run Access module from CF?

    Typcially, I'm used to running stored procedures (SP)in Oracle from CF (MX 6.1). My current project is using an MS Access database. Can I run Access code modules from CF? If so, can I pass parameters? Does anyone have an example? Thanks!
  10. dorianr

    Gant chart

    Is there a way to create a simple Gant chart using Access Reports?
  11. dorianr

    Passing Parameter Reports using RWRUN

    I'm trying to use RWRUN to run a report from the command line. My report has 2 parameters on the parameter form. Does reports 9i allow report parameters to be passed in from the command line? For example: PF_Name = Jones PF_Position = Manager Here's the RWRUN command that I'm trying to...
  12. dorianr

    datagrid update failure

    I have a C# windows appliation with an Access database. There are 2 tables: USERS and PERMISSION_TYPES. Table definitions are: Table Name: USERS Fields: First_Name Last_Name Address PERMISSION_TYPE (FK to PERMISSION_TYPES) Table Name: PERMISSION_TYPES Fields...
  13. dorianr

    What does the source code look like?

    Help! I've inherited a project from a now defunct office. I've never used PowerBuilder before, so I'm not sure if I have the source code. I have the installation files (.exe, .dll, .pbd, .pbl). I only realized it was PowerBuilder 7 after opening these files in a text editor and reading some...
  14. dorianr

    Password mask in a datagrid?

    In a C# Windows Application, I have a datagrid that is bound to a dataset, where one of columns is a password. I would like to have the password masked with '*'. Is there a way to do this? I know there are 3rd party controls. I managed to mask the text as it is being entered, but when I...
  15. dorianr

    Save File Dialog properties do not keep

    I attempt to use the InitialDirectory property of the Save File Dialog control, but the property is mostly ignored in favor of the most recent directory that was used. Is there a way to ensure that the InitialDirectory property is actually being used? I don't understand why this isn't the...
  16. dorianr

    Developing for handhelds?

    Can I use Visual Studio .NET Professional to develop applications for handheld devices (Windows CE and/or Pocket PC)? I've read that Smart Device Extensions (SDE) for Visual Studio .NET will allow development using C# within Visual Studio. The only reference I can find to SDE is associated...
  17. dorianr

    How to export a dataset to CSV, Excel, etc from Win App

    I've been struggling trying to figure out how to write a CSV file and/or an Excel file from a C# dataset in a Windows Form Application. I see plenty of references for Web Apps and Crystal Reports. I see information on reading data into a dataset, but nothing on how to write these files. I was...
  18. dorianr

    Robust Deployment

    How do I create a Setup Solution that will automatically uninstall my application (if it exists on the client computer). I've developed a Windows 2000 fat client. Currently, the user has to go to control panel to uninstall the application prior to the re-install. Any suggestions?
  19. dorianr

    prevent drill-down on subreport

    I'm running CR that comes with .NET Users keep getting confused because they click on the subreport. This then opens just the subreport and creates a new tab. I want to prevent the users from drilling down into the subreport. Does anyone know of a way to prevent the drill-down feature on...
  20. dorianr

    Can a MessageBox be positioned?

    I have a MessageBox that pops up to ask the user to verify data. However, the Message Box pops up over the data. I would like to position the Box to appear is a specific location. Can this be done?

Part and Inventory Search

Back
Top