I am having problems inputting a value into the RecordNUM "button" of an
enhanced db navigator on a form.  There is a very long delay or no input
available at all via EDIT USING or BROWSE USING.  I have found that I
can input a new value with a [Right-Click] in the field/button, then
[Alt] to close the menu, which leaves the current value fully selected,
after which a new RecordNUM value can be input.

This has been a very useful and speedy feature - I'd even say "cool" -
which I'd dearly love to restore to its previous capability.

I don't think I am doing anything exotic with the form or the control.
Here are the attributes and their values for the control:

object REnhancedDBNavigator2: TREnhancedDBNavigator
  Left = 72
  Top = 528
  Width = 457
  Height = 25
  CompID = 'fcedbn_CageCards'
  HideOnStartup = False
  TblName = 'ACAP_DLAM_CAGE'
  VisibleButtons = [sbaFirst, sbaPrior, sbaRecNo, sbaRecordCount,
sbaNext, sbaLast, sbaInsert, sbaDuplicate, sbaDelete, sbaEdit, sbaPost,
sbaCancel, sbaRefresh, sbaCloseWindow]
  ImageStyle = Razzmatazz
  FirstHint = 'First'
  PriorHint = 'Previous'
  NextHint = 'Next'
  LastHint = 'Last'
  InsertHint = 'Insert'
  DuplicateHint = 'Duplicate Record'
  DeleteHint = 'Delete'
  EditHint = 'Edit'
  PostHint = 'Save'
  CancelHint = 'Cancel'
  RefreshHint = 'Refresh'
  CloseWindowHint = 'Close Window'
  TabOrder = 20
  Font.Charset = ANSI_CHARSET
  Font.Color = clBlack
  Font.Height = -11
  Font.Name = 'Droid Sans Mono'
  Font.Style = []
  Color = clBtnShadow
end 

Has anyone else ever seen this?

Also, I have noticed that some of the area around and between the
RecordNUM and RecordCT fields/buttons is transparent, allowing whatever
is in the background to show through.  This is cosmetic, admittedly, and
doesn't even rate when compared to the RecordNUM input problem I'm
having, but I wanted to mention it, too.


Thanks,
Steve in Memphis


Reply via email to