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

  1. Dons1000

    Flash calling web services - sometimes not working

    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
  2. Dons1000

    Openin Modal page from Modal page

    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...
  3. Dons1000

    Calling Outlook

    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
  4. Dons1000

    Emailing in Access

    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...
  5. Dons1000

    Creating Exchange Calendar from sql table

    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
  6. Dons1000

    SQL Server 2005 - Mail Invalid parameter @ansi_attachment

    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 =...
  7. Dons1000

    Message not showing correctly always in client

    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...
  8. Dons1000

    Writing to Exchange Public Calendar

    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
  9. Dons1000

    Not allowing printing of preview report.

    How do you capture and stop ctrl + P?
  10. Dons1000

    Not allowing printing of preview report.

    Thanks, that worked well.
  11. Dons1000

    Not allowing printing of preview report.

    How do you assign a menu to the right-click event? I've done it on forms on the mouse up event but I don't see that on the report events. Thanks Don
  12. Dons1000

    Not allowing printing of preview report.

    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...
  13. Dons1000

    Referencing other sheet using column numbers

    Formulas but not using the R3C3 reference instead using numbers.
  14. Dons1000

    Referencing other sheet using column numbers

    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)
  15. Dons1000

    Summing field in Report Header

    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...
  16. Dons1000

    Server crashes when calling function from Execute statement

    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.
  17. Dons1000

    Server crashes when calling function from Execute statement

    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...

Part and Inventory Search

Back
Top