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

    ASP.NET and SourceSafe

    Hi, I am fairly new to .NET and completely new to ASP.NET. I recently completed a project and want to check it into SourceSafe to keep track of updates. Do I need to check in just the .sln and .suo files? Or do I need all the .aspx, .vbproj, .etc. files? Or both? Whatever someone else...
  2. pgstein

    .NET Framework version

    Hi, Dumb question, but how do I tell what version of the .NET framework is installed on a windows server 2003 machine? I go to start->control panel->add/remove programs and nothing is there. Also the same with asp.net. Thanks alot, any help is appreciated. Paul
  3. pgstein

    ASP.NET and IIS

    Hi, I am trying to distribute my ASP.NET application to my webserver, but I keep getting an error saying the webpage cannot be found whenever I click a link to it. Is there a certain version of IIS that I need to run aspx pages? It currently has IIS 5.0 on it. Also, do you know if there is...
  4. pgstein

    change label properties dynamically

    Hi, Is there any way to change label properties dynamically? Basically I have three labels: label1, label2, and label3. What I basically want to do is: for i = 1 to 3 label & i.visible = true next i I know that doesn't work, but is there anyway to do something similar? I am trying to...
  5. pgstein

    ASP.NET and chart control

    Hi, What I am trying to do is make a webpage that hits a database, and makes a chart based on the data. The problem I am having is that it seems I can only hit the database on the server-side, but can only edit the chart on the client-side. The only way I could think of getting around this...
  6. pgstein

    Passing variables from vbscirpt

    I am creating an ASP.NET project, and what I need to do is have the user click a button, he is then prompted with a date, and then he is transfered to the correct page based on his input. I am using VBScript to generate the input box, but the problem I am having is when I use "window.open" in...
  7. pgstein

    crystal reports

    Hi, Does anybody know off hand which versions of .NET come pre-packaged with Crystal Reports? I know .NET 2003 and 2005 do, but I am using just VB.NET and can't find anywhere to add a CR object to my project. If not do I have to install it? Thanks! Paul
  8. pgstein

    any SQL QUERY masters?

    Hi, I am trying to write a query using SQL. I have two tables that are as below: table miscdata contains: day, heatid What I am trying to do is to get the number of heatids for a date range. I can get it to return the count of all the heatids for the range, but I need a row for each day in...
  9. pgstein

    simple crystal reports questions

    Hi, I am considering purchasing the newest crystal reports XI for my company, but never using CR before I have a few questions. I need to buy the developers edition to design my own reports, right? After they are designed, where do the go from there? Do I have to design an application or...
  10. pgstein

    Changing database window?

    Okay, does anyone know if it is actually possible to modify the database window? besides adding groups? I just need some way to split it up for several users. Different tabs for different users would be nice. Im assuming its impossible, but I just want to make sure before I start persueing...
  11. pgstein

    Excel Loop through column backward

    Hi, In VB6, I have found a way to loop through a group of cells, starting with the first cell and going all the way to the last. Is there anyway to do it backwards? i.e. starting with the last and moving towards the front? My code is posted below. Any imput is appreciated. Thanks alot, Paul...
  12. pgstein

    Can you Automate a Word Chart from VB6?

    Hello, I am currently using VB6 to automate word and generate a report. I use vb6 to open a report template that I have made, and then fill in the correct data (using bookmarks). The problem I am having is that the document contains a chart that I need to modify, and I have no idea how to do...
  13. pgstein

    MSChart help

    Hi, I am currently working on a script that generates a report onto a web page. Basically I read the data from a text file and generate 3 lines for a chart. My problem is the chart sometimes takes over 2 mintues to generate. The first line on the chart contains over 6,000 points. But the...

Part and Inventory Search

Back
Top