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

    CheckBox and Rave reports

    Hi, Does someone know Is it possible to put a checkBox in Rave report? I am using Delphi 7 and I have a table with Integer fields. If my value is 0 I would like show unchecked value or if my value is 1 checked. Thanks for any suggestion!
  2. zlaja

    FindKey in Tables .dbf

    Hi, Can someone helps me?(I have never worked with tables .dbf). I would like read informations from tables .dbf, but it doesn't work. My code is similar to this: with Table1 do begin ACTIVE := TRUE; IndexName := 'STCLASM1'; FindKey(['10']); E.Text:=...
  3. zlaja

    Access to sql

    I am developping an application in Delphi with a database to reside in Server SQL. What kind of installation do I have at posts using application to have access in my data. Thanks for any help!
  4. zlaja

    Import .dbf file

    I would like import data from .dbf file to SQL server. For that I tray to use bulk copy utility but it doesn't work. I exported my .dbf file to ascci file and I use this statment to export this .txt file to Server SQL, but it doesn't work.What is wrong in my statement? Can someone help me? bcp...
  5. zlaja

    create stored procedure at server sql via delphi

    I am working with tables stored at server sql and I created the stored procedures at the server. Can I create my stored procedures by delphi? I appreciate any help! Thank you.
  6. zlaja

    «Socket readln aborted»

    I would like to send an e-mail by SMTP to multiple people at once. There is my code: SMTPenvMsg.Host := '10.10.1.20'; SMTPenvMsg.Port := 25; SMTPenvMsg.TimeOut := 30; if SMTPenvMsg.Connected=false then SMTPenvMsg.Connect; SMTPenvMsg.PostMessage.FromAddress := msgFrom...
  7. zlaja

    report view 2

    I dont want to print all my pages. Indeed, the components of my report are : 1. table component 2. query component 3. group band (header) 4. group band (footer) 5. summary band My master table is the data source for my query with sql instruction: select login, sum(temp) as temp...
  8. zlaja

    Problem with report preview

    Hi, I am finishing my first application in delphi and I have to print my reports. My master table has between 100 000 and 500 000 records and I think there is the problem. Just for preview my report it takes between 5 and 15 minutes. Is it normal? thanks for any help!
  9. zlaja

    export an ascii delimited file to paradox table

    I would like export my ascii delimited file (delimiter is space) to paradox (or dBase table). Can someone helps me?

Part and Inventory Search

Back
Top