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

    password char in memo

    Hello guys , in Tedit we can set passwordchar property to hide user input. can the same be done with a tmemo ? thanks
  2. earlrainer

    Raise

    Hey guys, I have been working in this company for 7 years now. Our company has a strict policy of not discussing salary issues with other employees. My salary has not been raised since beginning of 2005. I was ok with this but last month the company has hired 3 new developers who are put under...
  3. earlrainer

    Hosting site

    Hello guys, I wish to create a website where users can join and then answer some surveys. There will new surveys everyday that means the database size might increase fast. my problem is that I am competent only in ASP.net and sql server and i want to make the site using that. I am looking for a...
  4. earlrainer

    please suggest

    Hello guys, I wish to create a website where users can join and then answer some surveys. There will new surveys everyday that means the database size might increase fast. my problem is that I am competent only in ASP.net and sql server and i want to make the site using that. I am looking for a...
  5. earlrainer

    button problem

    Hello guys, I have tried to make a new button component that shows two images when normal and when clicked. one problem I am facing is that the button does not respond fast enough on mouse clicks. say i click the mouse twice very fast but the button executes button click only once. something...
  6. earlrainer

    simple array code

    in delphi how do i make an array of integers, fill it with random numbers and then find the max from these numbers? thanks
  7. earlrainer

    Delphi and Vista protected mode

    Hello guys , Do you know how to make a delphi program run under protected mode in windows Vista? Any help is truly appreciated.
  8. earlrainer

    HTML editor

    Hi, I wish to develop a small WYSIWYG html editor using Delphi . This is a very simple editor I am trying to make. Can you please point to some code, links, articles or tutorials. even any links to third party components that will help me make the editor will be helpful. Thanks
  9. earlrainer

    Break points dont work

    Hi, I have run into a strange problem. The breakpoints dont work in the program i.e. even if I put breakpoints ,the program never traps those breakpoints , but simply continues to work as if there were no breakpoints. but If I remove some components ,then it starts functioning again. Is it...
  10. earlrainer

    faster loading

    Hi, The setup is like this..one server and 15 client computers. we have a set of 10 programs and the database located on the server. All the 15 clients access the programs on the server through a shortcut on their desktops. The clients are complaining that the programs take a long time to load...
  11. earlrainer

    read binary file

    Hi , i am not very familiar with c++. please help me how to read a binary file someone gave me a binary file which i have to read the record in the binay file has this structure Name string(13) age string(2) salary string(6) how can i read this in C++ Thanks
  12. earlrainer

    wav to mp3 convertor

    hi, i wish to make a very simple wav to mp3 convertor or a CD ripper. please show me some source or components that will help me program this. thanks.
  13. earlrainer

    should i upgrade

    Hi, We use sybase 6.0 in our software products. now we are at a point where we have to decide whether we retain sybase 6.0 or upgrade to sybase 9 (if thats the latest unbuggy one) or simply shift over to another database like SQLserver or Oracle. our programs are basically sales related...
  14. earlrainer

    best way to transfer data

    Hi, I have two databases ,both with different table structure. I have to move data from about 5 tables from database A to database B. along the way ,I have to extract data from database A, put it in correct format for database B and then put the data into database B. what will the fastest...
  15. earlrainer

    best way to fill data

    Hi, I have two databases ,both with different table structure. I have to move data from about 5 tables from database A to database B. along the way ,I have to extract data from database A, put it in correct format for database B and then put the data into database B. what will the fastest...
  16. earlrainer

    search a file

    Hi guys, I want to do a simple thing on the handheld. I have a file with the following details---itemno,itemname. I want to make a function in evb that accepts a itemno as parameter.then it will open the text file and search for the item in the file.if it finds the item,then it shows the...
  17. earlrainer

    read text file

    Hi , i am new to VB so please help. i have a fixed length text file with the following format itemnumber price itemnumber length 13 price length 9 can you show me how to write a function that accepts as input a itemno then it searches for the itemno in the file if found it returns the price...
  18. earlrainer

    how to use the Word components on the server pallette

    Hi, Can you give me a small example how to use the Word components on the server pallette. I cant find any information how to use them. Please show me how to open and save a word document. Thanks
  19. earlrainer

    blank line after every line

    Hi, I have a memo box on the form (you can also consider a rich edit box). I want that when the user types in the memo box , that automatically a blank line is added after every line i.e it gives an effect of a double spaced letter. I wrote on key down event that if key = 13 then...
  20. earlrainer

    connection to server lost

    I have a winNT server and about 8 client machines (win 95 and 98). in autoexec I use NETUSE command to map a drive e:\ to a folder on the server. then my program uses some files on the E: but many times it is happening that suddenly the program cant find the E:\ (or the files in the E:\)...

Part and Inventory Search

Back
Top