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 wOOdy-Soft 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: ppedersen1
  • Content: Threads
  • Order by date
  1. ppedersen1

    Access "Hyperlink" conversion in ASP

    I have an asp page which takes data from an Access database. The trouble I am having is where one field in my Access database is a "Hyperlink" field. When I display the data in an ASP page it does not create a hyperlink but displays # signs on each side of the data. I set the asp page to...
  2. ppedersen1

    Need help fixing images of text (old docs)

    I am using Adobe Photoshop Elements 2.0. I have an old document from the 60's, which I scanned in but the text looks very pixel-ly and I need to increase the quality of the page. I have tried darkening and lightning, etc., as well as changing contrast. But it is still too pixel-ly. I found...
  3. ppedersen1

    Receiving Mail Error

    Hi, I am using Outlook (2000) on Windows 2K. When I press the Send/Receive button it gives me an error. &quot;Could not fetch new headers in the inbox for <my computer>. An unknown error has occurred. Please save any existing work and restart the program.&quot; Any ideas what this means...
  4. ppedersen1

    Request.ServerVariables(&quot;Auth-User&quot;) Question

    I am trying to get the Request.ServerVariables(&quot;AUTH_USER&quot;) to work on my Intranet, however it doesn't. I assume the &quot;auth user&quot; data isn't being sent to the server. Any ideas how to solve that?
  5. ppedersen1

    Anonymous Access Unchecked = Page Cannot Be Displayed

    When I uncheck the &quot;Anonymous Access&quot; button in security section of a folder on my website, it seems to close off any access to the site and says &quot;The page cannot be found.&quot; I kept Integrated Windows Authentication on as I am trying to gather the user data. Does anyone...
  6. ppedersen1

    Trying to install PHP - help me please

    I am trying to install PHP and for some reason I can't get both Apache and PHP to speak with each other. I am using Windows 2000. I have Apache 2.0 running and it seems fine. It seems that I have done the right PHP install steps but the apache web server does not translate the PHP. It just...
  7. ppedersen1

    Program won't find IE 6

    After loading Internet Explorer 6.0, there have been several instances when programs I am running or browser-detection websites won't recognize IE 6 on my computer. It acts if I don't have Internet Explorer. This is mostly in testing out samples of my Microsoft Visual Studio 6. Why won't it...
  8. ppedersen1

    How to Sort the Recordset by Field

    I need some direction. I have a DAO connection to an Access database where I get data. Each field in the Access database is displayed separately in a textbox in my program. I would like to sort the main field name (called &quot;Name&quot;) in ascending order. Currently is doesn't do this...
  9. ppedersen1

    VB v. VBA (.move)

    For Command1.Click the following works in VB 6: Private Sub Command1_Click() Image1.Move Image1.Left + 100 Image2.Move Image2.Left - 100 End Sub Why doesn't the same syntax work in VBA? What is the correct way? Thanks.
  10. ppedersen1

    Type Mismatch

    Hello, I created a simple form in MSAccess and for some reason I am getting a &quot;Type Mismatch&quot; error. The highlighted error is the &quot;+&quot; below where it says &quot;Wins = Wins + 1.&quot; This doesn't seem right. Can someone help me out here? Here is my VBA code: Private Sub...
  11. ppedersen1

    Find Records in Access DB

    H-E-L-L-O. I am creating a program which pulls data out of an Access database. I want to use automation to search the records using the search function in Access. I don't know the correct function to use and how to say it. But I know how to set the preferences, there are just too many...
  12. ppedersen1

    Type Mismatch using VB 6.0

    I created a simple program to pull data from an Access database. The program works great except for one field, which is the only &quot;MEMO&quot; field that I am using from Access. When I run the program I get a type mismatch error everytime I go to the next record. However, it still pulls up...
  13. ppedersen1

    Database Connection

    Hi, I am using VB6.0. I am trying to connect to an Access 2000 database via vb and after I set the DatabaseName, using DefaultType &quot;2-UseJet&quot;, I cannot set the RecordSource field. Any ideas? I tried changing the DefaultType to &quot;1-UseODBC&quot; and that also gives me an error...
  14. ppedersen1

    Need Help re Array for Dates

    How do I create an array for dates between 10/03/02 and 01/02/03. This equals 14 weeks and I want to go through them 7 days at a time (i.e., Step 7). In essence, I am trying to create a date array whereby a number would be input for each of the 14 weeks. So the date would end up looking...
  15. ppedersen1

    Something Fancy - ASP Page to pull up htm files and titles

    Hello, I am trying to do something fancy! I would like to create a page looks in a certain directory for .htm files and pulls out the title in the document and then creates a link for the doc. This would make it easy to link to a bunch of documents without much coding. And if you put a new...
  16. ppedersen1

    Request Object Error 'ASP 0102:80004005'

    Hello, I am getting an error which doesn't make sense to me. Firstly, I am trying to get input data and submit it to an Access Database. It works fine until I include a column using a checkbox then it acts weird. The error code I get is: Request object error 'ASP 0102: 80004005' Expecting...
  17. ppedersen1

    No pull down menu in Word 97???

    Hi, I am using Word 2000, but because Word 97 deals with tables better I loaded it onto my computer. However, I do not see any pull down menu or toolbar when I open Word 97. Can someone tell me why and how to fix this? When I did this and went back into Word 2000 it popped up a box saying it...
  18. ppedersen1

    Automatically Updating Web Page of Links/News

    Hello, Everyday I create a document/web page about what happened that day with our group. I therefore have many of these and so I have another web page that has a link to each of them by month. I would like to automate this so that I perhaps just file the web page into a directory and the asp...

Part and Inventory Search

Back
Top