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

    Custom Insert Statement

    I am working on some forms, and when I try the "Add New Record" method that pops up as one of the options in the actions for a new command button, it does not work for my form. Some fields it does not even let me enter information into at all. So, what I am going to do is create a whole new...
  2. kosmokramer

    Modifying the SQL behind the Field List

    Sorry, I am new to this. Is there a way to add fields to the Field List for the form after you have already completed the wizard? When I go into the design view, and click on the Field List button, I can see the SQL query written in the titlebar of the Field List window, but can't add fields...
  3. kosmokramer

    Open a form instead of msgbox

    Hey. This is a really simple question, but how do you open a new form in response to a button click on the first form? I am creating an application that will have information listed on the main form, and if the user wants more information about a particular record, they can click a button...
  4. kosmokramer

    Query loop?

    I have a table that has actions listed for each company, and since a company can have multiple actions, the company name is listed multiple times. These actions all have different dates as well. I want to create a recordset that will pull out the latest date for each of the companies. If I...
  5. kosmokramer

    Cropping a page for use in frame

    Hey everyone. I am trying to make a website that will use frames. The navigation will be in buttons on the left hand side, and will remain a static page while one on the right changes. Alright, so far that is simple enough. The problem is that I want the background image in the page on the...
  6. kosmokramer

    Syntax error in response.write statement

    I am trying to test the variables being sent to a sub, so I am only getting it to print out the variables once they are sent to the sub. The problem is that I am getting a type mismatch error in the string I am writing out that calls the sub Here's the string: Response.Write ("</td><td>" &...
  7. kosmokramer

    Problems with showing all of webpage

    I am using absolute positioning on my webpage to place some text. The problem is that when you view the webpage (on a screen set to 1024x768), you can't see the text because it is too far down. I thought that because there is still more content on the webpage (the text), there would be a...
  8. kosmokramer

    Help with nested query

    INSERT INTO orderTable (transaction, movieTitle, movieQuantity ) VALUES (' & (Select Max(transaction) FROM transactionTable) & ', 'Braveheart', 3); I am not really sure how you are supposed to nest queries like this, so I am just guessing. The transaction table just holds the transaction...
  9. kosmokramer

    Infinite loop

    I am trying to pull news stories from the CNN website, and display them on my webpage (giving them credit for the stories of course). I have gotten it all to work except for one minor detail. The links are relative to my site rather than the CNN website. So, I have been trying to parse the...
  10. kosmokramer

    Web Hosting Reccomendations

    Does anyone have any reccomendations on cheap hosting that has good tech support? I am looking for a host that offers support for ASP, ASP.NET, PHP, MySQL, Access, and possibly MS SQL server. It would also be nice to have ftp access and some sort of web administration interface. Also, what is...
  11. kosmokramer

    Web Hosting Reccomendations

    Does anyone have any reccomendations on cheap hosting that has good tech support? I am looking for a host that offers support for ASP, ASP.NET, PHP, MySQL, Access, and possibly MS SQL server. It would also be nice to have ftp access and some sort of web administration interface. Also, what is...
  12. kosmokramer

    Hey everyone. I am having some pro

    Hey everyone. I am having some problems with my video card. For some reason I can't get 3dMark01 to recognize that I have my video card set up for 8x AGP. It says that I have it in 4x even though I have set it up in the BIOS as 8x. I also can't get fast write enabled on my card (once again...
  13. kosmokramer

    Finding the length of text

    Hey. This is probably an easy question, but how do you find the length of text in terms of how many pixels it will take up on the applet? I am making a java slideshow, and I have the text description next to the image. The problem is that sometimes the text runs off the side of the applet. I...
  14. kosmokramer

    Java Slideshow problems

    Hey everyone. You'll have to forgive me if I made some dumb mistakes. It has been a while since I did anything with Java. Anyways, I can't seem to figure out what is wrong with this program. import java.applet.Applet; import java.awt.*; import java.awt.event.*; public class rotatePictures...
  15. kosmokramer

    Clearing insertAdjacentHTML() ?

    Hey. I am making a rollover for one of my webpages which will take as arguments the image name, the width to make the image, and a description. When the link is rolled over, it will display in one cell of a table the picture and below it in another cell, the description. function...
  16. kosmokramer

    Major errors, rebooting, etc.

    Alright, I am having some major errors. I just installed win xp pro on my new computer I built, and I an got error that I dismissed at first: BCCode: 1a BCP1:00041284 BCP2: 771E9000 BCP3:00000051 BCP4:C0503000 OSVer: 5_1_2600 SP: 0_0 Product: 256_1 I ignored the first one and installed...
  17. kosmokramer

    Displaying Future Tasks in Outlook

    Is there a way to display future tasks in Outlook without having previously completed the current ones? Thanks, Paul
  18. kosmokramer

    Saving a webpage using script

    Hey. I am looking for a way to save the source of a webpage using php. What I need is for the source to be saved as a text file so I can do a search on it. Thanks for any help! Paul
  19. kosmokramer

    Single Statement to do an update and insert?

    Hey. I am trying to keep track of a person's balance. To do this I have two tables, one that keeps the person's balance, and another which has all the transactions and descriptions. So, when the person submits a new transaction, I want both tables to be updated. I can get the insert to work...
  20. kosmokramer

    SQL Syntax problem

    Hey. I know I am probably missing something stupid, but I can't get this to work for some reason. When I run the query with the hard coded values in an online database query analyzer, the query works, but it will not work on my asp page. With all that said, here is the query...

Part and Inventory Search

Back
Top