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 bkrike 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: Durkin
  • Content: Threads
  • Order by date
  1. Durkin

    Impersonation not working.

    Hi. I'm using 2.0 and IIS5. I've set the anonymous account in IIS to use a domain account I set up and impersonate=true in the config file. I've also disabled integrated authentication. However, my application is still trying to access the database using the aspnet account. This is a new release...
  2. Durkin

    Application Icon.(Winforms)

    How can I retreive the application icon at runtime? Or, is there a way to set the default icon for all my forms to the same as my application icon? Thanks in advance. Durkin
  3. Durkin

    OR mapping and stored procedures.

    Hi. I have written a persistence layer which maps an action on an object to a stored procedure eg. calling Save on an object will call then spSaveObject proc populating the correct parameters with members of the object and filling the members with any data returned. I've been reading up on OR...
  4. Durkin

    Slow insert into table variable.

    Hi. I'm writing a proc in which I want to create a temporary table and insert into it using a select statement. The problem is that it takes twice as long to insert into the table variable as it does to run the select. This proc needs to have good performance so something like this is not really...
  5. Durkin

    Import Image from database

    Hi. I'm creating an organisation chart with the wizard by accessing a database. I would like to insert an image into each employee from one of the fields in the database. This can either be a binary or a link to the file, I'm not fussed. Does anyone know how to do this? Thanks Durkin
  6. Durkin

    Accessing MS Exchange

    Hi. I am helping develop an intranet site and we would like to be able to access information from an exchange server (address list, calendar etc.). Can someone please point me in the right direction for some simple overview documentation (or just tell me how;-))? Thanks Durkin
  7. Durkin

    Chart with horizontal line between points

    Hi. I'm trying to create a line graph that has horizontal lines between the points on the graph. I'll try to explain. The graph has the time along the x-axis (just one day 0:00 to 0:00). There will be a line on the graph showing a level of energy being used. At various points during the day...
  8. Durkin

    Custom Section in App.config

    Hi. I want to store data in the app.config file but not necessarily in key value pairs. This is the structure I want to use: <Ceases> <EirCode value="CPS"> <PackageID value="3007"> <UncancelledCompID value="123" /> <UncancelledCompID value="123" /> <UncancelledCompID value="123" />...
  9. Durkin

    Sub Dataset

    Is there any easy way to create a dataset based on another dataset but just leaving out some fields or rows? By easy I mean without writing loops to go through the tables and fields. Thanks. Durkin
  10. Durkin

    Gif in a different thread.

    Hi. How can I get an animated gif to run on a windows form when the application is busy retrieving data? Thanks, Durkin
  11. Durkin

    Use sp_help to get UDF parameters.

    Hi. I'm trying to query the database to return the parameters for a user defined function in the same way that you can for a stored proc using sp_help but sp_help seems not to work for functions. Is there any other way? Thanks, Durkin
  12. Durkin

    Databinding format event.

    Hi. I have added an eventhandler to the format event of a databinding object on a textbox. The first time through it works fine. However if I reload my dataset and rebind the control to it the formatting is lost. In this case the format routine is formatting dates. Any ideas? Durkin
  13. Durkin

    Where is the @#$% documentation?!

    Hi, I've got the bundled version of CR that comes with VS.NET and I can't find documentation for it anywhere. I haven't use Crystal Reports in a few years so it's pretty important to have a reference particularly for the formula functions. Any pointers would be enormously appreciated especially...
  14. Durkin

    Deploy Crystal Reports without Setup Project

    Is it possible to deploy crystal reports without using a setup project with the merge modules. I am using the crystal reports that comes bundled with vs.net. I understand that this is how you enter your license key but is there any other way to acheive this? Maybe a registry setting? Thanks...
  15. Durkin

    Close Form in Load Event

    I've tried using Me.Close() in the load event of a form to shut it down but it throws an exception. Is there any other way? Durkin
  16. Durkin

    Force Validating event.

    Hi. I'm trying to get a control(combobox) to fire it's validating event by giving it the focus and then removing the focus but this doesn't seem to work. Does anyone know a better way (by which I mean one that works;-))? Durkin
  17. Durkin

    combobox with form keypress event

    Hi. I have the keypreview property of a form set to True and I am handling certain keys at the form level. This works fine for all controls except when a combobox has the focus. Has anyone seen this before and is there a remedy? Durkin
  18. Durkin

    combobox &amp; form keypress event

    Hi. I have the keypreview property of a form set to True and I am handling certain keys at the form level. This works fine for all controls except when a combobox has the focus. Has anyone seen this before and is there a remedy? Durkin
  19. Durkin

    Combobox and DBNull

    Hi. I'm trying to binding a field in a datatable to a combobox. Another table in the dataset is providing the Valuemembers and displaymembers. This field can contain nulls so I'm adding a row with a dbnull and &quot;&quot; into the start of the table where the Valuemembers and displaymembers...
  20. Durkin

    Combobox and DBNull

    Hi. I'm trying to binding a field in a datatable to a combobox. Another table in the dataset is providing the Valuemembers and displaymembers. This field can contain nulls so I'm adding a row with a dbnull and &quot;&quot; into the start of the table where the Valuemembers and displaymembers...

Part and Inventory Search

Back
Top