At 02:33 PM 10/19/2011, Dick Fey wrote:
I appreciate all the help and advise so far, but no cigar. Viewing the appropriate EEP in the object manager or in the form shows the correct data. Running the form in trace results in a previous version of the EEP. In addition, I just discoved a second instance of this problem with an ON EXIT EEP from a DBedit. Made changes which show when editing , but not when running with a trace on.

Tried a reload to no avail.
I am stumped.

Dick,

Look at the raw settings for control.

Select it and choose "Copy". Then, paste the clipboard contents into the R:BASE Editor.

You should see something like this, where you will see EEP code:

object RDBEdit2: TRDBEdit
  Tag = 95736682
  Left = 287
  Top = 84
  Width = 109
  Height = 21
  HideOnStartup = False
  ShowSystemAutoComplete = False
  DisabledColor = clWindow
  FrameVisible = True
  ReadOnlyColor = clWindow
  TabOrder = 1
  SuppressPopUpErrorMessage = False
  UseDynamicWhere = False
  TblName = 'Employee'
  FldName = 'Emplname'
  PMType = ptSingle
  PMAccess = True
  PMAuto = False
  PMCust = False
  PMSkip = False
  Formatted = False
  PMLines = 5
  Distinct = False
  TitleBackColor = clBtnFace
  ListBackColor = clWindow
  TitleFont.Charset = DEFAULT_CHARSET
  TitleFont.Color = clWindowText
  TitleFont.Height = -11
  TitleFont.Name = 'MS Sans Serif'
  TitleFont.Style = []
  ListFont.Charset = DEFAULT_CHARSET
  ListFont.Color = clWindowText
  ListFont.Height = -11
  ListFont.Name = 'MS Sans Serif'
  ListFont.Style = []
  CustomExit.Strings = (
    'PAUSE 2 USING '#39'This is where you will see EEP commands.'#39
    'RETURN')
  DragAndDropEnabled = False
  PreventCopy = False
  PreventCut = False
  PreventPaste = False
  DisableDblClick = False
end

What do you see?

John

Reply via email to