Recent content by jerryb

  1. J

    Override QBE behavior?

    Thank you for your response. I guess the best way to describe a question about QBE is to pose it as a QBE (Question by Example! I have Customer Data (Master) on the left side of the screen broken down into individual fields. I have a list of Customer Orders (Detail) summarized in rows on the...
  2. J

    Override QBE behavior?

    1. I use QBE throughout my program. The same Navigator Bar on all screens. 2. I have a Master/Detail form. 3. I would like to QBE my Detail. If my result does not match my Master record, I would like to retrieve the matching (Parent) Master record for it to be displayed (as well as the QBE...
  3. J

    Cancel after Logon Attempt -> Access Violation

    Server: Oracle 8i on NT with TCP/IP. Client: Delphi 5 Application: Stripped it down to a simple form with only an OracleSession and OracleLogon on the form. Code: In the FormCreate event I placed: OracleLogon1.Execute; if not OracleSession1.Connected then HALT; Problem: Everything works...
Back
Top