Hello, I have a web site using web services to load data into drop downs lists. This has been working fine for awhile, but now I have a few users that have no data being populated in the lists. What could cause this to happen on a a few users machines.
Thanks
Don
Hello, can you open a modal page from within another modal page using the ajax modal popup feature?
For example, let's say you have a invoice screen, with a list of invoice details at the bottom. When clicking on one of the details, you open the invoice detail screen as modal. Now say the...
Hello, I have an access front-end application that runs on Citrix. I have some code that opens outlooks and inserts the To address. When running on Citrix it tries to open Outlook on Citrix (which doesn't exist), how can I get it to force open the user local outlook?
Thanks
Hello, I have a Access 2003 app that uses SQL Server 2005 as the backend. I need to create a form in Access that the user enters the email address, the subject, body and any attachments to be included in the email. This would get saved into a sql server table, then an email would get generated...
Hello, I have a table in SQL Server that is used to track appointments.
Is there some way to take this data and send an email to user with the appointment, when the user clicks on the email it would create the event in
the user or public calendar.
Thanks
Don
Hello, I'm using xp_sendmail in SQL 2005 and received this error "xp_sendmail: Invalid parameter '@ansi_attachment'" ; is this @ansi_attachment no longer supported in 2005
Sample Below
Select @SQLQuery = 'Declare @rc int
EXEC @rc = master.dbo.xp_sendmail
@recipients =...
Hello, I'm creating email that goes out to clients. I create it in SQL Server and put the text in html tags. In most cases the clients receive it fine but in one case they only thing they see is "< r". Could this be some setting on the client that does not let it see html correctly. I've...
Hello, is there a way to take data stored in a table and create a entry into a public calendar on an outside vendors network?
Maybe some extended stored procedure? I'm using SQL Server 2000.
Thanks
Don
Hello,
I have a Access 2003 application that for one report I only want to allow it to be previewed but not printed or exported. How can I make sure that once
the report is previewed that it can't be printed or exported?
I deploy the application using the runtime but what happens if...
I'm writing a macro in Excel to move some data into another worksheet. How do you set a reference in excel to a different worksheet and use numbers instead of letters
I don't want to use =sheet1!C3 but something like
=sheet1!(3,3)
How do you sum a value that is placed in a header section. For example, the data being returned to the report looks like this (3 Rows).
Salesperson Customer Product ProductCost SoftCost
Steve A 1 $2,000 $500
Steve A 2 $5,000 $500
Steve B 3...
I tried calling this function (dbo.UFYearMonth) a week earlier inside a execute command and I had the same issue.
I replaced the function in my sql statement with the the code from the function and it works fine.
Hello, I have a SQL Server 2000 and receive an error message when calling a function within a execute statement. I'm not sure if you can call a function
within an execute statement but I would think I would just receive an error message and it wouldn't crash my server. I had to restart the...
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.