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 strongm 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: jovicat
  • Order by date
  1. jovicat

    overloaded constructor on form

    Hi, Griffyn. In Your first post, 'you want to call the other overloaded (original) Create constructor. It will in turn call the inherited Create', the problem is when I call the new create, e.g. Create(aOwner:TComponent; byWho:TForma; ReadOnly:Boolean; DokBr, WHouse:String), and like I noted...
  2. jovicat

    overloaded constructor on form

    I am using Delphi6. On one form wich I have to use it from different places and with different parameters, I overload the create method with some additional parameters. e.g. 'constructor Create(aOwner:TComponent; byWho:TForma; ReadOnly:Boolean; DokBr, WHouse:String);overload;'. and the...
  3. jovicat

    TADOTable / Excel

    Hi, You can try this link 'http://www.swissdelphicenter.ch/en/showcode.php?id=1427'. This way it is not neccesery excel.exe on the PC.
  4. jovicat

    update table problem

    Thank's Tony. I use Delphi with edit/post methods. I wonder where is the problem. Does it Delphi which is transalting edit/post into update query,ODBC or ADO. Same exe file with same version of MyODBC(3.51.12); MySQL 4.1.7-nt via TCP/IP port, same DataBase (back-ed up/ and restored on other PC...
  5. jovicat

    update table problem

    Like I said in the first post, I use edit, post in Delphi which is translated in (update) by myodbc, I gess. Problem is that update come out with error when I try to update data with no changes. The same thing (same exe application, same version of MySQL and MYODBC drivers) work on other machine.
  6. jovicat

    update table problem

    Acctualy the tab1 table is not original, and the column names are something like (artsif, artopis, ..) with no reserved words. The problem persist on one instalation, but same exe on other instalation (server) has no problems.
  7. jovicat

    update table problem

    I have installed MYSQL 4.1.7 on Win2003 Std_Edt with standard my.ini. With Delphi app. I have simply edit-post (update ..) on table. When initial data are diferent from new one, it's OK, but when I try to exec update with no diferences in data, I have error that row data are modified from other...
  8. jovicat

    Problems with OnCalcFields() Event!

    To laspaul, Thank You for the query. This query do the job, but problem is that my table has >3000000 records, and the query has to be executed on every delete/append, and it is a little bit slow. I tried to solve the problem in Delphi (not in MSSQL), with oncalcfields(). The property...
  9. jovicat

    Problems with OnCalcFields() Event!

    Parameters: Delphi6.0, DB- MSSQL, ADO Connection; I have table with > 3000000 records and ADODataSet (SELECT * FROM PTABLE WHERE LONG='Parameter') that return recordset with 1 up to 200 records. The result is displayed in DBGrid. I need to have numbers on every record in DBGrid. Example: If...
  10. jovicat

    Control on execution of query ???

    Hi Griffyn !!! Thanks for Your answer, The FetchProgress just works with retreved data from server. J'm actualy looking for controling the running of the query on the server. J read somewere that there are some functions 'callback' but in BDE and 'cbCANCELQRY' works only with Sybase.
  11. jovicat

    Control on execution of query ???

    Parametrers : -MS SQL, (or any other SQL MYSQL, DB, ORACLE, Posgress SQL..) -ADO Connection + ADO Query -Delphi 6.0. Question : Is there a way to activate the query and to monitor the ecexution and progress of the query, and to cancel (user cancel) if it takes too long or there are some...
  12. jovicat

    DOS printing on HP LaserJet 1005

    Hey, Parameters : OS - WIN98 SE, Applicaton - CLIPPER 5.2, Printer - HP LaserJet 1005 Connected on : LPT1 J have problem printing DOS application directly to HP LaserJet 1005 / LPT1. Directly from command promt, something like 'dir > lpt1' do nothing. Also booting only command prompt...

Part and Inventory Search

Back
Top