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 Wanet Telecoms Ltd 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: frosty7700
  • Content: Threads
  • Order by date
  1. frosty7700

    Eudora vs. Outlook vs. Lotus

    I've been tasked with finding usage percentage data of the various non-web based readers, e.g. Eudora, Outlook, Lotus, etc. This has been surprisingly difficult to come by. Does anyone know of a good source for this sort of information? Even business market share data would suffice if...
  2. frosty7700

    QuicktimeVR

    I know QuicktimeVR is useful for creating "being there" effects for photographic images. However, is it possible to utilize it to manipulate the view of an object from the outside? I.E. rotate it, etc. If not, does anyone know of a good tool to use to achieve this in a web-based...
  3. frosty7700

    Visio 2000 Enterprise Database Support

    Can someone tell me the extent of Visio 2000 Enterprises DB support? I can't find much on it at Microsoft...they seem to have abondoned the product. Can it generate SQL-based DDL-scripts from a diagram with which to create tables within an actual database? Thanks in advance.
  4. frosty7700

    Uploading files without extensions

    I have a PHP script for uploading and listing files in a Linux filesystem. When listing, I use the following condition: if eregi("\.",$file) == false ...to determine if an item is a subdirectory or a file. If it is false, it's a subdirectory. PROBLEM: When I upload a file with no...
  5. frosty7700

    File uploading problem

    I've got a script that uploads to a Linux server. It usually works perfectly...with small files. But when I try to upload something large (more than 1 meg or so) it dies on me...no timeout or anything...it just acts as if nothing happened. It will act like it's uploading for a few seconds...
  6. frosty7700

    Oracle 9ias/Oracle 7

    Can someone give me a high-level across-the-board idea of the implications of using Oracle 9ias with Oracle 7? Is it possible? I think I saw somewhere that Oracle9ias Portal won't work with it, but I sort of figured that already.
  7. frosty7700

    FTP Problem

    I'm having problems FTPing on my Linux system (Red Hat 7). It says that the file I'm requesting does not exist, and creates a 0KB empty file on my machine with the name of the would-be file. This occurs with every FTP program I've tried, including just using the system browser. The system I'm...
  8. frosty7700

    Drag-and-drop ranking system...

    I'm trying to created a system that allows a web user receive a list of items, drag-and-drop them into a new order, then submit them back to the server (via ASP). I know a drag-and-drop system can be implemented via JavaScript...but I only know how to do it in IE. Plus, I don't know how to go...
  9. frosty7700

    XML vs. Databases

    I've been using relational databases for a long time now...creating them is second nature to me, including data normalization and what not. I'm having a HUGE problem wrapping my head around what the heck the point of XML is. It seems grossly unstructured and inefficient to me as a...
  10. frosty7700

    Assigning folder permissions in PHP

    I'm creating a website in PHP that allows users to download files in a specific server directory to their machines. What are the recommened permissions for this and what's the best way to handle it? It's on an OSX server (i.e., permissions handled similar to Linux). The non-web users need to...
  11. frosty7700

    Adding records with macro in Excel

    How would I go about adding new rows to a spreadsheet using a macro? No data is to be added...rather, new rows with the proper formatting need to be added. Right now I have a macro that addes 5 records, but it does so by copying a hidden template record and adding 5 records from the 6th row...
  12. frosty7700

    Font line-break problem...

    I'm trying to design a page using arial/helvetica font with a font size of 1. Every few lines, a mysterious extra line-break is being put in the page, even though no such thing is in my HTML. Fooling around with <P> tags and <BR>s does nothing more than move it around to a different place, and...
  13. frosty7700

    Hiding columns

    Can someone tell me the best way to go about creating a macro to hide/show specific columns? The columns' data still needs to be used in formula calculations, but needs to be hidden for a simplified view. I've tried messing with the CustomView method but can't find much documentation on it.
  14. frosty7700

    PHP/Apache Extension Problem

    I am running PHP and Apache on a Windows 2000 system, and while I have the bare minimum up and running (I can do phpinfo() and all that), I am having problems with the extensions. I have the path in php.ini set to &quot;c:\php\extensions\&quot; but I get popup errors like &quot;Unable to load...
  15. frosty7700

    Creating new user - beginner

    I am having a problem logging into a DB with a newly-created user. I have verified that I am indeed entering the right password, so that does not appear to be the issue. Below is the screen output from DB creation through my attempt to login: [Serv1:/usr/bin] admin% mysql -u root -p Enter...
  16. frosty7700

    PawCom opinion

    Does anyone here have any experience using PawCom to manipulate PeachTree accounting data from an outside source? I'm looking into using it for a potential project, but want to make sure it's a reliable product. I can't find any reviews of it.
  17. frosty7700

    LEFT not working properly?

    I keep getting an &quot;Invalid procedure call or argument: 'Left'&quot; message when I run the following code: company = replace(company,&quot;'&quot;,&quot;''&quot;) x = instr(company,&quot;-&quot;) - 1 company = Left(company,x) What's weird is when I remove the &quot;- 1&quot; from line 2...
  18. frosty7700

    Can't insert rows into table...

    I'm getting the following message when trying to insert into a table from VB: Record(s) cannot be added; no insert permission on 'tablename' Where tablename is the table I'm working with. However, the permissions on the database are set correctly, and other parts of my program work just fine...
  19. frosty7700

    Opening Powerpoint file from HTML

    How can I open a Powerpoint file from HTML? If I just link to it with an HREF it displays a bunch of gibberish similar as to if I opened it in a text editor. And yes, Powerpoint is installed. Ideas? Thanks in advance.
  20. frosty7700

    Problem uploading large files via ASP

    I have a program that allows the user to upload files to a website for collaboration purposes. ASP Simple Upload has worked fine for small files. I've also used some standard ASP code to do it in the past with equal success. However, using either of these methods results in a script time-out...

Part and Inventory Search

Back
Top