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 TouchToneTommy 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. Rached

    Embedding excel sheet

    hello all.. Any one have a link for a good tutorial how to embed an excel sheet INTO an application to become part of the GUI? and not just quering and inserting data into it programatically.. tnx
  2. Rached

    checking for certian words but allowing others?

    I am not a solid php expert, but the first thing i think of in your case is creating an array of unwanted bad words; then would loop through the array to find and replace bad words. You can also have 2 dimensional array of bad words to replace bad word with a specific one example: $badWords =...
  3. Rached

    mysql variables connect error

    thanks vbkris, your suggestion worked, and i will be using it for now, nevertheless, i do not understand why i have to re-declare global variables in every single function, and that contradicts the priciple of having variables declared once globally.. quite annoying.
  4. Rached

    PHP Installation on Win 2000 Pro not working but Apache and Tomcat are

    in your httpd.ini, in your apache->conf folder, add this line at the very end of the file: PHPIniDir "disk:/path/to/your/php.ini" example, if php.ini in you winnt folder: PHPIniDir "C:/winnt/" Notice the "/" slash.
  5. Rached

    mysql variables connect error

    Hi all, i would appreciate alot if any one can guide me through this issue. In our VPS, using plesk, i am hosting a domain.biz. I created subdomain.domain.biz and an ftp, mysql user for that account. I gave the subdomain mysqluser full privilleges on subdomaindB. In the subdomain.domain.biz i...
  6. Rached

    HTTP connection timeout

    actually allteltec i can ping, and use the net but not surf; more precisly can not use TCP protocol; and that's the strangest thing about it. I am headding into another format.. thank u guys.
  7. Rached

    HTTP connection timeout

    same issue, that did not solve it.. but tnx for the tip though
  8. Rached

    HTTP connection timeout

    actually i tried all what u described ilya56, and it is not limited to certain sites or certain browser, plus i have firewall turned off. I found the same issue with few users while searching and no one seemed to have a resolution for it, extremely odd and rare thing to happen! bcastner, i went...
  9. Rached

    HTTP connection timeout

    Hello all.. any help with this frustrating issue will be much appreciated, as i humbly consider myself a power user and could not solve it. On windows start, my connection works fine, TCP UDP IGMP etc, netbios, ping, surf, all works ok on all ports. After 10-20 minutes, http connection dies...
  10. Rached

    class to Dll file

    i hope some one will guide me throught the follwoing. I can not recall how since it's been long time i worked with C# .net, but i remember compiling my classes into a dll files and using them into my application. I was wondering if possible to do the same in BCB6. I read alot about creating...
  11. Rached

    Problem with TMemo->Lines->Insert

    i am not sure what your code does to help you, would be good if you can paste it here
  12. Rached

    Calculate Time

    i suggest u look at something like HourSpan or HoursBetween in your borland help. will save u some time
  13. Rached

    Online Totorial

    this a almost a mirror for the site: http://www.visualcomponentlibrary.com/ also take a look at these: http://www.thebits.org/tutorials/cpp.asp http://www.bcbjournal.org/bcbcaq/
  14. Rached

    Newbie ? - How do I get a sting's length?

    i don't get if you are using Edit control why you wanna go through converting AnsiString to string ;) any ways, this could be inside your login btnLoginClick (userName is your Edit control name) if(userName->Text.Length()>8) { //do whatever you want here }
  15. Rached

    How declare a variable global to use in two forms?

    kes103 i think u need this for practice and an answer for ure first Q: you can add your own variables and functions to the header file of your form. as a start do that by adding them to the public part, means you can have direct access to them from another form without that need for a function...
  16. Rached

    Online Totorial

    no, C++ Builder is borland's product, while Visual c++ is microsoft product; both are c++ IDE's but diferent.
  17. Rached

    Online Totorial

    http://www.functionx.com
  18. Rached

    explorer won't goto google / ebay / altavista

    Hello there. i think there is one reason out of two for this problem, either a brower issue (restriced site) but since you say no, could be the other one, DNS entry. First flush you dns, from command prompt: ipconfig /flushdns then try to do a ping for google to check if your machine can...
  19. Rached

    Help in removing old internet stuff on desktop?

    Hi again nelljack,as for the active desktop it's quite odd behaviour since you make sure it's unchecked and disabled. By there is a good way around it to disable it on here: http://www.winguides.com/registry/display.php/508/ You can make a user registry entry, or mahcine wide; i would go for the...
  20. Rached

    Help in removing old internet stuff on desktop?

    i am sure it is a little thing, try tweakui http://download.microsoft.com/download/winme/Install/1.0/WinMe/EN-US/Tweakui.exe when you say you can uncheck it temporarly but then comes back on next boot, i am not sure what is it that you uncheck. It could be something on startup, you can try...

Part and Inventory Search

Back
Top