Search results for query: *

  1. S

    add txt to a new line in a label

    Hello, I am trying to display log information to the user from the database. It works fine my only problem is that I cannot find a way to control how it looks. I have the log data output to one sting that I put together in a loop. I am only using one label to display it all (about 8 – 15...
  2. S

    Open in new window with VS Report Viewer

    Hello, I am trying the report viewer that comes with 2005. It seems to work well except I can’t get it to open the report on a new page. Does anyone know how to force the report to open in a new window? Thanks
  3. S

    VS 2005 and the report Control

    Hello, I have a report tha uses the reporting control from VS 2005. When I ho to export it to Adobe it always has an extra 5 pages at the end. Just wondering if anyone has had this issue is knows of a fix. Thanks
  4. S

    VS reporting subtotal problem

    Hello, first time trying to make a report and it seem ok so far except that I have several lines of data and have created 3 groups of data. I can easily total all of the data but I want to total each group individually. I know it seems easy but I am having a hell of time getting this to work...
  5. S

    Crystal Report and VS 2005

    Hello, trying out CR for the first time using VS 2005. I have made a report with no database information just my name the date and my address. It runs fine but when it opens I want it to default to PDF not to the webform that it does which then allows me to export to PDF, excel etc. This is my...
  6. S

    problem copying from a server

    Hello, I have a problem connecting to a server to copy files. The server is mapped as admin but when I try and copy the file it gives me an error saying that the file is not found. If I copy the file to the C:\ drive and try and copy from there it works fine. Just wondering if anyone could help...
  7. S

    append 4 text files to 1

    Hello, I am kind of new to programming and I am trying to figure out some stuff. I have 4 text files that I have copied over from a server; I now want to copy all the data from the 4 text files into a new temp.txt file while keeping the formatting of the originals. If anyone knows of good how to...
  8. S

    String manipulation

    Hello, I am new to this and have what im sure you will think is an easy problem. I have a string like 23-23-4 and I want to separate it. It is not always the same amount of numbers in-between the dashes. I tried using InStr(sWrite, "-") to find the first one but I am lost as how to cut it out...
Back
Top