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...
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
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...
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...
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
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
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...
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" />...
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
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
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
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...
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...
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
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
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
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 "" into the start of the table where the Valuemembers and displaymembers...
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 "" into the start of the table where the Valuemembers and displaymembers...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.