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

    sending reported error 0x80040201

    I have uninstalled and reisnatlled Office, deleted my profile and still when I try to send from my POP 3 account...I get this error. Can anyone help?? Thanks! -Joey
  2. kyjoey

    Visio Fonts not right...

    The text boxes on the Visio document itself look to be in WebDings or WingDings font on my machine. This same Visio document loaded on someone elses machine looks fine. I've verified the font is correct, and that I have the Arial font used in size 6 in other locations. I've changed the font...
  3. kyjoey

    Date Issue, Can't get Dynamic Value

    Hey everyone, I have an issue with a report being built in MS Reporting Services. I need the following statement to be dynamic for the date at the end, and I am not sure how to do so. (SELECT SUM(TotAmount) FROM tblGiftData GROUP BY YEAR(OrderDate) HAVING (NOT (YEAR(OrderDate) IS NULL) AND...
  4. kyjoey

    Data Entry Error...ASP/JS

    I am new to JS, so any help would be greatly appreciated. The following code successfully inserts the data, but gives me an error. <%@LANGUAGE="JAVASCRIPT" CODEPAGE="1252"%> <% var strConnection = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=\\\\T03web01\\AreaWebs\\" +...
  5. kyjoey

    JS / ASP Connection problem

    Hey all, I am having trouble with the following connection: var strConnection = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=\\\\T03web01\\AreaWebs\\" + "Quality\\QA\\Systems\\TPD\\database\\tpd.mdb"; //Connection String var adoConnection = Server.CreateObject("ADODB.Connection"); var mySQL =...
  6. kyjoey

    Difference between 8 and 8.5

    I am looking for training CD's on Crystal 8.5, but I have only found basic CBT's. I did find a very good CBT for Crystal 8.0, but I need to know if it is very different from 8.5. If not, then I will purchase the 8.0 CBT. Thanks for any assistance gang, J -Joey
  7. kyjoey

    Totally stuck: Database possibly corrupted...

    I am in a world of mess right now. I had a MS Access DB I used onlinje with a .ASP application. everything had been going great, until I opened the DB on the web server and started making changes while a user was writing to the DB. Now, I get this error: "...mdb needs to be repaired or isnt...
  8. kyjoey

    Option Group Report VBA

    I think this is easy to do, but I am not sure how to write this. Here it is: I have an option group on my form (5 choices) Each choice is for a report to print. I did it using macros, but the report goes behind the form. So, I need to write a snippet of code so that when the option is...
  9. kyjoey

    Problem using NET USE with SBS

    I am trying to connect to a share folder on our company SBS server. When I boot using a NETWORK BOOT DISK, it cannot find the Network adapter. However, when I boot into windows everything works just fine. If I run a CMD prompt through windows and then run NET USE K: \\Servername\Share it...
  10. kyjoey

    Not a member of the VS Developers Group on the web server computer

    One of our developers is receiving this error when trying to open a solution in Studio 2003. "Visual Studio.Net cannot create or open the current application because the current user is not a member of the VS Developers Group on the web server computer” He is running from the local machine...
  11. kyjoey

    Outlook 2003 Inboxes

    Is there a way to get Outlook 2003 configured on 2 machines to receive the same email? I am not running MS Exchange. I need two people to receive the same email whenever they log in, even it is addressed to only one. Thanks everyone! -Joey

Part and Inventory Search

Back
Top