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

    .htaccess Domain Alias Redirect

    Hello All! I am having some troubles redirecting traffic using .htaccess. Basically, I have two domains, of which one is an alias for another, so any requests for www.domain1.com or www.domain2.com will end up at www.domain1.com So, using .htaccess, I am looking for a way to determine if...
  2. Faded

    IIS not actively serving aspx files

    Hello All, I have a Web Server (Windows 2000, IIS 5) that has all of the new security updates and the .NET framework installed, yet it won't serve any ASP.NET pages. Things with the .asp extension seem to run fine, but when I request a .aspx page, the dynamic content is not displayed. I'm new...
  3. Faded

    Percentages in a report

    Hello, I'm a total newbie to Crystal Reports, and have tried without success to create a report that will display the total number rows returned by an SQL query and then the percentage of each of the field values. Here's an example: An SQL Server table is called HotelCards, and in that table...
  4. Faded

    New form not opening

    Has anyone seen this before? I have added a new form to a project, saved it, and yet when I try to display the form using a click event, the form name doesnt show up in the code completion. I simply want Form1.show; Form1 is not there!!! But it's in the project!! What's going on? It has...
  5. Faded

    Deploying DB application

    Hello, I'm working on a database application using Delphi 5 as a front end, and I'm having problems deploying it to client machines. I was hoping someone could provide some insight as to why it is not working. So, as I said, it is a db app and uses an ODBC to connect to MS SQL server 7. On...
  6. Faded

    Primary keys

    Using Delphi 5, I am trying to make an application that uses an ODBC connection to a MS SQL Server DB which contains three tables. After reading about the flaws of using auto-increment primary keys, I am trying to increment the key within the application, but when I try to post to the database...
  7. Faded

    Auto-complete in DBEdit?

    Hello! I'm pretty new to Delphi, so please bare with me. I'm using Delphi 5 Pro. I have a master/detail scenario on a form. When selected via a DBNavigator, the form displays a tour company with all of it's addressing and contact information (the master), as well as all of the tour groups...
  8. Faded

    Data Type Mismatch

    Hello, Using Access 2002, I am trying to create an APPEND query. It queries a linked FoxPro table, and appends two columns to a linked SQL Server table. The problem is that the FoxPro table's PK is of datatype TEXT and contains all numeric data except for two rows of text (which are not...
  9. Faded

    Access 2002 - Could not find installable ISAM

    Hello, I am creating a macro that uses TransferDatabase to grab a MS Foxpro DB table. The Macro properties are as follows: Transfer Type: Import Database Type: ODBC Database Database Name: S:\HOSTPLUS Object Type: Table Source: IN_GRP.DBF Destination: NewGroups Structure Only: NO When I run...
  10. Faded

    Suggestions? How should I approach this DB problem?

    Hello, I am working with a SQL Server database that has poorly normalized tables, and trying to create an Access front end to add functionality to the existing DB. Here's the details: There is a table called "in_grp" which holds information (address, contact name, phone nuber...
  11. Faded

    Apache 2.0.36 won't start

    Hello, I have a brand new install of Red Hat 7.2, and during the install I chose not to load the www server because I wanted to install the newest version of Apache (2.0.36). The instructions I followed are at http://httpd.apache.org/docs-2.0/install.html Anyways, everything is located in...
  12. Faded

    autonumber not numbering new entries

    Hi there, I have an Access form that is used to enter new records into a database. The primary key for the new record is an autonumber and is visible on the form. While I am entering new data in textboxes etc. the pk textbox stays (autonumber) without turning into an actual number. When I...
  13. Faded

    Self join eliminates records when field is empty

    Hello, I am doing a self join two times in one query, and I need to show all records even if one of the fields is not existent. Hard to explain, but here's the query. SELECT mainTitle.pk_TitleID, mainTitle.content, altTitle.content, physTitle.content, mainTitle.fk_ObjectID FROM Title AS...
  14. Faded

    ifconfig invalid command?

    Hey! I am using DHCP to obtain an ip address, and I want to know what my machine address is as well as the address that the DHCP server has (from the isp). I tried to use ifconfig and traceroute and am getting invalid command errors. What can I do to resolve this? Thanks, Faded
  15. Faded

    Renaming images in mass quantity.

    Hello, I have to rename thousands of images from their current names (123.jpg, 456.jpg, etc.) to the last 12 characters of a GUID (634FH3CS3456.jpg, etc.) All of the GUID's are lined up in Excel with the .jpg extension, but now I need to link those names to the actual images replacing the...
  16. Faded

    Textboxes won't update based on Combobox Value

    Hi. I have a combobox that gets it's values from a query. Then upon updating the combobox, two textboxes should update their values based on what is selected. Here is the query called qryRequestor (simplified): SELECT alias, dept, phone FROM list Then in the Combobox properties, I have...
  17. Faded

    Outlook Automation from Access Question

    Hi There! I am creating an app in Access that hooks into Outlook for automatic messaging. I am having two problems. 1) Even though I have opened an instance of outlook programmitically, I get an error when the code executes unless I have Outlook open on my desktop. How can I make this work...
  18. Faded

    ipconfig not recognized by dos

    Hello, I am having some troubles with a command prompt not recognizing simple dos commands. 'ping' and 'ipconfig' get a 'is not recognized as an internal or external command. What is going on? One thought I had is that I may have messed up the CLASSPATH when I installed my %JAVA_HOME% and I...
  19. Faded

    Invalid Token Error when compiling ASPECT script

    Hello, I have been given the task of updating ASPECT scripts from DOS to Windows for Procomm Plus v.4.8. I have no experience in Aspect or Procomm Plus and am at a loss as to what is happening. Below is the script that I am trying to run. I have re-named it to MERIDIAN.WAS from the DOS...
  20. Faded

    Can you print the file structure from Windows Explorer?

    Hello, I am looking for an easy method of printing the recurrsive contents of a folder from within Windows Explorer. I have found a couple utilities that will print the contents of a single folder, but not the contents of the folders within that folder etc. Has anyone got any recommendations...

Part and Inventory Search

Back
Top