Recent content by Betz

  1. B

    QBE problem with brackets in strings

    I found a problem during using QBE. I have set 'Allow Operators' in the QBEDefinition. When I then insert a QBE-String in a DBEdit-Field that includes brackets (e.g. 'QFN(16x4%' ) then during the automated change of the SQL-string, the bracket will be replaced by a space (e.g. 'QFN 16X4%'. When...
  2. B

    automatic update of Fieldlength in Oracledataset

    Hello, I have a problem with automatic update of fieldlength in an application. I use Delphi7 and DOA 4.0. When I change the length of a Varchar2 in the database, I have to recompile also the delphi application that uses this field and have to change the size Attribute in Oracledataset...
  3. B

    TOracleDataset and substitution variables

    Hello, I'm using DOA 4.06 and Delphi 7. My SQL in the TOracleDataset is select v.* from RMA.V_RMA v where v.MT_Final_7S_date is null or :all :ORDER where :all and :Order are substitution variables. The Dataset works fine as long as I only replace the variables by the delphi Program. The...
  4. B

    DBCombobox and TOracledataset

    Hello Marco, Sorry for the long delay, I had other tasks and I also had problems to create a short program to reproduce the problem. I was only able to reproduce one of the problems in a short program. The attached short demo shows the problem that the dataset goes to the Edit mode when I do a...
  5. B

    DBCombobox and TOracledataset

    Dear Marco, status please Best regards Betz
  6. B

    DBCombobox and TOracledataset

    Dear Marco, What is the status on this. It's now more than 4 month. In October, I got a response from you that you will answer shortly. I think the 'shortly' period is over after 4 months. Best regards Betz
  7. B

    DBCombobox and TOracledataset

    Dear Marco, Now it's three month without any update from you. When can I get a result to this request. Best regards
  8. B

    DBCombobox and TOracledataset

    Hi Marco, What's the status of this Request. It's again two weeks. Best regards
  9. B

    DBCombobox and TOracledataset

    Hello, any Update on this Item? Best regards
  10. B

    DBCombobox and TOracledataset

    Hello, I use Delphi7 and DOA 4.06
  11. B

    DBCombobox and TOracledataset

    Dear Marco, Thanks for the fast reply. I have not added any event handler. I took only the components to the form, link them (datasource...) and open the database without adding any further code to the components and events. I don't know if it is possible to link documents in the forum, so I...
  12. B

    DBCombobox and TOracledataset

    Hello, I have a problem with the use of a DBCombobox together with TOracledataset. The DBCombobox is used to show the value of a field out of the query in the TOracledataset. The itemlist of the DBCombobox is filled with all actually used values of this field. The Toracledataset is active and...
  13. B

    TOracledataset QBEDefinition

    Hello, On a request by Marco Kalter I made additional detailed tests and I found the problem. My query uses stored procedures for some fields. This fields were set to Queryable in QBEDefinition, but by content of the query, this fields cannot be queryable. After removing the queryable flag from...
  14. B

    TOracledataset QBEDefinition

    Dear all, I have a problem with an Oracle dataset. I use DirectOracle V4.0. I have also sent this request by mail. Please answer only one of them. I have two ToracleDataset in my application. Both Datasets include a field IDNR. Its not possible to do a master-detail structure because of other...
  15. B

    Message language

    Thanks for your help, You are right, the message comes out of the dbConsts. Best regards Betz
Back
Top