Recent content by mrmitch

  1. M

    OnTranslateMessageEvent

    I am trying to use OnTranslateMessageEvent. I am using it to replace a "unique constraint" error with a friendlier message. It worked under DOA 3.3 and later when I deployed the application, the message doesn't appear. In fact, when I remove the code so that the default message will appear, it...
  2. M

    AfterQBE event

    Thanks. I knew about that method. Is that the only way? I have many fields on the form and wanted to avoid doing that if possible.
  3. M

    AfterQBE event

    From the Help: "Fires when the dataset leaves QBE mode, but before the query is executed. You can perform checks on the QBE values, modify QBE values." I want to force the user to enter at least one criteria in the QBE form. If they don't I want to trap it, but in this event, I don't see any...
  4. M

    TOracleNavigator behavior

    I'm using a standard TOracleNavigator control on my data entry form and I noticed that while in Edit mode, the EnterQBE button is highlighted. If the EnterQBE button is pressed while in edit mode, the data is automatically posted. I would like to prompt the user to save the changes before...
  5. M

    Null value for blank in a grid

    Wow, I looked at that property several times and never saw that option. Thank you very much. You have an excellent product! - Mitch
  6. M

    Null value for blank in a grid

    I have a column with a NOT NULL constraint: ex) PREDIR VARCHAR2(2) NOT NULL I have a DBGrid attached to a DataSet and when I try and enter a space character in a field, something internal treats this space as a NULL and refuses to update since it doesn't follow the constraint. Any idea for...
Back
Top