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

    Fastest Way to find duplicated entries in Excel Spreadsheet

    Hi all, I have a spreadsheet containing thousands of entries with an unique identifier for each item. Is there a way to check if there are rows that contains the same id? For example, Row1-> id= 12345 Description=xxx Row1002-> id=12345 Description=yyy Is there any function in Excel for...
  2. OOP

    How to link to a specific worksheet in a .xls

    Hi all, I am preparing some presentation slides that needs to open a specific worksheet in a workbook via hyperlinking. The problem is that how can i enter the file name so that it can open the specific worksheet upon clicking on the link? For example, I have a file called test.xls on desktop...
  3. OOP

    New to VHDL

    Hi all, I'm currently doing a project concerning VHDL. I would like to ask if anyone can direct me to places where there are some sample VHDL projects for me to work on and practise. Any help / advise will be appreciated. Thanks. By the way, i'm using Xilinx ISE 7.1 and i'm not sure why I...
  4. OOP

    Problems on displaying Live time on status bar

    Hi all, Start to pick up javascript lately and trying out a simple script to update my time on the windows status bar. My code is as follows: //Inside the Header tag function displaytime(){ var currenttime = '<?php print date("F d, Y H:i:s", time())?>' window.status =currenttime }...
  5. OOP

    {TOC \h \....} Doubts

    Hi, I'm currently using the following to update my TOC (office 2003): {TOC \h \z \t "BL Heading 1,1,BL Heading 2,2"} Where BL Heading 1 and 2 is my pre-set style. However, it displays: 1 Introduction...............1 1.1 Functions................2 [dazed] It displays spaces in the...
  6. OOP

    Using FTP in Win 2000

    Hi, I would like to find out more about using FTP commands in windows 2000 pro, where can i find the relevant information? Can i type the destination and the file name in Command prompt and send it to an IP? Or do i need other external FTP programs in order to use it? Any comments / advice...
  7. OOP

    Split a stereo Sound Card into several audio Ins

    Hi, I've read in VRS recording websites that it's possible to split a single input (Sound In) on the Sound Card to several inputs. May i know does anyone has experience in doing this before? The reason in doing this is that i need to record voices from different channels simultanously. Any...
  8. OOP

    Compile Error, Sub or Function not defined

    Hi, I'm using RoundDown function in Visual Basic with Excel worksheets but when i run the program, it prompts me a Compile Error. Is it because RoundDown is not supported in VB. Have changed to Floor but still the same problem.. Please help.Thanks.
  9. OOP

    Voice recording and playback

    Hi, I'm currently working on recording a Voice, and playback. Is there any references that i can study? And also is there any pre-built libraries for the Analog to Digital convertion and sampling rate stuff? If not, then think i'll have to come out with the codes for the sampling and so on...
  10. OOP

    Formulas in WORD {}

    Hi, I would like to know what does the following formula means; {TOC \h \z \t "Heading 1 BLGL,1,Heading 2 BLGL,2,Title,1"} The formula will show the Table Of Content of the document but what does each parameter represents? Is there any web sites that have the explanations of these codes...
  11. OOP

    Auto Save in WORD

    Hi, My computer keeps executing the auto save routine, i'm wondering where does this file stores in? If there's a power failure, can i retrive my file based on its last auto save? Would appreciate any comments / advice. Thanks^^
  12. OOP

    Remove Link problem in EXCEL

    Hi, How do i remove the link in the dialog box under EDIT-->LINK Cause my file is asking me to update the cells or not upon opening the file. Thanks in advance for your help^^
  13. OOP

    Radio button group

    Hi, Recently started to use Dreamweaver to program PHP. I'm running into a problem as to how can i check for which radio button in a group has been selected by user? I have a radio button group (2 radio buttons) called Realmselect. How to write source code to check which one is selected upon...
  14. OOP

    Share Data in External Harddisk via Hub

    Hello, Assuming that i have a USB HD connected to a PC via hub. Now i connect another PC to the hub, is it possible to access the external HD from the new connected PC? Does this situation also depends on Windows platform? Any advise/comments are greatly appreciated.Thanks :)
  15. OOP

    DLL files from VC 6.0 to VC++.NET 2003

    Hi, I asking if anyone has any ideas of how to find the related info for the following scenerio; I'm initally having an application running on VC++ 6.0 and now i'm going to switch to VC++.NET 2003 but some .dll files are required for my application to work and it must be available in the new...
  16. OOP

    Configuration of Hard Disk to share data in Network

    Hi, Are there ways to share data within few computers with only a hard disk to act as a Server(or maybe throw in a processor and router)? I've done some research and found that LaCie Ethernet Disk is close to my target, they even have more functions. But is there a way i can do the write/read...
  17. OOP

    Hourly update of database via PHP

    Hello, Not sure whether this is done on the PHP or MySQL side. What i would like to do is to have the numbers stored in database (MySQL) to change hourly according to a formula. Is there such a function in PHP or MySQL? Any help/comment would be appreciated, thanks.
  18. OOP

    Output image on a web background using GD functions

    Hello, i just started php and i having a problem to open an image from my directory and show it on the browser with a background. It may seems like a piece of cake but i really can't figure it out. I used the following codes; <body bgcolor=#000000> <?PHP $im=imagecreatefrompng("humanp.png")...
  19. OOP

    Problem after changing motherboard (Asus P4SP-MX)

    Hi, Just recently changed my old motherboard to ASUS P4SP-MX, 1.6GHz(remain the same), 256DDR RAM, win XP. But problem arise soon after i changed it. Sometimes at any point of time, the system will encounter an error and prompts a blue screen as follows; << A problem has been detected and...
  20. OOP

    How to check if file exists ?

    Hello, i'm using ifstream to open a file in a directory. The problem is that the program will create the file if it does not exists (using <open> function). I would like the program to display an error msg if it could'nt find the file. What function should i use? Thanks in advance for all...

Part and Inventory Search

Back
Top