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 Wanet Telecoms Ltd 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: notlimah
  • Content: Threads
  • Order by date
  1. notlimah

    email quick reports

    how do i code email feature in quickreports using delphi so a end user can email a report to a client?
  2. notlimah

    chnging values of the grid column on the fly

    i have a dbgrid with two columns basically when one of the column value is 'y' i want to translate that value in the in that specific column to 'yes' etc how would i acheive something like this?
  3. notlimah

    question about functions

    when i try to complile this functions on sql server 7 CREATE FUNCTION dbo.Split(@String nvarchar(4000), @Delimiter char(1)) RETURNS @Results TABLE (Items nvarchar(4000)) AS BEGIN DECLARE @INDEX INT DECLARE @SLICE nvarchar(4000) -- HAVE TO SET TO 1 SO IT DOESNT EQUAL Z --...
  4. notlimah

    split strings into tikens

    let suppose i had a string like "2 21 31 4 3 5" # being the delimitter how could i split this strings in tokens... 2,21,31,4,3,5 what string functions in sql server are avialable for this
  5. notlimah

    Cannot find either the gdbm or the db library.

    os mandrake 8.2 courier-imap-3.0.8 i have a problem but i have llibdb3.3-3.3.11-7mdk.i586 and libgdbm2-1.8.0-18mdk.i586 already installed becasue when i try to installed these i get a message that says it is already installed but i still get an erro during config error: Cannot find either the...
  6. notlimah

    problem insatlling courier-imap

    i am trying to install courier-imap-3.0.8.tar.bz2 on mandrake 8.2 however but configure script reports the following error, and stops: "Cannot find either the gdbm or the db library" this how i ran the configure ./configure \ --prefix=/usr/local/courier-imap \ --disable-root-check \...
  7. notlimah

    installing mysql to /usr/local/mysql

    i unzippped my binaries in /usr/local here is what i did cd /usr/local tar xzf /usr/local/src/mysql-4.0.22.tar.gz ln -s mysql-4.0.22 mysql make install scripts/mysql_install_db these directories below did not get created after the install mysql/bin mysql/data how do i configue the binaries...
  8. notlimah

    web mail questions

    i have qmail installed from the life with qmail installation guide http://www.lifewithqmail.org/ everything thing works so far users can send and recieve mail using what ever email clients they prefer. i also have clamav + qmail-pop3d installed... i am considering implimenting webmail but i need...
  9. notlimah

    how to save report as text

    whenever i preview my reports using qreports and i click the diskette butten to save i am only allowed to save the file as a .QRP (quickreport file) i need to save the report as a text file so i can open it up with excel. how would i enable that feature
  10. notlimah

    clamav question

    if install clamav and somebody sends me a virus what exactly happens to that email where does it go. it is rejected or deleted from the server? does clamav actully scan attachments

Part and Inventory Search

Back
Top