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

  • Users: Rached
  • Content: Threads
  • Order by date
  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

    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...
  3. 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...
  4. 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...
  5. Rached

    DateTimePicker format

    Hello all, here hasn't been any where i haven't looked to solve this thing, but useless, some one might know here. I have a datetimepicker of dtkTime type. By default it displays 12:00:00 AM. On run time i load different time values into it. The question is how to make the format look like...
  6. Rached

    Database Time Manipulation... Help

    i know this is a simple thing, but can not figure out how to get it right.. so please help i have two fields in an acces DB, starttime, and endtime with short time format, in which they blong to the same date. I do some routines on these values and goes fine untill i try to substract them..I...
  7. Rached

    ok, so i have a stringgrid on my fo

    ok, so i have a stringgrid on my form. i set the text of the first fixed row as the following: StringGrid1->Rows[0]->CommaText = "text1, text2, text3, text4, text5"; and i fill the rest of the rows the same way, with variable strings, A, B, C, D, E, F; but i have long strings of text...
  8. Rached

    ComBoBox pass the selected Text

    Hi all.. can you please help in this small thing? I have two comboboxes, on activation the form, i populate both of them with the same items text, by adding, so far ok. I would like to set the selected text of combobox2 to that one of combobox1. I have two events handles, one ComboBox1DropDown...
  9. Rached

    Datamodule and Sql Query

    Hello all, we are building a database application, but don't know to check for a user password from the table. here is my code, this is the login form, i populate the combobox with availabe recods from the database void __fastcall Tlogin::FormActivate(TObject *Sender) {...
  10. Rached

    User password

    hi all..this is my school work, so plz help :) we have this application that connects to ms access db, to manage emplyees. Can u help me on the follwoing issue? i would like to have 2 users working on the application, "admin" and "assistant"; we want, by default, the admin...

Part and Inventory Search

Back
Top