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 derfloh 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: *

  1. MrProgrammer

    Auto text color according background...

    Hi, I am actually new to photoshop but before I asked I have made a lot of search in the Internet and in this forum. Maybe, because I am a newbie, I could not search in the right way so I couln't find any soluntion. Here is my objective. I have a layer on top which contains a text and a...
  2. MrProgrammer

    Internet connection over DSL modem sometimes breaks down...

    Hello, I've been having a strange problem for a long time. Here is the situation: We have a remote office at one location and a central office at another location. Our remote office is connected to the Internet via a Zoom X4 ADSL modem (with static IP). Before the DSL modem, there is a...
  3. MrProgrammer

    Printing to a file instead of physical printer!

    Hello, We use Infoprint Manager 3.1 on AIX 4.3 system. As you know, printing mechanism of infoprint manager contains some parts like logical destinations, actual destinations, physical destinations etc. Besides, we can define various transforms at different levels to convert input data from some...
  4. MrProgrammer

    Printing to a file instead of physical printer!

    Hi, We have an extraordinary objective: We use Infoprint Manager 3.1 on AIX 4.3 system. As you know, printing mechanism of infoprint manager contains some parts like logical destinations, actual destinations, physical destinations etc. Besides, we can define various transforms at different...
  5. MrProgrammer

    Printing to a file instead of physical printer!

    Hello everyone, We have an extraordinary objective: We use Infoprint Manager 3.1 on AIX 4.3 system. As you know, printing mechanism of infoprint manager contains some parts like logical destinations, actual destinations, physical destinations etc. Besides, we can define various transforms at...
  6. MrProgrammer

    Automatic Logout!

    Hi, I'm using Sun Solaris 5.8 and i have created a user. I want this user automaticly begin with a menu program when logged in. And I want him automaticly logout when he exits the program with normal ways or even by pressing such Ctrl+C key combinations. To achieve the first objective...
  7. MrProgrammer

    Complex query!

    I have two tables named "Main" and "RegionNames". Their descriptions are like below with sample records: Main: CutomerID Address Salary($): 2124441256 Gultepe 4000 3463112356 Antep 6000 2124447890 Pendik 7000 3463115838 Antep 3000 2124449900 Levent...
  8. MrProgrammer

    UPDATE statement!

    Hi, I have 2 tables defined like below; PreviousData { P_Tel_no number(10), P_Counter number(8), ...... ...... } MonthlyData { M_Tel_no number(10), M_Counter number(8), M_Increase number(8) } MainData contains previous month's information and MonthlyData contains last...
  9. MrProgrammer

    "Oracle not available" when remote connection!!

    Hi everyone, I am faced with a complicated problem in recent days! After handling many problems, I finally installed Oracle8 Server for Digital Unix (8.0.4) on my Digital Unix machine. Then I have created a database named TAH (its SID is also TAH). I created control files, redo logs, rollback...
  10. MrProgrammer

    Using 2 Different Cable With One Ethernet Card!

    Hi everyone, Here is the situation: In my office computer, there is one ethernet card. But at the office, there is two-cable structure. In other words; to connect to Internet, we must plug the first cable. On the other hand; to use our intranet applications, we have to switch to other cable and...
  11. MrProgrammer

    Writing Cell Content To Text File As It Seems!

    Hi everybody, I want to ask something. I have an excel file which contains some records with special formats. For example one field has "0000000000" custom format which means even I enter 100 to that cell's value, it is seen as 0000000100. Here is my problem. I want to concatenate...
  12. MrProgrammer

    Printing .prn file with VBA!

    You know when you print a document, there is an option like "print to file". With this option, you can print a document into a .prn file, copy it into a floppy disk and carry it into other computers. Then in that computer's command prompt, you give a command like below, c:\COPY /B...
  13. MrProgrammer

    Replacing EnfOfFile Characters with Null in Word!

    Hi, There is a Word document which needs to be reformatted. The lines are short. That means there is an EOL(new line) character at the middle of each line. But I want to make each line full lenght and to replace NewLine character with null characters. Do you have any idea? Or is there another...
  14. MrProgrammer

    Advanced Replacement!!!!!!

    Hy everyone, I know I ask too much but I'm wondering, Is there a way of replacing a word with that word's underlined version or with another word underlined in Microsoft Word program?? I2m waiting your suggestions........
  15. MrProgrammer

    Viewing an HTML file inside a table cell!!

    Hi everyone, I want to learn something. I'm preparing the main page of my site with ASP. There is a vertical menu at left side of the page written in javascript. There is a 3-level menu tree. That means there are two at most sub menus of any main item at the main menu. When we click an item, I...
  16. MrProgrammer

    I need urgent help about my harddrive!!!

    I got an old mainboard with a Pentium 133 MHz CPU. Because my old hard disk was broken down, I bought a new hard disk (Quantum Fireball 20.0 GB) two months ago. But the Bios didn't see it as 20 GB. Instead, the Bios recognized it as 8.4 GB.(Bios is not updatable) Anyway, I formatted it and then...
  17. MrProgrammer

    Finding repeated records????

    I have an Excel file which contains about 15000 records. Each record (row) has some fields(columns) such as Name, Lastname, Date of birth, Father's name, Mother's name and bla bla bla... Number of records are continuously increasing. At any instance of time, I want to find all the repeated...
  18. MrProgrammer

    Passing A Parameter to A DialogBox

    Hello again, I created a dialog box named TOKRightDlg. I want to pass a parameter to this dialog box when I call it. Is it possible??
  19. MrProgrammer

    Hi everybody!! I'm using Borla

    Hi everybody!! I'm using Borland C++ Builder 5.0 and I have a problem! In my project, there is a form named Form1. Its source file is Unit1.CPP and the header file is Unit1.H . In Unit1.CPP, I declared a control array like "TImage *Squares[8][8];". Then in Form1's show event, I wrote...
  20. MrProgrammer

    Excel Autofilter Dialog

    I want to show Custom Autofilter dialog box by code in the VB Editor. I tried to use save macro option. But it save some code like below. Selection.AutoFilter Field:=1, Criteria1:="=", Operator:=xlAnd This code is the result of the dialog box. I want to show the "Custom...

Part and Inventory Search

Back
Top