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 Chriss Miller 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: tburrows
  • Content: Threads
  • Order by date
  1. tburrows

    Program in Documents&Settings/All Users not visible

    Administrator installs program and when you go to explore, the program is visible with you go to C:/documents and settings/all users/start menu/programs. But when the user logs in the program does not show when the user goes to Start and Programs. If they go into explore they can find it that...
  2. tburrows

    Data Access Page Connection Problem

    We have an Internet side and an Intranet side. On our internet side, I have a form for the public to fill out and the info goes into a sql database on a seperate sql server. On our intranet side I have a data access page that connects to the internet sql database through a firewall so that our...
  3. tburrows

    Error on Data Access Page

    I have an Access Project accessing a SQL database. One of the fields in the database is DateCleared and it is formatted as datetime and shortdate. On a Data Access Page I have the DateCleared field and it is also formatted as short date. However whenever I put in a date in this field I get the...
  4. tburrows

    Error on Data Access Page accessing SQL database

    Not sure if this is right forum. I have an Access Project accessing a SQL database. One of the fields in the database is DateCleared and it is formatted as datetime and shortdate. On a Data Access Page I have the DateCleared field and it is also formatted as short date. However whenever I put...
  5. tburrows

    Can you have a calculated field in a SQL table?

    I am using Access to access a SQL table. What I am trying to do is that I have a date field called DateCleared. I have another field called Cleared. What I want to do is that if DateCleared is empty then Cleared is No and if DateCleared has a date in it then Cleared is Yes. I am familiar with...
  6. tburrows

    connection string accessing wrong server

    I have created a web form and have a database on a sql server. That server is seperate from the web server. The connection string is: Conn="Provider=sqloledb;" & _ "Data Source=<database server name>;" & _ "Initial Catalog=<database>;" & _ "UserID=IUSR_PUBLIC;" & _...
  7. tburrows

    Programmatically check for version of ADO ext 2.7 or 2.8

    I'm running access 2002 which has ADO Ext 2.8 for DDL & Security. Most of the machines which run the applications I do are running access 2000 with ADO Ext 2.7. What I'm doing now is that when I load a new application I get an error message and I have to go in and uncheck the missing 2.8 and...
  8. tburrows

    Trying to use image as hyperlink

    I am trying to use an xml file that has 2 tags that are the name of a thumbnail jpg image and the other is for a large version of the thumbnail. The other tags are name, age, etc. What I want to do is make a table with all the info on one person. One of the cells has the thumbnail and when...
  9. tburrows

    Continuous rebooting at startup

    We acquired an HP Pavilion N5450 laptop running windows ME. It probably has a virus as when the machine starts up the first screen comes up and then just keeps rebooting from there. I tried F8, but I don't think the boot process is getting that far so I can use safe mode. I tried a bootable...
  10. tburrows

    Check if form is empty when loaded

    I have a form that uses a query for its data. The query uses a parameter input of a single letter to select records that begin with that letter. If the user selects a letter that is not in the database it returns with nothing. When the form starts the parameter reqeust opens up and when a...
  11. tburrows

    Include quit working

    I am running FP 2003 with the version of IIS is 5.0 on a Windows 2000 OS with Frontpage Extensions 2002. I have a navigation menu on our pages. A while back the webbot include quit working right. What it does is take the whole page and place it into the cell where the navigation goes. The...
  12. tburrows

    images in a word document

    We have a newsletter that we put out once a quarter. Each page has two columns. There are jpg images in it also. We are having a hard time with when text moves the images move all over or if we move the image the text moves all over. We have tried unchecking the move image with text and it...
  13. tburrows

    sql database navigation

    I have a SQL database that has information on persons and path to photo. On the webpage I have a table and it displays the first record in the recordset. I can also put in a loop to make a table for each record in the database. What I want to do is make make navigation buttons so that I can...
  14. tburrows

    AllowEdits only working on some records

    I have set the following properties for a form when it loads. AllowAdditions = False AllowDeletions = False AllowEdits = False However, as I go through records in the form, I can modify about half of them while the other half works and won't let me modify. Any thouhgts Tom
  15. tburrows

    How to put form calculated field in a report

    I have a form which is the interface for the database. It has several calculated fields which are based on what value a field or fields are. I need a report with these calculated fields in them. I tried putting the form field in the report and all the records are the same. All the calculated...
  16. tburrows

    how do I compare two date variables

    I have an xml file: <datatable> <jmmain_jcourt> <book_id>199900056</book_id> <courtdate>09/18/2000</courtdate> <courttype>S </courttype> <sysdate>12/16/2003</sysdate> </jmmain_jcourt> </datatable> I want to do a comparison between courtdate and sysdate such as: <xsl:if...
  17. tburrows

    Why is xsl:if not working?

    I am passing a parameter from an asp file to my xsl file. I know the parameter is being passed. Below is my stylesheet. For some reason it is not getting past the line <xsl:if test=&quot;book_id='$param1'&quot;> If I take out this line it works fine and outputs all the records. I am passing...
  18. tburrows

    How do I pass a parameter?

    I have an xml file with the structure shown below. I use an asp file for transformation. The first xsl file I have uses only the name info, book_id, and bookdate. Output of the xsl is html. What I want to do is to be able to click on book_id which would then pass that book_id number to an...
  19. tburrows

    can you change a character in an element???

    I receive an xml file that has the following structure: <datatable> <jmmain_archrg> <book_id> <bondstatus> <bondamt> <fel_misd> <chrgdesc> </jmmain_archrg> </datatable> The return is about 200-300 records. In chrgdesc, in a few of the records they will contain < or &...
  20. tburrows

    check nodes for a previous value

    I have an xml file with the structure <datatable> <jmmain_nmmain_archrg> <last> <first> <id> <charge> so on </jmmain_nmmain_archrg> I am outputting the info into a table on a website. The problem is that if a person has more than one charge, then all the...

Part and Inventory Search

Back
Top